COLOR #835E6E

HEX: #835E6E
RGB: (131,94,110)

Color info

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

RGB color model

#835E6E color RGB value is (131,94,110).

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

RGB channels and saturation

R 131 of 255 = 51%
G 94 of 255 = 37%
B 110 of 255 = 43%

131
94
110

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

Portions of RGB colors in percentages

R + G + B =
131 + 94 + 110 = 335 (100%)
R 131 of 335 ~ 39.1%
G 94 of 335 ~ 28.06%
B 110 of 335 ~ 32.84%

%39.1
%28.06
%32.84

CMYK color model

#835E6E color CMYK value is (0,28,16,49).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 16.03%
  • key color value is 48.63%
CMYK:
(0,28,16,49)
C0M28Y16K49 
(0%,28%,16%,49%)
(0.00/0.28/0.16/0.49)	

CMYK percentages

%0
%28.24
%16.03
%48.63

Codes

Color #835E6E in popluar color models

835E6E
RGB13194110
HSL334°16.44%44.12%
HSB/HSV334°28.24%51.37%
CMYK0.00%28.24%16.03%
48.63%

Color #835E6E in popluar number systems.

HEX835E6E
Decimal13194110
Binary1000001110111101101110
Octal203136156

Shades and tints

Shades of #835E6E

#835E6E
(131,94,110)
#785664
(120,86,100)
#6D4E5A
(109,78,90)
#624650
(98,70,80)
#573E46
(87,62,70)
#4C363C
(76,54,60)
#412E32
(65,46,50)
#362628
(54,38,40)
#2B1E1E
(43,30,30)
#201614
(32,22,20)
#150E0A
(21,14,10)
#000000
(0,0,0)

Tints of #835E6E

#835E6E
(131,94,110)
#8E6C7B
(142,108,123)
#997A88
(153,122,136)
#A48895
(164,136,149)
#AF96A2
(175,150,162)
#BAA4AF
(186,164,175)
#C5B2BC
(197,178,188)
#D0C0C9
(208,192,201)
#DBCED6
(219,206,214)
#E6DCE3
(230,220,227)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835E6E; }

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

This text font color is #835E6E.


Background Color

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

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

This div background color is #835E6E.


Border color

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

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

This div border color is #835E6E.


Opacity

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

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

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

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

This text has shadow with #835E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835E6E on black background.


Color preview on white background

This text has color #835E6E on white background.



Black color preview on #835E6E background

This text has black color on #835E6E background.


White color preview on #835E6E background

This text has white color on #835E6E background.