COLOR #422719

HEX: #422719
RGB: (66,39,25)

Color info

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

RGB color model

#422719 color RGB value is (66,39,25).

  • red value is 66;
  • green value is 39;
  • blue value is 25.
RGB:
(66,39,25)
(26%,15%,10%)

RGB channels and saturation

R 66 of 255 = 26%
G 39 of 255 = 15%
B 25 of 255 = 10%

66
39
25

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

Portions of RGB colors in percentages

R + G + B =
66 + 39 + 25 = 130 (100%)
R 66 of 130 ~ 50.77%
G 39 of 130 ~ 30%
B 25 of 130 ~ 19.23%

%50.77
%30
%19.23

CMYK color model

#422719 color CMYK value is (0,41,62,74).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 62.12%
  • key color value is 74.12%
CMYK:
(0,41,62,74)
C0M41Y62K74 
(0%,41%,62%,74%)
(0.00/0.41/0.62/0.74)	

CMYK percentages

%0
%40.91
%62.12
%74.12

Codes

Color #422719 in popluar color models

422719
RGB663925
HSL20°45.05%17.84%
HSB/HSV20°62.12%25.88%
CMYK0.00%40.91%62.12%
74.12%

Color #422719 in popluar number systems.

HEX422719
Decimal663925
Binary100001010011111001
Octal1024731

Shades and tints

Shades of #422719

#422719
(66,39,25)
#3C2417
(60,36,23)
#362115
(54,33,21)
#301E13
(48,30,19)
#2A1B11
(42,27,17)
#24180F
(36,24,15)
#1E150D
(30,21,13)
#18120B
(24,18,11)
#120F09
(18,15,9)
#0C0C07
(12,12,7)
#060905
(6,9,5)
#000000
(0,0,0)

Tints of #422719

#422719
(66,39,25)
#533A2D
(83,58,45)
#644D41
(100,77,65)
#756055
(117,96,85)
#867369
(134,115,105)
#97867D
(151,134,125)
#A89991
(168,153,145)
#B9ACA5
(185,172,165)
#CABFB9
(202,191,185)
#DBD2CD
(219,210,205)
#ECE5E1
(236,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422719 color. Also use rgb(66,39,25) instead hex code.

Text Font Color

.myTextColor { color: #422719; }

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

This text font color is #422719.


Background Color

.myBgColor { background-color: #422719; }

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

This div background color is #422719.


Border color

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

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

This div border color is #422719.


Opacity

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

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

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

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

This text has shadow with #422719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422719 on black background.


Color preview on white background

This text has color #422719 on white background.



Black color preview on #422719 background

This text has black color on #422719 background.


White color preview on #422719 background

This text has white color on #422719 background.