COLOR #835E66

HEX: #835E66
RGB: (131,94,102)

Color info

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

RGB color model

#835E66 color RGB value is (131,94,102).

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

RGB channels and saturation

R 131 of 255 = 51%
G 94 of 255 = 37%
B 102 of 255 = 40%

131
94
102

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

Portions of RGB colors in percentages

R + G + B =
131 + 94 + 102 = 327 (100%)
R 131 of 327 ~ 40.06%
G 94 of 327 ~ 28.75%
B 102 of 327 ~ 31.19%

%40.06
%28.75
%31.19

CMYK color model

#835E66 color CMYK value is (0,28,22,49).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 22.14%
  • key color value is 48.63%
CMYK:
(0,28,22,49)
C0M28Y22K49 
(0%,28%,22%,49%)
(0.00/0.28/0.22/0.49)	

CMYK percentages

%0
%28.24
%22.14
%48.63

Codes

Color #835E66 in popluar color models

835E66
RGB13194102
HSL347°16.44%44.12%
HSB/HSV347°28.24%51.37%
CMYK0.00%28.24%22.14%
48.63%

Color #835E66 in popluar number systems.

HEX835E66
Decimal13194102
Binary1000001110111101100110
Octal203136146

Shades and tints

Shades of #835E66

#835E66
(131,94,102)
#78565D
(120,86,93)
#6D4E54
(109,78,84)
#62464B
(98,70,75)
#573E42
(87,62,66)
#4C3639
(76,54,57)
#412E30
(65,46,48)
#362627
(54,38,39)
#2B1E1E
(43,30,30)
#201615
(32,22,21)
#150E0C
(21,14,12)
#000000
(0,0,0)

Tints of #835E66

#835E66
(131,94,102)
#8E6C73
(142,108,115)
#997A80
(153,122,128)
#A4888D
(164,136,141)
#AF969A
(175,150,154)
#BAA4A7
(186,164,167)
#C5B2B4
(197,178,180)
#D0C0C1
(208,192,193)
#DBCECE
(219,206,206)
#E6DCDB
(230,220,219)
#F1EAE8
(241,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835E66; }

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

This text font color is #835E66.


Background Color

.myBgColor { background-color: #835E66; }

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

This div background color is #835E66.


Border color

.myBorderColor { border: 1px solid #835E66; }

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

This div border color is #835E66.


Opacity

.myOpacity80 { color: #835E66; opacity: 0.8; }

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

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

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

This text has shadow with #835E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835E66 on black background.


Color preview on white background

This text has color #835E66 on white background.



Black color preview on #835E66 background

This text has black color on #835E66 background.


White color preview on #835E66 background

This text has white color on #835E66 background.