COLOR #404F21

HEX: #404F21 RGB: (64,79,33)

Color info

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

RGB color model

#404F21 color RGB value is (64,79,33).

RGB: (64,79,33) (25%, 31%, 13%)

RGB channels and saturation

R 64 of 255 = 25%
G 79 of 255 = 31%
B 33 of 255 = 13%

64
79
33

R + G + B ~ 23%. #404F21 is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 79 + 33 = 176 (100%)
R 64 of 176 ~ 36.36%
G 79 of 176 ~ 44.89%
B 33 of 176 ~ 18.75'%

%36.36
%44.89
%18.75

CMYK color model

#404F21 color CMYK value is (19,0,58,69).

  • cyan value is 18.99%
  • magenta value is 0.00%
  • yellow value is 58.23%
  • key color value is 69.02%

CMYK: (19,0,58,69)
C19M0Y58K69 (19%, 0%, 58%, 69%)
(0.19 / 0.00 / 0.58 / 0.69)

CMYK percentages

%18.99
%0
%58.23
%69.02

Codes

Color #404F21 in popluar color models

40 4F 21
RGB 64 79 33
HSL 80° 41.07% 21.96%
HSB/HSV 80° 58.23% 30.98%
CMYK 18.99% 0.00% 58.23%
69.02%

Color #404F21 in popluar number systems.

HEX 40 4F 21
Decimal 64 79 33
Binary 1000000 1001111 100001
Octal 100 117 41

Shades and tints

Shades of #404F21

#404F21
(64,79,33)
#3B481E
(59,72,30)
#36411B
(54,65,27)
#313A18
(49,58,24)
#2C3315
(44,51,21)
#272C12
(39,44,18)
#22250F
(34,37,15)
#1D1E0C
(29,30,12)
#181709
(24,23,9)
#131006
(19,16,6)
#0E0903
(14,9,3)
#000000
(0,0,0)

Tints of #404F21

#404F21
(64,79,33)
#515F35
(81,95,53)
#626F49
(98,111,73)
#737F5D
(115,127,93)
#848F71
(132,143,113)
#959F85
(149,159,133)
#A6AF99
(166,175,153)
#B7BFAD
(183,191,173)
#C8CFC1
(200,207,193)
#D9DFD5
(217,223,213)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404F21; }

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

This text font color is #404F21.

Background Color

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

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

This div background color is #404F21.

Border color

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

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

This div border color is #404F21.

Opacity

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

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

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

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

This text has shadow with #404F21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404F21.

Preview

Color preview on black background

This text has color #404F21 on black background.


Color preview on white background

This text has color #404F21 on white background.


Black color preview on #404F21 background

This text has black color on #404F21 background.


White color preview on #404F21 background

This text has white color on #404F21 background.


Related colors

Complementary color

Complementary color for #hex is #BFB0DE.


I love getcolorcode.com

Triadic colors

1 #21404F and #4F2140 with #404F21 are triadic colors.

2 #214F40 and #4F4021 with #404F21 are triadic colors.