COLOR #446F4E

HEX: #446F4E
RGB: (68,111,78)

Color info

#446F4E contains red, green and blue colors in about the same proportion. Web safe color of #446F4E is #336666 (or #366).

RGB color model

#446F4E color RGB value is (68,111,78).

  • red value is 68;
  • green value is 111;
  • blue value is 78.
RGB:
(68,111,78)
(27%,44%,31%)

RGB channels and saturation

R 68 of 255 = 27%
G 111 of 255 = 44%
B 78 of 255 = 31%

68
111
78

R + G + B ~ 34%. #446F4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 111 + 78 = 257 (100%)
R 68 of 257 ~ 26.46%
G 111 of 257 ~ 43.19%
B 78 of 257 ~ 30.35%

%26.46
%43.19
%30.35

CMYK color model

#446F4E color CMYK value is (39,0,30,56).

  • cyan value is 38.74%
  • magenta value is 0.00%
  • yellow value is 29.73%
  • key color value is 56.47%
CMYK:
(39,0,30,56)
C39M0Y30K56 
(39%,0%,30%,56%)
(0.39/0.00/0.30/0.56)	

CMYK percentages

%38.74
%0
%29.73
%56.47

Codes

Color #446F4E in popluar color models

446F4E
RGB6811178
HSL134°24.02%35.10%
HSB/HSV134°38.74%43.53%
CMYK38.74%0.00%29.73%
56.47%

Color #446F4E in popluar number systems.

HEX446F4E
Decimal6811178
Binary100010011011111001110
Octal104157116

Shades and tints

Shades of #446F4E

#446F4E
(68,111,78)
#3E6547
(62,101,71)
#385B40
(56,91,64)
#325139
(50,81,57)
#2C4732
(44,71,50)
#263D2B
(38,61,43)
#203324
(32,51,36)
#1A291D
(26,41,29)
#141F16
(20,31,22)
#0E150F
(14,21,15)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #446F4E

#446F4E
(68,111,78)
#557C5E
(85,124,94)
#66896E
(102,137,110)
#77967E
(119,150,126)
#88A38E
(136,163,142)
#99B09E
(153,176,158)
#AABDAE
(170,189,174)
#BBCABE
(187,202,190)
#CCD7CE
(204,215,206)
#DDE4DE
(221,228,222)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446F4E color. Also use rgb(68,111,78) instead hex code.

Text Font Color

.myTextColor { color: #446F4E; }

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

This text font color is #446F4E.


Background Color

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

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

This div background color is #446F4E.


Border color

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

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

This div border color is #446F4E.


Opacity

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

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

Text with #446F4E 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 #446F4E;}

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

This text has shadow with #446F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446F4E on black background.


Color preview on white background

This text has color #446F4E on white background.



Black color preview on #446F4E background

This text has black color on #446F4E background.


White color preview on #446F4E background

This text has white color on #446F4E background.