COLOR #835C65

HEX: #835C65 RGB: (131,92,101)

Color info

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

RGB color model

#835C65 color RGB value is (131,92,101).

RGB: (131,92,101) (51%, 36%, 40%)

RGB channels and saturation

R 131 of 255 = 51%
G 92 of 255 = 36%
B 101 of 255 = 40%

131
92
101

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

Portions of RGB colors in percentages

R + G + B = 131 + 92 + 101 = 324 (100%)
R 131 of 324 ~ 40.43%
G 92 of 324 ~ 28.4%
B 101 of 324 ~ 31.17'%

%40.43
%28.4
%31.17

CMYK color model

#835C65 color CMYK value is (0,30,23,49).

  • cyan value is 0.00%
  • magenta value is 29.77%
  • yellow value is 22.90%
  • key color value is 48.63%

CMYK: (0,30,23,49)
C0M30Y23K49 (0%, 30%, 23%, 49%)
(0.00 / 0.30 / 0.23 / 0.49)

CMYK percentages

%0
%29.77
%22.9
%48.63

Codes

Color #835C65 in popluar color models

83 5C 65
RGB 131 92 101
HSL 346° 17.49% 43.73%
HSB/HSV 346° 29.77% 51.37%
CMYK 0.00% 29.77% 22.90%
48.63%

Color #835C65 in popluar number systems.

HEX 83 5C 65
Decimal 131 92 101
Binary 10000011 1011100 1100101
Octal 203 134 145

Shades and tints

Shades of #835C65

#835C65
(131,92,101)
#78545C
(120,84,92)
#6D4C53
(109,76,83)
#62444A
(98,68,74)
#573C41
(87,60,65)
#4C3438
(76,52,56)
#412C2F
(65,44,47)
#362426
(54,36,38)
#2B1C1D
(43,28,29)
#201414
(32,20,20)
#150C0B
(21,12,11)
#000000
(0,0,0)

Tints of #835C65

#835C65
(131,92,101)
#8E6A73
(142,106,115)
#997881
(153,120,129)
#A4868F
(164,134,143)
#AF949D
(175,148,157)
#BAA2AB
(186,162,171)
#C5B0B9
(197,176,185)
#D0BEC7
(208,190,199)
#DBCCD5
(219,204,213)
#E6DAE3
(230,218,227)
#F1E8F1
(241,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835C65; }

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

This text font color is #835C65.

Background Color

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

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

This div background color is #835C65.

Border color

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

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

This div border color is #835C65.

Opacity

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

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

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

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

This text has shadow with #835C65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #835C65.

Preview

Color preview on black background

This text has color #835C65 on black background.


Color preview on white background

This text has color #835C65 on white background.


Black color preview on #835C65 background

This text has black color on #835C65 background.


White color preview on #835C65 background

This text has white color on #835C65 background.


Related colors

Complementary color

Complementary color for #hex is #7CA39A.


I love getcolorcode.com

Triadic colors

1 #65835C and #5C6583 with #835C65 are triadic colors.

2 #655C83 and #5C8365 with #835C65 are triadic colors.