COLOR #72423C

HEX: #72423C
RGB: (114,66,60)

Color info

#72423C contains red, green and blue colors in about the same proportion. Web safe color of #72423C is #663333 (or #633).

RGB color model

#72423C color RGB value is (114,66,60).

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

RGB channels and saturation

R 114 of 255 = 45%
G 66 of 255 = 26%
B 60 of 255 = 24%

114
66
60

R + G + B ~ 32%. #72423C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 66 + 60 = 240 (100%)
R 114 of 240 ~ 47.5%
G 66 of 240 ~ 27.5%
B 60 of 240 ~ 25%

%47.5
%27.5
%25

CMYK color model

#72423C color CMYK value is (0,42,47,55).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 47.37%
  • key color value is 55.29%
CMYK:
(0,42,47,55)
C0M42Y47K55 
(0%,42%,47%,55%)
(0.00/0.42/0.47/0.55)	

CMYK percentages

%0
%42.11
%47.37
%55.29

Codes

Color #72423C in popluar color models

72423C
RGB1146660
HSL31.03%34.12%
HSB/HSV47.37%44.71%
CMYK0.00%42.11%47.37%
55.29%

Color #72423C in popluar number systems.

HEX72423C
Decimal1146660
Binary11100101000010111100
Octal16210274

Shades and tints

Shades of #72423C

#72423C
(114,66,60)
#683C37
(104,60,55)
#5E3632
(94,54,50)
#54302D
(84,48,45)
#4A2A28
(74,42,40)
#402423
(64,36,35)
#361E1E
(54,30,30)
#2C1819
(44,24,25)
#221214
(34,18,20)
#180C0F
(24,12,15)
#0E060A
(14,6,10)
#000000
(0,0,0)

Tints of #72423C

#72423C
(114,66,60)
#7E534D
(126,83,77)
#8A645E
(138,100,94)
#96756F
(150,117,111)
#A28680
(162,134,128)
#AE9791
(174,151,145)
#BAA8A2
(186,168,162)
#C6B9B3
(198,185,179)
#D2CAC4
(210,202,196)
#DEDBD5
(222,219,213)
#EAECE6
(234,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72423C color. Also use rgb(114,66,60) instead hex code.

Text Font Color

.myTextColor { color: #72423C; }

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

This text font color is #72423C.


Background Color

.myBgColor { background-color: #72423C; }

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

This div background color is #72423C.


Border color

.myBorderColor { border: 1px solid #72423C; }

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

This div border color is #72423C.


Opacity

.myOpacity80 { color: #72423C; opacity: 0.8; }

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

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

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

This text has shadow with #72423C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72423C on black background.


Color preview on white background

This text has color #72423C on white background.



Black color preview on #72423C background

This text has black color on #72423C background.


White color preview on #72423C background

This text has white color on #72423C background.