COLOR #404F28

HEX: #404F28
RGB: (64,79,40)

Color info

#404F28 contains red, green and blue colors in about the same proportion. Web safe color of #404F28 is #336633 (or #363).

RGB color model

#404F28 color RGB value is (64,79,40).

  • red value is 64;
  • green value is 79;
  • blue value is 40.
RGB:
(64,79,40)
(25%,31%,16%)

RGB channels and saturation

R 64 of 255 = 25%
G 79 of 255 = 31%
B 40 of 255 = 16%

64
79
40

R + G + B ~ 24%. #404F28 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 79 + 40 = 183 (100%)
R 64 of 183 ~ 34.97%
G 79 of 183 ~ 43.17%
B 40 of 183 ~ 21.86%

%34.97
%43.17
%21.86

CMYK color model

#404F28 color CMYK value is (19,0,49,69).

  • cyan value is 18.99%
  • magenta value is 0.00%
  • yellow value is 49.37%
  • key color value is 69.02%
CMYK:
(19,0,49,69)
C19M0Y49K69 
(19%,0%,49%,69%)
(0.19/0.00/0.49/0.69)	

CMYK percentages

%18.99
%0
%49.37
%69.02

Codes

Color #404F28 in popluar color models

404F28
RGB647940
HSL83°32.77%23.33%
HSB/HSV83°49.37%30.98%
CMYK18.99%0.00%49.37%
69.02%

Color #404F28 in popluar number systems.

HEX404F28
Decimal647940
Binary10000001001111101000
Octal10011750

Shades and tints

Shades of #404F28

#404F28
(64,79,40)
#3B4825
(59,72,37)
#364122
(54,65,34)
#313A1F
(49,58,31)
#2C331C
(44,51,28)
#272C19
(39,44,25)
#222516
(34,37,22)
#1D1E13
(29,30,19)
#181710
(24,23,16)
#13100D
(19,16,13)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #404F28

#404F28
(64,79,40)
#515F3B
(81,95,59)
#626F4E
(98,111,78)
#737F61
(115,127,97)
#848F74
(132,143,116)
#959F87
(149,159,135)
#A6AF9A
(166,175,154)
#B7BFAD
(183,191,173)
#C8CFC0
(200,207,192)
#D9DFD3
(217,223,211)
#EAEFE6
(234,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404F28 color. Also use rgb(64,79,40) instead hex code.

Text Font Color

.myTextColor { color: #404F28; }

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

This text font color is #404F28.


Background Color

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

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

This div background color is #404F28.


Border color

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

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

This div border color is #404F28.


Opacity

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

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

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

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

This text has shadow with #404F28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404F28 on black background.


Color preview on white background

This text has color #404F28 on white background.



Black color preview on #404F28 background

This text has black color on #404F28 background.


White color preview on #404F28 background

This text has white color on #404F28 background.