COLOR #72865B

HEX: #72865B
RGB: (114,134,91)

Color info

#72865B contains red, green and blue colors in about the same proportion. Web safe color of #72865B is #669966 (or #696).

RGB color model

#72865B color RGB value is (114,134,91).

  • red value is 114;
  • green value is 134;
  • blue value is 91.
RGB:
(114,134,91)
(45%,53%,36%)

RGB channels and saturation

R 114 of 255 = 45%
G 134 of 255 = 53%
B 91 of 255 = 36%

114
134
91

R + G + B ~ 45%. #72865B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 134 + 91 = 339 (100%)
R 114 of 339 ~ 33.63%
G 134 of 339 ~ 39.53%
B 91 of 339 ~ 26.84%

%33.63
%39.53
%26.84

CMYK color model

#72865B color CMYK value is (15,0,32,47).

  • cyan value is 14.93%
  • magenta value is 0.00%
  • yellow value is 32.09%
  • key color value is 47.45%
CMYK:
(15,0,32,47)
C15M0Y32K47 
(15%,0%,32%,47%)
(0.15/0.00/0.32/0.47)	

CMYK percentages

%14.93
%0
%32.09
%47.45

Codes

Color #72865B in popluar color models

72865B
RGB11413491
HSL88°19.11%44.12%
HSB/HSV88°32.09%52.55%
CMYK14.93%0.00%32.09%
47.45%

Color #72865B in popluar number systems.

HEX72865B
Decimal11413491
Binary1110010100001101011011
Octal162206133

Shades and tints

Shades of #72865B

#72865B
(114,134,91)
#687A53
(104,122,83)
#5E6E4B
(94,110,75)
#546243
(84,98,67)
#4A563B
(74,86,59)
#404A33
(64,74,51)
#363E2B
(54,62,43)
#2C3223
(44,50,35)
#22261B
(34,38,27)
#181A13
(24,26,19)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #72865B

#72865B
(114,134,91)
#7E9169
(126,145,105)
#8A9C77
(138,156,119)
#96A785
(150,167,133)
#A2B293
(162,178,147)
#AEBDA1
(174,189,161)
#BAC8AF
(186,200,175)
#C6D3BD
(198,211,189)
#D2DECB
(210,222,203)
#DEE9D9
(222,233,217)
#EAF4E7
(234,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72865B color. Also use rgb(114,134,91) instead hex code.

Text Font Color

.myTextColor { color: #72865B; }

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

This text font color is #72865B.


Background Color

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

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

This div background color is #72865B.


Border color

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

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

This div border color is #72865B.


Opacity

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

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

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

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

This text has shadow with #72865B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72865B on black background.


Color preview on white background

This text has color #72865B on white background.



Black color preview on #72865B background

This text has black color on #72865B background.


White color preview on #72865B background

This text has white color on #72865B background.