COLOR #72552D

HEX: #72552D
RGB: (114,85,45)

Color info

#72552D contains mainly red and green colors. Web safe color of #72552D is #666633 (or #663).

RGB color model

#72552D color RGB value is (114,85,45).

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

RGB channels and saturation

R 114 of 255 = 45%
G 85 of 255 = 33%
B 45 of 255 = 18%

114
85
45

R + G + B ~ 32%. #72552D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 85 + 45 = 244 (100%)
R 114 of 244 ~ 46.72%
G 85 of 244 ~ 34.84%
B 45 of 244 ~ 18.44%

%46.72
%34.84
%18.44

CMYK color model

#72552D color CMYK value is (0,25,61,55).

  • cyan value is 0.00%
  • magenta value is 25.44%
  • yellow value is 60.53%
  • key color value is 55.29%
CMYK:
(0,25,61,55)
C0M25Y61K55 
(0%,25%,61%,55%)
(0.00/0.25/0.61/0.55)	

CMYK percentages

%0
%25.44
%60.53
%55.29

Codes

Color #72552D in popluar color models

72552D
RGB1148545
HSL35°43.40%31.18%
HSB/HSV35°60.53%44.71%
CMYK0.00%25.44%60.53%
55.29%

Color #72552D in popluar number systems.

HEX72552D
Decimal1148545
Binary11100101010101101101
Octal16212555

Shades and tints

Shades of #72552D

#72552D
(114,85,45)
#684E29
(104,78,41)
#5E4725
(94,71,37)
#544021
(84,64,33)
#4A391D
(74,57,29)
#403219
(64,50,25)
#362B15
(54,43,21)
#2C2411
(44,36,17)
#221D0D
(34,29,13)
#181609
(24,22,9)
#0E0F05
(14,15,5)
#000000
(0,0,0)

Tints of #72552D

#72552D
(114,85,45)
#7E6440
(126,100,64)
#8A7353
(138,115,83)
#968266
(150,130,102)
#A29179
(162,145,121)
#AEA08C
(174,160,140)
#BAAF9F
(186,175,159)
#C6BEB2
(198,190,178)
#D2CDC5
(210,205,197)
#DEDCD8
(222,220,216)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72552D color. Also use rgb(114,85,45) instead hex code.

Text Font Color

.myTextColor { color: #72552D; }

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

This text font color is #72552D.


Background Color

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

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

This div background color is #72552D.


Border color

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

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

This div border color is #72552D.


Opacity

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

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

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

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

This text has shadow with #72552D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72552D on black background.


Color preview on white background

This text has color #72552D on white background.



Black color preview on #72552D background

This text has black color on #72552D background.


White color preview on #72552D background

This text has white color on #72552D background.