COLOR #836057

HEX: #836057
RGB: (131,96,87)

Color info

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

RGB color model

#836057 color RGB value is (131,96,87).

  • red value is 131;
  • green value is 96;
  • blue value is 87.
RGB:
(131,96,87)
(51%,38%,34%)

RGB channels and saturation

R 131 of 255 = 51%
G 96 of 255 = 38%
B 87 of 255 = 34%

131
96
87

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

Portions of RGB colors in percentages

R + G + B =
131 + 96 + 87 = 314 (100%)
R 131 of 314 ~ 41.72%
G 96 of 314 ~ 30.57%
B 87 of 314 ~ 27.71%

%41.72
%30.57
%27.71

CMYK color model

#836057 color CMYK value is (0,27,34,49).

  • cyan value is 0.00%
  • magenta value is 26.72%
  • yellow value is 33.59%
  • key color value is 48.63%
CMYK:
(0,27,34,49)
C0M27Y34K49 
(0%,27%,34%,49%)
(0.00/0.27/0.34/0.49)	

CMYK percentages

%0
%26.72
%33.59
%48.63

Codes

Color #836057 in popluar color models

836057
RGB1319687
HSL12°20.18%42.75%
HSB/HSV12°33.59%51.37%
CMYK0.00%26.72%33.59%
48.63%

Color #836057 in popluar number systems.

HEX836057
Decimal1319687
Binary1000001111000001010111
Octal203140127

Shades and tints

Shades of #836057

#836057
(131,96,87)
#785850
(120,88,80)
#6D5049
(109,80,73)
#624842
(98,72,66)
#57403B
(87,64,59)
#4C3834
(76,56,52)
#41302D
(65,48,45)
#362826
(54,40,38)
#2B201F
(43,32,31)
#201818
(32,24,24)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #836057

#836057
(131,96,87)
#8E6E66
(142,110,102)
#997C75
(153,124,117)
#A48A84
(164,138,132)
#AF9893
(175,152,147)
#BAA6A2
(186,166,162)
#C5B4B1
(197,180,177)
#D0C2C0
(208,194,192)
#DBD0CF
(219,208,207)
#E6DEDE
(230,222,222)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836057 color. Also use rgb(131,96,87) instead hex code.

Text Font Color

.myTextColor { color: #836057; }

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

This text font color is #836057.


Background Color

.myBgColor { background-color: #836057; }

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

This div background color is #836057.


Border color

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

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

This div border color is #836057.


Opacity

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

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

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

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

This text has shadow with #836057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836057 on black background.


Color preview on white background

This text has color #836057 on white background.



Black color preview on #836057 background

This text has black color on #836057 background.


White color preview on #836057 background

This text has white color on #836057 background.