COLOR #72434D

HEX: #72434D
RGB: (114,67,77)

Color info

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

RGB color model

#72434D color RGB value is (114,67,77).

  • red value is 114;
  • green value is 67;
  • blue value is 77.
RGB:
(114,67,77)
(45%,26%,30%)

RGB channels and saturation

R 114 of 255 = 45%
G 67 of 255 = 26%
B 77 of 255 = 30%

114
67
77

R + G + B ~ 34%. #72434D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 67 + 77 = 258 (100%)
R 114 of 258 ~ 44.19%
G 67 of 258 ~ 25.97%
B 77 of 258 ~ 29.84%

%44.19
%25.97
%29.84

CMYK color model

#72434D color CMYK value is (0,41,32,55).

  • cyan value is 0.00%
  • magenta value is 41.23%
  • yellow value is 32.46%
  • key color value is 55.29%
CMYK:
(0,41,32,55)
C0M41Y32K55 
(0%,41%,32%,55%)
(0.00/0.41/0.32/0.55)	

CMYK percentages

%0
%41.23
%32.46
%55.29

Codes

Color #72434D in popluar color models

72434D
RGB1146777
HSL347°25.97%35.49%
HSB/HSV347°41.23%44.71%
CMYK0.00%41.23%32.46%
55.29%

Color #72434D in popluar number systems.

HEX72434D
Decimal1146777
Binary111001010000111001101
Octal162103115

Shades and tints

Shades of #72434D

#72434D
(114,67,77)
#683D46
(104,61,70)
#5E373F
(94,55,63)
#543138
(84,49,56)
#4A2B31
(74,43,49)
#40252A
(64,37,42)
#361F23
(54,31,35)
#2C191C
(44,25,28)
#221315
(34,19,21)
#180D0E
(24,13,14)
#0E0707
(14,7,7)
#000000
(0,0,0)

Tints of #72434D

#72434D
(114,67,77)
#7E545D
(126,84,93)
#8A656D
(138,101,109)
#96767D
(150,118,125)
#A2878D
(162,135,141)
#AE989D
(174,152,157)
#BAA9AD
(186,169,173)
#C6BABD
(198,186,189)
#D2CBCD
(210,203,205)
#DEDCDD
(222,220,221)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72434D color. Also use rgb(114,67,77) instead hex code.

Text Font Color

.myTextColor { color: #72434D; }

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

This text font color is #72434D.


Background Color

.myBgColor { background-color: #72434D; }

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

This div background color is #72434D.


Border color

.myBorderColor { border: 1px solid #72434D; }

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

This div border color is #72434D.


Opacity

.myOpacity80 { color: #72434D; opacity: 0.8; }

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

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

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

This text has shadow with #72434D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72434D on black background.


Color preview on white background

This text has color #72434D on white background.



Black color preview on #72434D background

This text has black color on #72434D background.


White color preview on #72434D background

This text has white color on #72434D background.