COLOR #836066

HEX: #836066
RGB: (131,96,102)

Color info

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

RGB color model

#836066 color RGB value is (131,96,102).

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

RGB channels and saturation

R 131 of 255 = 51%
G 96 of 255 = 38%
B 102 of 255 = 40%

131
96
102

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

Portions of RGB colors in percentages

R + G + B =
131 + 96 + 102 = 329 (100%)
R 131 of 329 ~ 39.82%
G 96 of 329 ~ 29.18%
B 102 of 329 ~ 31%

%39.82
%29.18
%31

CMYK color model

#836066 color CMYK value is (0,27,22,49).

  • cyan value is 0.00%
  • magenta value is 26.72%
  • yellow value is 22.14%
  • key color value is 48.63%
CMYK:
(0,27,22,49)
C0M27Y22K49 
(0%,27%,22%,49%)
(0.00/0.27/0.22/0.49)	

CMYK percentages

%0
%26.72
%22.14
%48.63

Codes

Color #836066 in popluar color models

836066
RGB13196102
HSL350°15.42%44.51%
HSB/HSV350°26.72%51.37%
CMYK0.00%26.72%22.14%
48.63%

Color #836066 in popluar number systems.

HEX836066
Decimal13196102
Binary1000001111000001100110
Octal203140146

Shades and tints

Shades of #836066

#836066
(131,96,102)
#78585D
(120,88,93)
#6D5054
(109,80,84)
#62484B
(98,72,75)
#574042
(87,64,66)
#4C3839
(76,56,57)
#413030
(65,48,48)
#362827
(54,40,39)
#2B201E
(43,32,30)
#201815
(32,24,21)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #836066

#836066
(131,96,102)
#8E6E73
(142,110,115)
#997C80
(153,124,128)
#A48A8D
(164,138,141)
#AF989A
(175,152,154)
#BAA6A7
(186,166,167)
#C5B4B4
(197,180,180)
#D0C2C1
(208,194,193)
#DBD0CE
(219,208,206)
#E6DEDB
(230,222,219)
#F1ECE8
(241,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836066; }

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

This text font color is #836066.


Background Color

.myBgColor { background-color: #836066; }

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

This div background color is #836066.


Border color

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

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

This div border color is #836066.


Opacity

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

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

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

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

This text has shadow with #836066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836066 on black background.


Color preview on white background

This text has color #836066 on white background.



Black color preview on #836066 background

This text has black color on #836066 background.


White color preview on #836066 background

This text has white color on #836066 background.