COLOR #72474B

HEX: #72474B
RGB: (114,71,75)

Color info

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

RGB color model

#72474B color RGB value is (114,71,75).

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

RGB channels and saturation

R 114 of 255 = 45%
G 71 of 255 = 28%
B 75 of 255 = 29%

114
71
75

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

Portions of RGB colors in percentages

R + G + B =
114 + 71 + 75 = 260 (100%)
R 114 of 260 ~ 43.85%
G 71 of 260 ~ 27.31%
B 75 of 260 ~ 28.85%

%43.85
%27.31
%28.85

CMYK color model

#72474B color CMYK value is (0,38,34,55).

  • cyan value is 0.00%
  • magenta value is 37.72%
  • yellow value is 34.21%
  • key color value is 55.29%
CMYK:
(0,38,34,55)
C0M38Y34K55 
(0%,38%,34%,55%)
(0.00/0.38/0.34/0.55)	

CMYK percentages

%0
%37.72
%34.21
%55.29

Codes

Color #72474B in popluar color models

72474B
RGB1147175
HSL354°23.24%36.27%
HSB/HSV354°37.72%44.71%
CMYK0.00%37.72%34.21%
55.29%

Color #72474B in popluar number systems.

HEX72474B
Decimal1147175
Binary111001010001111001011
Octal162107113

Shades and tints

Shades of #72474B

#72474B
(114,71,75)
#684145
(104,65,69)
#5E3B3F
(94,59,63)
#543539
(84,53,57)
#4A2F33
(74,47,51)
#40292D
(64,41,45)
#362327
(54,35,39)
#2C1D21
(44,29,33)
#22171B
(34,23,27)
#181115
(24,17,21)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #72474B

#72474B
(114,71,75)
#7E575B
(126,87,91)
#8A676B
(138,103,107)
#96777B
(150,119,123)
#A2878B
(162,135,139)
#AE979B
(174,151,155)
#BAA7AB
(186,167,171)
#C6B7BB
(198,183,187)
#D2C7CB
(210,199,203)
#DED7DB
(222,215,219)
#EAE7EB
(234,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72474B; }

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

This text font color is #72474B.


Background Color

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

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

This div background color is #72474B.


Border color

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

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

This div border color is #72474B.


Opacity

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

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

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

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

This text has shadow with #72474B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72474B on black background.


Color preview on white background

This text has color #72474B on white background.



Black color preview on #72474B background

This text has black color on #72474B background.


White color preview on #72474B background

This text has white color on #72474B background.