COLOR #402509

HEX: #402509 RGB: (64,37,9)

Color info

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

RGB color model

#402509 color RGB value is (64,37,9).

RGB: (64,37,9) (25%, 15%, 4%)

RGB channels and saturation

R 64 of 255 = 25%
G 37 of 255 = 15%
B 9 of 255 = 4%

64
37
9

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

Portions of RGB colors in percentages

R + G + B = 64 + 37 + 9 = 110 (100%)
R 64 of 110 ~ 58.18%
G 37 of 110 ~ 33.64%
B 9 of 110 ~ 8.18'%

%58.18
%33.64

CMYK color model

#402509 color CMYK value is (0,42,86,75).

  • cyan value is 0.00%
  • magenta value is 42.19%
  • yellow value is 85.94%
  • key color value is 74.90%

CMYK: (0,42,86,75)
C0M42Y86K75 (0%, 42%, 86%, 75%)
(0.00 / 0.42 / 0.86 / 0.75)

CMYK percentages

%0
%42.19
%85.94
%74.9

Codes

Color #402509 in popluar color models

40 25 09
RGB 64 37 9
HSL 31° 75.34% 14.31%
HSB/HSV 31° 85.94% 25.10%
CMYK 0.00% 42.19% 85.94%
74.90%

Color #402509 in popluar number systems.

HEX 40 25 09
Decimal 64 37 9
Binary 1000000 100101 1001
Octal 100 45 11

Shades and tints

Shades of #402509

#402509
(64,37,9)
#3B2209
(59,34,9)
#361F09
(54,31,9)
#311C09
(49,28,9)
#2C1909
(44,25,9)
#271609
(39,22,9)
#221309
(34,19,9)
#1D1009
(29,16,9)
#180D09
(24,13,9)
#130A09
(19,10,9)
#0E0709
(14,7,9)
#000000
(0,0,0)

Tints of #402509

#402509
(64,37,9)
#51381F
(81,56,31)
#624B35
(98,75,53)
#735E4B
(115,94,75)
#847161
(132,113,97)
#958477
(149,132,119)
#A6978D
(166,151,141)
#B7AAA3
(183,170,163)
#C8BDB9
(200,189,185)
#D9D0CF
(217,208,207)
#EAE3E5
(234,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #402509; }

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

This text font color is #402509.

Background Color

.myBgColor { background-color: #402509; }

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

This div background color is #402509.

Border color

.myBorderColor { border: 1px solid #402509; }

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

This div border color is #402509.

Opacity

.myOpacity80 { color: #402509; opacity: 0.8; }

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

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

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

This text has shadow with #402509 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #402509.

Preview

Color preview on black background

This text has color #402509 on black background.


Color preview on white background

This text has color #402509 on white background.


Black color preview on #402509 background

This text has black color on #402509 background.


White color preview on #402509 background

This text has white color on #402509 background.


Related colors

Complementary color

Complementary color for #hex is #BFDAF6.


I love getcolorcode.com

Triadic colors

1 #094025 and #250940 with #402509 are triadic colors.

2 #092540 and #254009 with #402509 are triadic colors.