COLOR #422635

HEX: #422635
RGB: (66,38,53)

Color info

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

RGB color model

#422635 color RGB value is (66,38,53).

  • red value is 66;
  • green value is 38;
  • blue value is 53.
RGB:
(66,38,53)
(26%,15%,21%)

RGB channels and saturation

R 66 of 255 = 26%
G 38 of 255 = 15%
B 53 of 255 = 21%

66
38
53

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

Portions of RGB colors in percentages

R + G + B =
66 + 38 + 53 = 157 (100%)
R 66 of 157 ~ 42.04%
G 38 of 157 ~ 24.2%
B 53 of 157 ~ 33.76%

%42.04
%24.2
%33.76

CMYK color model

#422635 color CMYK value is (0,42,20,74).

  • cyan value is 0.00%
  • magenta value is 42.42%
  • yellow value is 19.70%
  • key color value is 74.12%
CMYK:
(0,42,20,74)
C0M42Y20K74 
(0%,42%,20%,74%)
(0.00/0.42/0.20/0.74)	

CMYK percentages

%0
%42.42
%19.7
%74.12

Codes

Color #422635 in popluar color models

422635
RGB663853
HSL328°26.92%20.39%
HSB/HSV328°42.42%25.88%
CMYK0.00%42.42%19.70%
74.12%

Color #422635 in popluar number systems.

HEX422635
Decimal663853
Binary1000010100110110101
Octal1024665

Shades and tints

Shades of #422635

#422635
(66,38,53)
#3C2331
(60,35,49)
#36202D
(54,32,45)
#301D29
(48,29,41)
#2A1A25
(42,26,37)
#241721
(36,23,33)
#1E141D
(30,20,29)
#181119
(24,17,25)
#120E15
(18,14,21)
#0C0B11
(12,11,17)
#06080D
(6,8,13)
#000000
(0,0,0)

Tints of #422635

#422635
(66,38,53)
#533947
(83,57,71)
#644C59
(100,76,89)
#755F6B
(117,95,107)
#86727D
(134,114,125)
#97858F
(151,133,143)
#A898A1
(168,152,161)
#B9ABB3
(185,171,179)
#CABEC5
(202,190,197)
#DBD1D7
(219,209,215)
#ECE4E9
(236,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422635 color. Also use rgb(66,38,53) instead hex code.

Text Font Color

.myTextColor { color: #422635; }

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

This text font color is #422635.


Background Color

.myBgColor { background-color: #422635; }

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

This div background color is #422635.


Border color

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

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

This div border color is #422635.


Opacity

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

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

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

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

This text has shadow with #422635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422635 on black background.


Color preview on white background

This text has color #422635 on white background.



Black color preview on #422635 background

This text has black color on #422635 background.


White color preview on #422635 background

This text has white color on #422635 background.