COLOR #446F28

HEX: #446F28
RGB: (68,111,40)

Color info

#446F28 contains mainly red and green colors. Web safe color of #446F28 is #336633 (or #363).

RGB color model

#446F28 color RGB value is (68,111,40).

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

RGB channels and saturation

R 68 of 255 = 27%
G 111 of 255 = 44%
B 40 of 255 = 16%

68
111
40

R + G + B ~ 29%. #446F28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 111 + 40 = 219 (100%)
R 68 of 219 ~ 31.05%
G 111 of 219 ~ 50.68%
B 40 of 219 ~ 18.26%

%31.05
%50.68
%18.26

CMYK color model

#446F28 color CMYK value is (39,0,64,56).

  • cyan value is 38.74%
  • magenta value is 0.00%
  • yellow value is 63.96%
  • key color value is 56.47%
CMYK:
(39,0,64,56)
C39M0Y64K56 
(39%,0%,64%,56%)
(0.39/0.00/0.64/0.56)	

CMYK percentages

%38.74
%0
%63.96
%56.47

Codes

Color #446F28 in popluar color models

446F28
RGB6811140
HSL96°47.02%29.61%
HSB/HSV96°63.96%43.53%
CMYK38.74%0.00%63.96%
56.47%

Color #446F28 in popluar number systems.

HEX446F28
Decimal6811140
Binary10001001101111101000
Octal10415750

Shades and tints

Shades of #446F28

#446F28
(68,111,40)
#3E6525
(62,101,37)
#385B22
(56,91,34)
#32511F
(50,81,31)
#2C471C
(44,71,28)
#263D19
(38,61,25)
#203316
(32,51,22)
#1A2913
(26,41,19)
#141F10
(20,31,16)
#0E150D
(14,21,13)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #446F28

#446F28
(68,111,40)
#557C3B
(85,124,59)
#66894E
(102,137,78)
#779661
(119,150,97)
#88A374
(136,163,116)
#99B087
(153,176,135)
#AABD9A
(170,189,154)
#BBCAAD
(187,202,173)
#CCD7C0
(204,215,192)
#DDE4D3
(221,228,211)
#EEF1E6
(238,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446F28; }

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

This text font color is #446F28.


Background Color

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

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

This div background color is #446F28.


Border color

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

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

This div border color is #446F28.


Opacity

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

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

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

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

This text has shadow with #446F28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446F28 on black background.


Color preview on white background

This text has color #446F28 on white background.



Black color preview on #446F28 background

This text has black color on #446F28 background.


White color preview on #446F28 background

This text has white color on #446F28 background.