COLOR #837274

HEX: #837274
RGB: (131,114,116)

Color info

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

RGB color model

#837274 color RGB value is (131,114,116).

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

RGB channels and saturation

R 131 of 255 = 51%
G 114 of 255 = 45%
B 116 of 255 = 45%

131
114
116

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

Portions of RGB colors in percentages

R + G + B =
131 + 114 + 116 = 361 (100%)
R 131 of 361 ~ 36.29%
G 114 of 361 ~ 31.58%
B 116 of 361 ~ 32.13%

%36.29
%31.58
%32.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.98%
  • yellow value is 11.45%
  • key color value is 48.63%
CMYK:
(0,13,11,49)
C0M13Y11K49 
(0%,13%,11%,49%)
(0.00/0.13/0.11/0.49)	

CMYK percentages

%0
%12.98
%11.45
%48.63

Codes

Color #837274 in popluar color models

837274
RGB131114116
HSL353°6.94%48.04%
HSB/HSV353°12.98%51.37%
CMYK0.00%12.98%11.45%
48.63%

Color #837274 in popluar number systems.

HEX837274
Decimal131114116
Binary1000001111100101110100
Octal203162164

Shades and tints

Shades of #837274

#837274
(131,114,116)
#78686A
(120,104,106)
#6D5E60
(109,94,96)
#625456
(98,84,86)
#574A4C
(87,74,76)
#4C4042
(76,64,66)
#413638
(65,54,56)
#362C2E
(54,44,46)
#2B2224
(43,34,36)
#20181A
(32,24,26)
#150E10
(21,14,16)
#000000
(0,0,0)

Tints of #837274

#837274
(131,114,116)
#8E7E80
(142,126,128)
#998A8C
(153,138,140)
#A49698
(164,150,152)
#AFA2A4
(175,162,164)
#BAAEB0
(186,174,176)
#C5BABC
(197,186,188)
#D0C6C8
(208,198,200)
#DBD2D4
(219,210,212)
#E6DEE0
(230,222,224)
#F1EAEC
(241,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837274; }

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

This text font color is #837274.


Background Color

.myBgColor { background-color: #837274; }

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

This div background color is #837274.


Border color

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

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

This div border color is #837274.


Opacity

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

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

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

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

This text has shadow with #837274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837274 on black background.


Color preview on white background

This text has color #837274 on white background.



Black color preview on #837274 background

This text has black color on #837274 background.


White color preview on #837274 background

This text has white color on #837274 background.