COLOR #422729

HEX: #422729
RGB: (66,39,41)

Color info

#422729 contains red, green and blue colors in about the same proportion. Web safe color of #422729 is #333333 (or #333).

RGB color model

#422729 color RGB value is (66,39,41).

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

RGB channels and saturation

R 66 of 255 = 26%
G 39 of 255 = 15%
B 41 of 255 = 16%

66
39
41

R + G + B ~ 19%. #422729 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 39 + 41 = 146 (100%)
R 66 of 146 ~ 45.21%
G 39 of 146 ~ 26.71%
B 41 of 146 ~ 28.08%

%45.21
%26.71
%28.08

CMYK color model

#422729 color CMYK value is (0,41,38,74).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 37.88%
  • key color value is 74.12%
CMYK:
(0,41,38,74)
C0M41Y38K74 
(0%,41%,38%,74%)
(0.00/0.41/0.38/0.74)	

CMYK percentages

%0
%40.91
%37.88
%74.12

Codes

Color #422729 in popluar color models

422729
RGB663941
HSL356°25.71%20.59%
HSB/HSV356°40.91%25.88%
CMYK0.00%40.91%37.88%
74.12%

Color #422729 in popluar number systems.

HEX422729
Decimal663941
Binary1000010100111101001
Octal1024751

Shades and tints

Shades of #422729

#422729
(66,39,41)
#3C2426
(60,36,38)
#362123
(54,33,35)
#301E20
(48,30,32)
#2A1B1D
(42,27,29)
#24181A
(36,24,26)
#1E1517
(30,21,23)
#181214
(24,18,20)
#120F11
(18,15,17)
#0C0C0E
(12,12,14)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #422729

#422729
(66,39,41)
#533A3C
(83,58,60)
#644D4F
(100,77,79)
#756062
(117,96,98)
#867375
(134,115,117)
#978688
(151,134,136)
#A8999B
(168,153,155)
#B9ACAE
(185,172,174)
#CABFC1
(202,191,193)
#DBD2D4
(219,210,212)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422729; }

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

This text font color is #422729.


Background Color

.myBgColor { background-color: #422729; }

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

This div background color is #422729.


Border color

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

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

This div border color is #422729.


Opacity

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

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

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

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

This text has shadow with #422729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422729 on black background.


Color preview on white background

This text has color #422729 on white background.



Black color preview on #422729 background

This text has black color on #422729 background.


White color preview on #422729 background

This text has white color on #422729 background.