COLOR #72846B

HEX: #72846B
RGB: (114,132,107)

Color info

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

RGB color model

#72846B color RGB value is (114,132,107).

  • red value is 114;
  • green value is 132;
  • blue value is 107.
RGB:
(114,132,107)
(45%,52%,42%)

RGB channels and saturation

R 114 of 255 = 45%
G 132 of 255 = 52%
B 107 of 255 = 42%

114
132
107

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

Portions of RGB colors in percentages

R + G + B =
114 + 132 + 107 = 353 (100%)
R 114 of 353 ~ 32.29%
G 132 of 353 ~ 37.39%
B 107 of 353 ~ 30.31%

%32.29
%37.39
%30.31

CMYK color model

#72846B color CMYK value is (14,0,19,48).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 18.94%
  • key color value is 48.24%
CMYK:
(14,0,19,48)
C14M0Y19K48 
(14%,0%,19%,48%)
(0.14/0.00/0.19/0.48)	

CMYK percentages

%13.64
%0
%18.94
%48.24

Codes

Color #72846B in popluar color models

72846B
RGB114132107
HSL103°10.46%46.86%
HSB/HSV103°18.94%51.76%
CMYK13.64%0.00%18.94%
48.24%

Color #72846B in popluar number systems.

HEX72846B
Decimal114132107
Binary1110010100001001101011
Octal162204153

Shades and tints

Shades of #72846B

#72846B
(114,132,107)
#687862
(104,120,98)
#5E6C59
(94,108,89)
#546050
(84,96,80)
#4A5447
(74,84,71)
#40483E
(64,72,62)
#363C35
(54,60,53)
#2C302C
(44,48,44)
#222423
(34,36,35)
#18181A
(24,24,26)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #72846B

#72846B
(114,132,107)
#7E8F78
(126,143,120)
#8A9A85
(138,154,133)
#96A592
(150,165,146)
#A2B09F
(162,176,159)
#AEBBAC
(174,187,172)
#BAC6B9
(186,198,185)
#C6D1C6
(198,209,198)
#D2DCD3
(210,220,211)
#DEE7E0
(222,231,224)
#EAF2ED
(234,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72846B color. Also use rgb(114,132,107) instead hex code.

Text Font Color

.myTextColor { color: #72846B; }

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

This text font color is #72846B.


Background Color

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

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

This div background color is #72846B.


Border color

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

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

This div border color is #72846B.


Opacity

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

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

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

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

This text has shadow with #72846B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72846B on black background.


Color preview on white background

This text has color #72846B on white background.



Black color preview on #72846B background

This text has black color on #72846B background.


White color preview on #72846B background

This text has white color on #72846B background.