COLOR #422C07

HEX: #422C07
RGB: (66,44,7)

Color info

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

RGB color model

#422C07 color RGB value is (66,44,7).

  • red value is 66;
  • green value is 44;
  • blue value is 7.
RGB:
(66,44,7)
(26%,17%,3%)

RGB channels and saturation

R 66 of 255 = 26%
G 44 of 255 = 17%
B 7 of 255 = 3%

66
44
7

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

Portions of RGB colors in percentages

R + G + B =
66 + 44 + 7 = 117 (100%)
R 66 of 117 ~ 56.41%
G 44 of 117 ~ 37.61%
B 7 of 117 ~ 5.98%

%56.41
%37.61

CMYK color model

#422C07 color CMYK value is (0,33,89,74).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 89.39%
  • key color value is 74.12%
CMYK:
(0,33,89,74)
C0M33Y89K74 
(0%,33%,89%,74%)
(0.00/0.33/0.89/0.74)	

CMYK percentages

%0
%33.33
%89.39
%74.12

Codes

Color #422C07 in popluar color models

422C07
RGB66447
HSL38°80.82%14.31%
HSB/HSV38°89.39%25.88%
CMYK0.00%33.33%89.39%
74.12%

Color #422C07 in popluar number systems.

HEX422C07
Decimal66447
Binary1000010101100111
Octal102547

Shades and tints

Shades of #422C07

#422C07
(66,44,7)
#3C2807
(60,40,7)
#362407
(54,36,7)
#302007
(48,32,7)
#2A1C07
(42,28,7)
#241807
(36,24,7)
#1E1407
(30,20,7)
#181007
(24,16,7)
#120C07
(18,12,7)
#0C0807
(12,8,7)
#060407
(6,4,7)
#000000
(0,0,0)

Tints of #422C07

#422C07
(66,44,7)
#533F1D
(83,63,29)
#645233
(100,82,51)
#756549
(117,101,73)
#86785F
(134,120,95)
#978B75
(151,139,117)
#A89E8B
(168,158,139)
#B9B1A1
(185,177,161)
#CAC4B7
(202,196,183)
#DBD7CD
(219,215,205)
#ECEAE3
(236,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422C07 color. Also use rgb(66,44,7) instead hex code.

Text Font Color

.myTextColor { color: #422C07; }

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

This text font color is #422C07.


Background Color

.myBgColor { background-color: #422C07; }

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

This div background color is #422C07.


Border color

.myBorderColor { border: 1px solid #422C07; }

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

This div border color is #422C07.


Opacity

.myOpacity80 { color: #422C07; opacity: 0.8; }

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

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

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

This text has shadow with #422C07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422C07 on black background.


Color preview on white background

This text has color #422C07 on white background.



Black color preview on #422C07 background

This text has black color on #422C07 background.


White color preview on #422C07 background

This text has white color on #422C07 background.