COLOR #837875

HEX: #837875
RGB: (131,120,117)

Color info

#837875 contains red, green and blue colors in about the same proportion. Web safe color of #837875 is #996666 (or #966).

RGB color model

#837875 color RGB value is (131,120,117).

  • red value is 131;
  • green value is 120;
  • blue value is 117.
RGB:
(131,120,117)
(51%,47%,46%)

RGB channels and saturation

R 131 of 255 = 51%
G 120 of 255 = 47%
B 117 of 255 = 46%

131
120
117

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

Portions of RGB colors in percentages

R + G + B =
131 + 120 + 117 = 368 (100%)
R 131 of 368 ~ 35.6%
G 120 of 368 ~ 32.61%
B 117 of 368 ~ 31.79%

%35.6
%32.61
%31.79

CMYK color model

#837875 color CMYK value is (0,8,11,49).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 10.69%
  • key color value is 48.63%
CMYK:
(0,8,11,49)
C0M8Y11K49 
(0%,8%,11%,49%)
(0.00/0.08/0.11/0.49)	

CMYK percentages

%0
%8.4
%10.69
%48.63

Codes

Color #837875 in popluar color models

837875
RGB131120117
HSL13°5.65%48.63%
HSB/HSV13°10.69%51.37%
CMYK0.00%8.40%10.69%
48.63%

Color #837875 in popluar number systems.

HEX837875
Decimal131120117
Binary1000001111110001110101
Octal203170165

Shades and tints

Shades of #837875

#837875
(131,120,117)
#786E6B
(120,110,107)
#6D6461
(109,100,97)
#625A57
(98,90,87)
#57504D
(87,80,77)
#4C4643
(76,70,67)
#413C39
(65,60,57)
#36322F
(54,50,47)
#2B2825
(43,40,37)
#201E1B
(32,30,27)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #837875

#837875
(131,120,117)
#8E8481
(142,132,129)
#99908D
(153,144,141)
#A49C99
(164,156,153)
#AFA8A5
(175,168,165)
#BAB4B1
(186,180,177)
#C5C0BD
(197,192,189)
#D0CCC9
(208,204,201)
#DBD8D5
(219,216,213)
#E6E4E1
(230,228,225)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837875 color. Also use rgb(131,120,117) instead hex code.

Text Font Color

.myTextColor { color: #837875; }

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

This text font color is #837875.


Background Color

.myBgColor { background-color: #837875; }

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

This div background color is #837875.


Border color

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

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

This div border color is #837875.


Opacity

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

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

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

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

This text has shadow with #837875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837875 on black background.


Color preview on white background

This text has color #837875 on white background.



Black color preview on #837875 background

This text has black color on #837875 background.


White color preview on #837875 background

This text has white color on #837875 background.