COLOR #404B24

HEX: #404B24
RGB: (64,75,36)

Color info

#404B24 contains red, green and blue colors in about the same proportion. Web safe color of #404B24 is #333333 (or #333).

RGB color model

#404B24 color RGB value is (64,75,36).

  • red value is 64;
  • green value is 75;
  • blue value is 36.
RGB:
(64,75,36)
(25%,29%,14%)

RGB channels and saturation

R 64 of 255 = 25%
G 75 of 255 = 29%
B 36 of 255 = 14%

64
75
36

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

Portions of RGB colors in percentages

R + G + B =
64 + 75 + 36 = 175 (100%)
R 64 of 175 ~ 36.57%
G 75 of 175 ~ 42.86%
B 36 of 175 ~ 20.57%

%36.57
%42.86
%20.57

CMYK color model

#404B24 color CMYK value is (15,0,52,71).

  • cyan value is 14.67%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 70.59%
CMYK:
(15,0,52,71)
C15M0Y52K71 
(15%,0%,52%,71%)
(0.15/0.00/0.52/0.71)	

CMYK percentages

%14.67
%0
%52
%70.59

Codes

Color #404B24 in popluar color models

404B24
RGB647536
HSL77°35.14%21.76%
HSB/HSV77°52.00%29.41%
CMYK14.67%0.00%52.00%
70.59%

Color #404B24 in popluar number systems.

HEX404B24
Decimal647536
Binary10000001001011100100
Octal10011344

Shades and tints

Shades of #404B24

#404B24
(64,75,36)
#3B4521
(59,69,33)
#363F1E
(54,63,30)
#31391B
(49,57,27)
#2C3318
(44,51,24)
#272D15
(39,45,21)
#222712
(34,39,18)
#1D210F
(29,33,15)
#181B0C
(24,27,12)
#131509
(19,21,9)
#0E0F06
(14,15,6)
#000000
(0,0,0)

Tints of #404B24

#404B24
(64,75,36)
#515B37
(81,91,55)
#626B4A
(98,107,74)
#737B5D
(115,123,93)
#848B70
(132,139,112)
#959B83
(149,155,131)
#A6AB96
(166,171,150)
#B7BBA9
(183,187,169)
#C8CBBC
(200,203,188)
#D9DBCF
(217,219,207)
#EAEBE2
(234,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404B24 color. Also use rgb(64,75,36) instead hex code.

Text Font Color

.myTextColor { color: #404B24; }

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

This text font color is #404B24.


Background Color

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

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

This div background color is #404B24.


Border color

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

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

This div border color is #404B24.


Opacity

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

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

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

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

This text has shadow with #404B24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404B24 on black background.


Color preview on white background

This text has color #404B24 on white background.



Black color preview on #404B24 background

This text has black color on #404B24 background.


White color preview on #404B24 background

This text has white color on #404B24 background.