COLOR #422838

HEX: #422838
RGB: (66,40,56)

Color info

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

RGB color model

#422838 color RGB value is (66,40,56).

  • red value is 66;
  • green value is 40;
  • blue value is 56.
RGB:
(66,40,56)
(26%,16%,22%)

RGB channels and saturation

R 66 of 255 = 26%
G 40 of 255 = 16%
B 56 of 255 = 22%

66
40
56

R + G + B ~ 21%. #422838 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 40 + 56 = 162 (100%)
R 66 of 162 ~ 40.74%
G 40 of 162 ~ 24.69%
B 56 of 162 ~ 34.57%

%40.74
%24.69
%34.57

CMYK color model

#422838 color CMYK value is (0,39,15,74).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 15.15%
  • key color value is 74.12%
CMYK:
(0,39,15,74)
C0M39Y15K74 
(0%,39%,15%,74%)
(0.00/0.39/0.15/0.74)	

CMYK percentages

%0
%39.39
%15.15
%74.12

Codes

Color #422838 in popluar color models

422838
RGB664056
HSL323°24.53%20.78%
HSB/HSV323°39.39%25.88%
CMYK0.00%39.39%15.15%
74.12%

Color #422838 in popluar number systems.

HEX422838
Decimal664056
Binary1000010101000111000
Octal1025070

Shades and tints

Shades of #422838

#422838
(66,40,56)
#3C2533
(60,37,51)
#36222E
(54,34,46)
#301F29
(48,31,41)
#2A1C24
(42,28,36)
#24191F
(36,25,31)
#1E161A
(30,22,26)
#181315
(24,19,21)
#121010
(18,16,16)
#0C0D0B
(12,13,11)
#060A06
(6,10,6)
#000000
(0,0,0)

Tints of #422838

#422838
(66,40,56)
#533B4A
(83,59,74)
#644E5C
(100,78,92)
#75616E
(117,97,110)
#867480
(134,116,128)
#978792
(151,135,146)
#A89AA4
(168,154,164)
#B9ADB6
(185,173,182)
#CAC0C8
(202,192,200)
#DBD3DA
(219,211,218)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422838 color. Also use rgb(66,40,56) instead hex code.

Text Font Color

.myTextColor { color: #422838; }

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

This text font color is #422838.


Background Color

.myBgColor { background-color: #422838; }

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

This div background color is #422838.


Border color

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

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

This div border color is #422838.


Opacity

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

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

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

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

This text has shadow with #422838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422838 on black background.


Color preview on white background

This text has color #422838 on white background.



Black color preview on #422838 background

This text has black color on #422838 background.


White color preview on #422838 background

This text has white color on #422838 background.