COLOR #72422E

HEX: #72422E
RGB: (114,66,46)

Color info

#72422E contains mainly red and green colors. Web safe color of #72422E is #663333 (or #633).

RGB color model

#72422E color RGB value is (114,66,46).

  • red value is 114;
  • green value is 66;
  • blue value is 46.
RGB:
(114,66,46)
(45%,26%,18%)

RGB channels and saturation

R 114 of 255 = 45%
G 66 of 255 = 26%
B 46 of 255 = 18%

114
66
46

R + G + B ~ 30%. #72422E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 66 + 46 = 226 (100%)
R 114 of 226 ~ 50.44%
G 66 of 226 ~ 29.2%
B 46 of 226 ~ 20.35%

%50.44
%29.2
%20.35

CMYK color model

#72422E color CMYK value is (0,42,60,55).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 59.65%
  • key color value is 55.29%
CMYK:
(0,42,60,55)
C0M42Y60K55 
(0%,42%,60%,55%)
(0.00/0.42/0.60/0.55)	

CMYK percentages

%0
%42.11
%59.65
%55.29

Codes

Color #72422E in popluar color models

72422E
RGB1146646
HSL18°42.50%31.37%
HSB/HSV18°59.65%44.71%
CMYK0.00%42.11%59.65%
55.29%

Color #72422E in popluar number systems.

HEX72422E
Decimal1146646
Binary11100101000010101110
Octal16210256

Shades and tints

Shades of #72422E

#72422E
(114,66,46)
#683C2A
(104,60,42)
#5E3626
(94,54,38)
#543022
(84,48,34)
#4A2A1E
(74,42,30)
#40241A
(64,36,26)
#361E16
(54,30,22)
#2C1812
(44,24,18)
#22120E
(34,18,14)
#180C0A
(24,12,10)
#0E0606
(14,6,6)
#000000
(0,0,0)

Tints of #72422E

#72422E
(114,66,46)
#7E5341
(126,83,65)
#8A6454
(138,100,84)
#967567
(150,117,103)
#A2867A
(162,134,122)
#AE978D
(174,151,141)
#BAA8A0
(186,168,160)
#C6B9B3
(198,185,179)
#D2CAC6
(210,202,198)
#DEDBD9
(222,219,217)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72422E color. Also use rgb(114,66,46) instead hex code.

Text Font Color

.myTextColor { color: #72422E; }

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

This text font color is #72422E.


Background Color

.myBgColor { background-color: #72422E; }

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

This div background color is #72422E.


Border color

.myBorderColor { border: 1px solid #72422E; }

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

This div border color is #72422E.


Opacity

.myOpacity80 { color: #72422E; opacity: 0.8; }

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

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

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

This text has shadow with #72422E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72422E on black background.


Color preview on white background

This text has color #72422E on white background.



Black color preview on #72422E background

This text has black color on #72422E background.


White color preview on #72422E background

This text has white color on #72422E background.