COLOR #446E5D

HEX: #446E5D
RGB: (68,110,93)

Renk bilgisi

#446E5D contains red, green and blue colors in about the same proportion. #446E5D ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#446E5D color RGB value is (68,110,93).

  • kırmız ton 68;
  • yeşil ton 110;
  • mavi ton 93.
RGB:
(68,110,93)
(27%,43%,36%)

RGB bağlantıları ve doygunluk

R 68 of 255 = 27%
G 110 of 255 = 43%
B 93 of 255 = 36%

68
110
93

R + G + B ~ 35%. #446E5D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
68 + 110 + 93 = 271 (100%)
R 68 of 271 ~ 25.09%
G 110 of 271 ~ 40.59%
B 93 of 271 ~ 34.32%

%25.09
%40.59
%34.32

CMYK RENK MODELİ

#446E5D rengi CMYK tonu (38,0,15,57).

  • camgöbeği tonu 38.18%
  • eflatun tonu 0.00%
  • sarı tonu 15.45%
  • ana renk tonu 56.86%
CMYK:
(38,0,15,57)
C38M0Y15K57 
(38%,0%,15%,57%)
(0.38/0.00/0.15/0.57)	

CMYK yüzdeleri

%38.18
%0
%15.45
%56.86

Codes

Color #446E5D in popluar color models

446E5D
RGB6811093
HSL156°23.60%34.90%
HSB/HSV156°38.18%43.14%
CMYK38.18%0.00%15.45%
56.86%

Color #446E5D in popluar number systems.

HEX446E5D
Decimal6811093
Binary100010011011101011101
Octal104156135

Shades and tints

Shades of #446E5D

#446E5D
(68,110,93)
#3E6455
(62,100,85)
#385A4D
(56,90,77)
#325045
(50,80,69)
#2C463D
(44,70,61)
#263C35
(38,60,53)
#20322D
(32,50,45)
#1A2825
(26,40,37)
#141E1D
(20,30,29)
#0E1415
(14,20,21)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #446E5D

#446E5D
(68,110,93)
#557B6B
(85,123,107)
#668879
(102,136,121)
#779587
(119,149,135)
#88A295
(136,162,149)
#99AFA3
(153,175,163)
#AABCB1
(170,188,177)
#BBC9BF
(187,201,191)
#CCD6CD
(204,214,205)
#DDE3DB
(221,227,219)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446E5D color. Also use rgb(68,110,93) instead hex code.

Text Font Color

.myTextColor { color: #446E5D; }

<p style="color:#446E5D">This sample text font color is #446E5D.</p>

This text font color is #446E5D.


Background Color

.myBgColor { background-color: #446E5D; }

<div style="background-color:#446E5D">Inner text</div>

This div background color is #446E5D.


Border color

.myBorderColor { border: 1px solid #446E5D; }

<div style="border:3px solid #446E5D">Div</div>

This div border color is #446E5D.


Opacity

.myOpacity80 { color: #446E5D; opacity: 0.8; }

<p style="color:#446E5D;opacity:0.8;">80%</p>

Text with #446E5D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #446E5D;}

<p style="text-shadow: 3px 3px 1px #446E5D">Text here.</p>

This text has shadow with #446E5D color.

.textShadow {text-shadow: 3px 3px 1px #446E5D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #446E5D, 5px 5px 20px red">Text here.</p>

This text has shadow with #446E5D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#446E5D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#446E5D, Direction=45, Strength=4)">Text</p>

This text has shadow with #446E5D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #446E5D;
  -webkit-box-shadow:	1px 1px 3px 2px #446E5D;
  box-shadow:		1px 1px 3px 2px #446E5D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #446E5D;
-webkit-box-shadow: 1px 1px 3px 2px #446E5D;
box-shadow:1px 1px 3px 2px #446E5D;">
Div content here</div>
This div box has shadow with color #446E5D.

Preview

Color preview on black background

This text has color #446E5D on black background.


Color preview on white background

This text has color #446E5D on white background.



Black color preview on #446E5D background

This text has black color on #446E5D background.


White color preview on #446E5D background

This text has white color on #446E5D background.