COLOR #837574

HEX: #837574
RGB: (131,117,116)

Color info

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

RGB color model

#837574 color RGB value is (131,117,116).

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

RGB channels and saturation

R 131 of 255 = 51%
G 117 of 255 = 46%
B 116 of 255 = 45%

131
117
116

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

Portions of RGB colors in percentages

R + G + B =
131 + 117 + 116 = 364 (100%)
R 131 of 364 ~ 35.99%
G 117 of 364 ~ 32.14%
B 116 of 364 ~ 31.87%

%35.99
%32.14
%31.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.69%
  • yellow value is 11.45%
  • key color value is 48.63%
CMYK:
(0,11,11,49)
C0M11Y11K49 
(0%,11%,11%,49%)
(0.00/0.11/0.11/0.49)	

CMYK percentages

%0
%10.69
%11.45
%48.63

Codes

Color #837574 in popluar color models

837574
RGB131117116
HSL6.07%48.43%
HSB/HSV11.45%51.37%
CMYK0.00%10.69%11.45%
48.63%

Color #837574 in popluar number systems.

HEX837574
Decimal131117116
Binary1000001111101011110100
Octal203165164

Shades and tints

Shades of #837574

#837574
(131,117,116)
#786B6A
(120,107,106)
#6D6160
(109,97,96)
#625756
(98,87,86)
#574D4C
(87,77,76)
#4C4342
(76,67,66)
#413938
(65,57,56)
#362F2E
(54,47,46)
#2B2524
(43,37,36)
#201B1A
(32,27,26)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #837574

#837574
(131,117,116)
#8E8180
(142,129,128)
#998D8C
(153,141,140)
#A49998
(164,153,152)
#AFA5A4
(175,165,164)
#BAB1B0
(186,177,176)
#C5BDBC
(197,189,188)
#D0C9C8
(208,201,200)
#DBD5D4
(219,213,212)
#E6E1E0
(230,225,224)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837574; }

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

This text font color is #837574.


Background Color

.myBgColor { background-color: #837574; }

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

This div background color is #837574.


Border color

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

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

This div border color is #837574.


Opacity

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

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

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

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

This text has shadow with #837574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837574 on black background.


Color preview on white background

This text has color #837574 on white background.



Black color preview on #837574 background

This text has black color on #837574 background.


White color preview on #837574 background

This text has white color on #837574 background.