COLOR #836064

HEX: #836064
RGB: (131,96,100)

Color info

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

RGB color model

#836064 color RGB value is (131,96,100).

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

RGB channels and saturation

R 131 of 255 = 51%
G 96 of 255 = 38%
B 100 of 255 = 39%

131
96
100

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

Portions of RGB colors in percentages

R + G + B =
131 + 96 + 100 = 327 (100%)
R 131 of 327 ~ 40.06%
G 96 of 327 ~ 29.36%
B 100 of 327 ~ 30.58%

%40.06
%29.36
%30.58

CMYK color model

#836064 color CMYK value is (0,27,24,49).

  • cyan value is 0.00%
  • magenta value is 26.72%
  • yellow value is 23.66%
  • key color value is 48.63%
CMYK:
(0,27,24,49)
C0M27Y24K49 
(0%,27%,24%,49%)
(0.00/0.27/0.24/0.49)	

CMYK percentages

%0
%26.72
%23.66
%48.63

Codes

Color #836064 in popluar color models

836064
RGB13196100
HSL353°15.42%44.51%
HSB/HSV353°26.72%51.37%
CMYK0.00%26.72%23.66%
48.63%

Color #836064 in popluar number systems.

HEX836064
Decimal13196100
Binary1000001111000001100100
Octal203140144

Shades and tints

Shades of #836064

#836064
(131,96,100)
#78585B
(120,88,91)
#6D5052
(109,80,82)
#624849
(98,72,73)
#574040
(87,64,64)
#4C3837
(76,56,55)
#41302E
(65,48,46)
#362825
(54,40,37)
#2B201C
(43,32,28)
#201813
(32,24,19)
#15100A
(21,16,10)
#000000
(0,0,0)

Tints of #836064

#836064
(131,96,100)
#8E6E72
(142,110,114)
#997C80
(153,124,128)
#A48A8E
(164,138,142)
#AF989C
(175,152,156)
#BAA6AA
(186,166,170)
#C5B4B8
(197,180,184)
#D0C2C6
(208,194,198)
#DBD0D4
(219,208,212)
#E6DEE2
(230,222,226)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836064; }

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

This text font color is #836064.


Background Color

.myBgColor { background-color: #836064; }

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

This div background color is #836064.


Border color

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

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

This div border color is #836064.


Opacity

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

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

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

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

This text has shadow with #836064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836064 on black background.


Color preview on white background

This text has color #836064 on white background.



Black color preview on #836064 background

This text has black color on #836064 background.


White color preview on #836064 background

This text has white color on #836064 background.