COLOR #422508

HEX: #422508
RGB: (66,37,8)

Color info

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

RGB color model

#422508 color RGB value is (66,37,8).

  • red value is 66;
  • green value is 37;
  • blue value is 8.
RGB:
(66,37,8)
(26%,15%,3%)

RGB channels and saturation

R 66 of 255 = 26%
G 37 of 255 = 15%
B 8 of 255 = 3%

66
37
8

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

Portions of RGB colors in percentages

R + G + B =
66 + 37 + 8 = 111 (100%)
R 66 of 111 ~ 59.46%
G 37 of 111 ~ 33.33%
B 8 of 111 ~ 7.21%

%59.46
%33.33

CMYK color model

#422508 color CMYK value is (0,44,88,74).

  • cyan value is 0.00%
  • magenta value is 43.94%
  • yellow value is 87.88%
  • key color value is 74.12%
CMYK:
(0,44,88,74)
C0M44Y88K74 
(0%,44%,88%,74%)
(0.00/0.44/0.88/0.74)	

CMYK percentages

%0
%43.94
%87.88
%74.12

Codes

Color #422508 in popluar color models

422508
RGB66378
HSL30°78.38%14.51%
HSB/HSV30°87.88%25.88%
CMYK0.00%43.94%87.88%
74.12%

Color #422508 in popluar number systems.

HEX422508
Decimal66378
Binary10000101001011000
Octal1024510

Shades and tints

Shades of #422508

#422508
(66,37,8)
#3C2208
(60,34,8)
#361F08
(54,31,8)
#301C08
(48,28,8)
#2A1908
(42,25,8)
#241608
(36,22,8)
#1E1308
(30,19,8)
#181008
(24,16,8)
#120D08
(18,13,8)
#0C0A08
(12,10,8)
#060708
(6,7,8)
#000000
(0,0,0)

Tints of #422508

#422508
(66,37,8)
#53381E
(83,56,30)
#644B34
(100,75,52)
#755E4A
(117,94,74)
#867160
(134,113,96)
#978476
(151,132,118)
#A8978C
(168,151,140)
#B9AAA2
(185,170,162)
#CABDB8
(202,189,184)
#DBD0CE
(219,208,206)
#ECE3E4
(236,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422508 color. Also use rgb(66,37,8) instead hex code.

Text Font Color

.myTextColor { color: #422508; }

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

This text font color is #422508.


Background Color

.myBgColor { background-color: #422508; }

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

This div background color is #422508.


Border color

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

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

This div border color is #422508.


Opacity

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

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

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

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

This text has shadow with #422508 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422508 on black background.


Color preview on white background

This text has color #422508 on white background.



Black color preview on #422508 background

This text has black color on #422508 background.


White color preview on #422508 background

This text has white color on #422508 background.