COLOR #72554B

HEX: #72554B
RGB: (114,85,75)

Color info

#72554B contains red, green and blue colors in about the same proportion. Web safe color of #72554B is #666633 (or #663).

RGB color model

#72554B color RGB value is (114,85,75).

  • red value is 114;
  • green value is 85;
  • blue value is 75.
RGB:
(114,85,75)
(45%,33%,29%)

RGB channels and saturation

R 114 of 255 = 45%
G 85 of 255 = 33%
B 75 of 255 = 29%

114
85
75

R + G + B ~ 36%. #72554B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 85 + 75 = 274 (100%)
R 114 of 274 ~ 41.61%
G 85 of 274 ~ 31.02%
B 75 of 274 ~ 27.37%

%41.61
%31.02
%27.37

CMYK color model

#72554B color CMYK value is (0,25,34,55).

  • cyan value is 0.00%
  • magenta value is 25.44%
  • yellow value is 34.21%
  • key color value is 55.29%
CMYK:
(0,25,34,55)
C0M25Y34K55 
(0%,25%,34%,55%)
(0.00/0.25/0.34/0.55)	

CMYK percentages

%0
%25.44
%34.21
%55.29

Codes

Color #72554B in popluar color models

72554B
RGB1148575
HSL15°20.63%37.06%
HSB/HSV15°34.21%44.71%
CMYK0.00%25.44%34.21%
55.29%

Color #72554B in popluar number systems.

HEX72554B
Decimal1148575
Binary111001010101011001011
Octal162125113

Shades and tints

Shades of #72554B

#72554B
(114,85,75)
#684E45
(104,78,69)
#5E473F
(94,71,63)
#544039
(84,64,57)
#4A3933
(74,57,51)
#40322D
(64,50,45)
#362B27
(54,43,39)
#2C2421
(44,36,33)
#221D1B
(34,29,27)
#181615
(24,22,21)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #72554B

#72554B
(114,85,75)
#7E645B
(126,100,91)
#8A736B
(138,115,107)
#96827B
(150,130,123)
#A2918B
(162,145,139)
#AEA09B
(174,160,155)
#BAAFAB
(186,175,171)
#C6BEBB
(198,190,187)
#D2CDCB
(210,205,203)
#DEDCDB
(222,220,219)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72554B color. Also use rgb(114,85,75) instead hex code.

Text Font Color

.myTextColor { color: #72554B; }

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

This text font color is #72554B.


Background Color

.myBgColor { background-color: #72554B; }

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

This div background color is #72554B.


Border color

.myBorderColor { border: 1px solid #72554B; }

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

This div border color is #72554B.


Opacity

.myOpacity80 { color: #72554B; opacity: 0.8; }

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

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

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

This text has shadow with #72554B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72554B on black background.


Color preview on white background

This text has color #72554B on white background.



Black color preview on #72554B background

This text has black color on #72554B background.


White color preview on #72554B background

This text has white color on #72554B background.