COLOR #835F60

HEX: #835F60
RGB: (131,95,96)

Color info

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

RGB color model

#835F60 color RGB value is (131,95,96).

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

RGB channels and saturation

R 131 of 255 = 51%
G 95 of 255 = 37%
B 96 of 255 = 38%

131
95
96

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

Portions of RGB colors in percentages

R + G + B =
131 + 95 + 96 = 322 (100%)
R 131 of 322 ~ 40.68%
G 95 of 322 ~ 29.5%
B 96 of 322 ~ 29.81%

%40.68
%29.5
%29.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.48%
  • yellow value is 26.72%
  • key color value is 48.63%
CMYK:
(0,27,27,49)
C0M27Y27K49 
(0%,27%,27%,49%)
(0.00/0.27/0.27/0.49)	

CMYK percentages

%0
%27.48
%26.72
%48.63

Codes

Color #835F60 in popluar color models

835F60
RGB1319596
HSL358°15.93%44.31%
HSB/HSV358°27.48%51.37%
CMYK0.00%27.48%26.72%
48.63%

Color #835F60 in popluar number systems.

HEX835F60
Decimal1319596
Binary1000001110111111100000
Octal203137140

Shades and tints

Shades of #835F60

#835F60
(131,95,96)
#785758
(120,87,88)
#6D4F50
(109,79,80)
#624748
(98,71,72)
#573F40
(87,63,64)
#4C3738
(76,55,56)
#412F30
(65,47,48)
#362728
(54,39,40)
#2B1F20
(43,31,32)
#201718
(32,23,24)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #835F60

#835F60
(131,95,96)
#8E6D6E
(142,109,110)
#997B7C
(153,123,124)
#A4898A
(164,137,138)
#AF9798
(175,151,152)
#BAA5A6
(186,165,166)
#C5B3B4
(197,179,180)
#D0C1C2
(208,193,194)
#DBCFD0
(219,207,208)
#E6DDDE
(230,221,222)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835F60; }

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

This text font color is #835F60.


Background Color

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

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

This div background color is #835F60.


Border color

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

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

This div border color is #835F60.


Opacity

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

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

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

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

This text has shadow with #835F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835F60 on black background.


Color preview on white background

This text has color #835F60 on white background.



Black color preview on #835F60 background

This text has black color on #835F60 background.


White color preview on #835F60 background

This text has white color on #835F60 background.