COLOR #402600

HEX: #402600
RGB: (64,38,0)

Color info

#402600 contains only red and green colors. Web safe color of #402600 is #333300 (or #330).

RGB color model

#402600 color RGB value is (64,38,0).

  • red value is 64;
  • green value is 38;
  • blue value is 0.
RGB:
(64,38,0)
(25%,15%,0%)

RGB channels and saturation

R 64 of 255 = 25%
G 38 of 255 = 15%
B 0 of 255 = 0%

64
38
0

R + G + B ~ 13%. #402600 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 38 + 0 = 102 (100%)
R 64 of 102 ~ 62.75%
G 38 of 102 ~ 37.25%
B 0 of 102 ~ 0%

%62.75
%37.25

CMYK color model

#402600 color CMYK value is (0,41,100,75).

  • cyan value is 0.00%
  • magenta value is 40.63%
  • yellow value is 100.00%
  • key color value is 74.90%
CMYK:
(0,41,100,75)
C0M41Y100K75 
(0%,41%,100%,75%)
(0.00/0.41/1.00/0.75)	

CMYK percentages

%0
%40.63
%100
%74.9

Codes

Color #402600 in popluar color models

402600
RGB64380
HSL36°100.00%12.55%
HSB/HSV36°100.00%25.10%
CMYK0.00%40.63%100.00%
74.90%

Color #402600 in popluar number systems.

HEX402600
Decimal64380
Binary10000001001100
Octal100460

Shades and tints

Shades of #402600

#402600
(64,38,0)
#3B2300
(59,35,0)
#362000
(54,32,0)
#311D00
(49,29,0)
#2C1A00
(44,26,0)
#271700
(39,23,0)
#221400
(34,20,0)
#1D1100
(29,17,0)
#180E00
(24,14,0)
#130B00
(19,11,0)
#0E0800
(14,8,0)
#000000
(0,0,0)

Tints of #402600

#402600
(64,38,0)
#513917
(81,57,23)
#624C2E
(98,76,46)
#735F45
(115,95,69)
#84725C
(132,114,92)
#958573
(149,133,115)
#A6988A
(166,152,138)
#B7ABA1
(183,171,161)
#C8BEB8
(200,190,184)
#D9D1CF
(217,209,207)
#EAE4E6
(234,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #402600 color. Also use rgb(64,38,0) instead hex code.

Text Font Color

.myTextColor { color: #402600; }

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

This text font color is #402600.


Background Color

.myBgColor { background-color: #402600; }

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

This div background color is #402600.


Border color

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

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

This div border color is #402600.


Opacity

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

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

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

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

This text has shadow with #402600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #402600 on black background.


Color preview on white background

This text has color #402600 on white background.



Black color preview on #402600 background

This text has black color on #402600 background.


White color preview on #402600 background

This text has white color on #402600 background.