COLOR #72534B

HEX: #72534B
RGB: (114,83,75)

Color info

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

RGB color model

#72534B color RGB value is (114,83,75).

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

RGB channels and saturation

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

114
83
75

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

Portions of RGB colors in percentages

R + G + B =
114 + 83 + 75 = 272 (100%)
R 114 of 272 ~ 41.91%
G 83 of 272 ~ 30.51%
B 75 of 272 ~ 27.57%

%41.91
%30.51
%27.57

CMYK color model

#72534B color CMYK value is (0,27,34,55).

  • cyan value is 0.00%
  • magenta value is 27.19%
  • yellow value is 34.21%
  • key color value is 55.29%
CMYK:
(0,27,34,55)
C0M27Y34K55 
(0%,27%,34%,55%)
(0.00/0.27/0.34/0.55)	

CMYK percentages

%0
%27.19
%34.21
%55.29

Codes

Color #72534B in popluar color models

72534B
RGB1148375
HSL12°20.63%37.06%
HSB/HSV12°34.21%44.71%
CMYK0.00%27.19%34.21%
55.29%

Color #72534B in popluar number systems.

HEX72534B
Decimal1148375
Binary111001010100111001011
Octal162123113

Shades and tints

Shades of #72534B

#72534B
(114,83,75)
#684C45
(104,76,69)
#5E453F
(94,69,63)
#543E39
(84,62,57)
#4A3733
(74,55,51)
#40302D
(64,48,45)
#362927
(54,41,39)
#2C2221
(44,34,33)
#221B1B
(34,27,27)
#181415
(24,20,21)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #72534B

#72534B
(114,83,75)
#7E625B
(126,98,91)
#8A716B
(138,113,107)
#96807B
(150,128,123)
#A28F8B
(162,143,139)
#AE9E9B
(174,158,155)
#BAADAB
(186,173,171)
#C6BCBB
(198,188,187)
#D2CBCB
(210,203,203)
#DEDADB
(222,218,219)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72534B; }

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

This text font color is #72534B.


Background Color

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

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

This div background color is #72534B.


Border color

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

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

This div border color is #72534B.


Opacity

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

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

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

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

This text has shadow with #72534B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72534B on black background.


Color preview on white background

This text has color #72534B on white background.



Black color preview on #72534B background

This text has black color on #72534B background.


White color preview on #72534B background

This text has white color on #72534B background.