COLOR #402C09

HEX: #402C09
RGB: (64,44,9)

Color info

#402C09 contains red, green and blue colors in about the same proportion. Web safe color of #402C09 is #333300 (or #330).

RGB color model

#402C09 color RGB value is (64,44,9).

  • red value is 64;
  • green value is 44;
  • blue value is 9.
RGB:
(64,44,9)
(25%,17%,4%)

RGB channels and saturation

R 64 of 255 = 25%
G 44 of 255 = 17%
B 9 of 255 = 4%

64
44
9

R + G + B ~ 15%. #402C09 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 44 + 9 = 117 (100%)
R 64 of 117 ~ 54.7%
G 44 of 117 ~ 37.61%
B 9 of 117 ~ 7.69%

%54.7
%37.61

CMYK color model

#402C09 color CMYK value is (0,31,86,75).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 85.94%
  • key color value is 74.90%
CMYK:
(0,31,86,75)
C0M31Y86K75 
(0%,31%,86%,75%)
(0.00/0.31/0.86/0.75)	

CMYK percentages

%0
%31.25
%85.94
%74.9

Codes

Color #402C09 in popluar color models

402C09
RGB64449
HSL38°75.34%14.31%
HSB/HSV38°85.94%25.10%
CMYK0.00%31.25%85.94%
74.90%

Color #402C09 in popluar number systems.

HEX402C09
Decimal64449
Binary10000001011001001
Octal1005411

Shades and tints

Shades of #402C09

#402C09
(64,44,9)
#3B2809
(59,40,9)
#362409
(54,36,9)
#312009
(49,32,9)
#2C1C09
(44,28,9)
#271809
(39,24,9)
#221409
(34,20,9)
#1D1009
(29,16,9)
#180C09
(24,12,9)
#130809
(19,8,9)
#0E0409
(14,4,9)
#000000
(0,0,0)

Tints of #402C09

#402C09
(64,44,9)
#513F1F
(81,63,31)
#625235
(98,82,53)
#73654B
(115,101,75)
#847861
(132,120,97)
#958B77
(149,139,119)
#A69E8D
(166,158,141)
#B7B1A3
(183,177,163)
#C8C4B9
(200,196,185)
#D9D7CF
(217,215,207)
#EAEAE5
(234,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #402C09 color. Also use rgb(64,44,9) instead hex code.

Text Font Color

.myTextColor { color: #402C09; }

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

This text font color is #402C09.


Background Color

.myBgColor { background-color: #402C09; }

<div style="background-color:#402C09">Inner text</div>

This div background color is #402C09.


Border color

.myBorderColor { border: 1px solid #402C09; }

<div style="border:3px solid #402C09">Div</div>

This div border color is #402C09.


Opacity

.myOpacity80 { color: #402C09; opacity: 0.8; }

<p style="color:#402C09;opacity:0.8;">80%</p>

Text with #402C09 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 #402C09;}

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

This text has shadow with #402C09 color.

.textShadow {text-shadow: 3px 3px 1px #402C09, 3px 3px 1px red;}

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

This text has shadow with #402C09 primary color and red secondary color.


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

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

This text has shadow with #402C09 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #402C09 on black background.


Color preview on white background

This text has color #402C09 on white background.



Black color preview on #402C09 background

This text has black color on #402C09 background.


White color preview on #402C09 background

This text has white color on #402C09 background.