COLOR #422914

HEX: #422914
RGB: (66,41,20)

Color info

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

RGB color model

#422914 color RGB value is (66,41,20).

  • red value is 66;
  • green value is 41;
  • blue value is 20.
RGB:
(66,41,20)
(26%,16%,8%)

RGB channels and saturation

R 66 of 255 = 26%
G 41 of 255 = 16%
B 20 of 255 = 8%

66
41
20

R + G + B ~ 17%. #422914 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 41 + 20 = 127 (100%)
R 66 of 127 ~ 51.97%
G 41 of 127 ~ 32.28%
B 20 of 127 ~ 15.75%

%51.97
%32.28
%15.75

CMYK color model

#422914 color CMYK value is (0,38,70,74).

  • cyan value is 0.00%
  • magenta value is 37.88%
  • yellow value is 69.70%
  • key color value is 74.12%
CMYK:
(0,38,70,74)
C0M38Y70K74 
(0%,38%,70%,74%)
(0.00/0.38/0.70/0.74)	

CMYK percentages

%0
%37.88
%69.7
%74.12

Codes

Color #422914 in popluar color models

422914
RGB664120
HSL27°53.49%16.86%
HSB/HSV27°69.70%25.88%
CMYK0.00%37.88%69.70%
74.12%

Color #422914 in popluar number systems.

HEX422914
Decimal664120
Binary100001010100110100
Octal1025124

Shades and tints

Shades of #422914

#422914
(66,41,20)
#3C2613
(60,38,19)
#362312
(54,35,18)
#302011
(48,32,17)
#2A1D10
(42,29,16)
#241A0F
(36,26,15)
#1E170E
(30,23,14)
#18140D
(24,20,13)
#12110C
(18,17,12)
#0C0E0B
(12,14,11)
#060B0A
(6,11,10)
#000000
(0,0,0)

Tints of #422914

#422914
(66,41,20)
#533C29
(83,60,41)
#644F3E
(100,79,62)
#756253
(117,98,83)
#867568
(134,117,104)
#97887D
(151,136,125)
#A89B92
(168,155,146)
#B9AEA7
(185,174,167)
#CAC1BC
(202,193,188)
#DBD4D1
(219,212,209)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422914 color. Also use rgb(66,41,20) instead hex code.

Text Font Color

.myTextColor { color: #422914; }

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

This text font color is #422914.


Background Color

.myBgColor { background-color: #422914; }

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

This div background color is #422914.


Border color

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

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

This div border color is #422914.


Opacity

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

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

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

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

This text has shadow with #422914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422914 on black background.


Color preview on white background

This text has color #422914 on white background.



Black color preview on #422914 background

This text has black color on #422914 background.


White color preview on #422914 background

This text has white color on #422914 background.