COLOR #835F65

HEX: #835F65
RGB: (131,95,101)

Color info

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

RGB color model

#835F65 color RGB value is (131,95,101).

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

RGB channels and saturation

R 131 of 255 = 51%
G 95 of 255 = 37%
B 101 of 255 = 40%

131
95
101

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

Portions of RGB colors in percentages

R + G + B =
131 + 95 + 101 = 327 (100%)
R 131 of 327 ~ 40.06%
G 95 of 327 ~ 29.05%
B 101 of 327 ~ 30.89%

%40.06
%29.05
%30.89

CMYK color model

#835F65 color CMYK value is (0,27,23,49).

  • cyan value is 0.00%
  • magenta value is 27.48%
  • yellow value is 22.90%
  • key color value is 48.63%
CMYK:
(0,27,23,49)
C0M27Y23K49 
(0%,27%,23%,49%)
(0.00/0.27/0.23/0.49)	

CMYK percentages

%0
%27.48
%22.9
%48.63

Codes

Color #835F65 in popluar color models

835F65
RGB13195101
HSL350°15.93%44.31%
HSB/HSV350°27.48%51.37%
CMYK0.00%27.48%22.90%
48.63%

Color #835F65 in popluar number systems.

HEX835F65
Decimal13195101
Binary1000001110111111100101
Octal203137145

Shades and tints

Shades of #835F65

#835F65
(131,95,101)
#78575C
(120,87,92)
#6D4F53
(109,79,83)
#62474A
(98,71,74)
#573F41
(87,63,65)
#4C3738
(76,55,56)
#412F2F
(65,47,47)
#362726
(54,39,38)
#2B1F1D
(43,31,29)
#201714
(32,23,20)
#150F0B
(21,15,11)
#000000
(0,0,0)

Tints of #835F65

#835F65
(131,95,101)
#8E6D73
(142,109,115)
#997B81
(153,123,129)
#A4898F
(164,137,143)
#AF979D
(175,151,157)
#BAA5AB
(186,165,171)
#C5B3B9
(197,179,185)
#D0C1C7
(208,193,199)
#DBCFD5
(219,207,213)
#E6DDE3
(230,221,227)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835F65 color. Also use rgb(131,95,101) instead hex code.

Text Font Color

.myTextColor { color: #835F65; }

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

This text font color is #835F65.


Background Color

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

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

This div background color is #835F65.


Border color

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

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

This div border color is #835F65.


Opacity

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

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

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

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

This text has shadow with #835F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835F65 on black background.


Color preview on white background

This text has color #835F65 on white background.



Black color preview on #835F65 background

This text has black color on #835F65 background.


White color preview on #835F65 background

This text has white color on #835F65 background.