COLOR #838772

HEX: #838772
RGB: (131,135,114)

Color info

#838772 contains red, green and blue colors in about the same proportion. Web safe color of #838772 is #999966 (or #996).

RGB color model

#838772 color RGB value is (131,135,114).

  • red value is 131;
  • green value is 135;
  • blue value is 114.
RGB:
(131,135,114)
(51%,53%,45%)

RGB channels and saturation

R 131 of 255 = 51%
G 135 of 255 = 53%
B 114 of 255 = 45%

131
135
114

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

Portions of RGB colors in percentages

R + G + B =
131 + 135 + 114 = 380 (100%)
R 131 of 380 ~ 34.47%
G 135 of 380 ~ 35.53%
B 114 of 380 ~ 30%

%34.47
%35.53
%30

CMYK color model

#838772 color CMYK value is (3,0,16,47).

  • cyan value is 2.96%
  • magenta value is 0.00%
  • yellow value is 15.56%
  • key color value is 47.06%
CMYK:
(3,0,16,47)
C3M0Y16K47 
(3%,0%,16%,47%)
(0.03/0.00/0.16/0.47)	

CMYK percentages

%2.96
%0
%15.56
%47.06

Codes

Color #838772 in popluar color models

838772
RGB131135114
HSL71°8.43%48.82%
HSB/HSV71°15.56%52.94%
CMYK2.96%0.00%15.56%
47.06%

Color #838772 in popluar number systems.

HEX838772
Decimal131135114
Binary10000011100001111110010
Octal203207162

Shades and tints

Shades of #838772

#838772
(131,135,114)
#787B68
(120,123,104)
#6D6F5E
(109,111,94)
#626354
(98,99,84)
#57574A
(87,87,74)
#4C4B40
(76,75,64)
#413F36
(65,63,54)
#36332C
(54,51,44)
#2B2722
(43,39,34)
#201B18
(32,27,24)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #838772

#838772
(131,135,114)
#8E917E
(142,145,126)
#999B8A
(153,155,138)
#A4A596
(164,165,150)
#AFAFA2
(175,175,162)
#BAB9AE
(186,185,174)
#C5C3BA
(197,195,186)
#D0CDC6
(208,205,198)
#DBD7D2
(219,215,210)
#E6E1DE
(230,225,222)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838772 color. Also use rgb(131,135,114) instead hex code.

Text Font Color

.myTextColor { color: #838772; }

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

This text font color is #838772.


Background Color

.myBgColor { background-color: #838772; }

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

This div background color is #838772.


Border color

.myBorderColor { border: 1px solid #838772; }

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

This div border color is #838772.


Opacity

.myOpacity80 { color: #838772; opacity: 0.8; }

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

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

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

This text has shadow with #838772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838772 on black background.


Color preview on white background

This text has color #838772 on white background.



Black color preview on #838772 background

This text has black color on #838772 background.


White color preview on #838772 background

This text has white color on #838772 background.