COLOR #835E7A

HEX: #835E7A RGB: (131,94,122)

Color info

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

RGB color model

#835E7A color RGB value is (131,94,122).

RGB: (131,94,122) (51%, 37%, 48%)

RGB channels and saturation

R 131 of 255 = 51%
G 94 of 255 = 37%
B 122 of 255 = 48%

131
94
122

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

Portions of RGB colors in percentages

R + G + B = 131 + 94 + 122 = 347 (100%)
R 131 of 347 ~ 37.75%
G 94 of 347 ~ 27.09%
B 122 of 347 ~ 35.16'%

%37.75
%27.09
%35.16

CMYK color model

#835E7A color CMYK value is (0,28,7,49).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 6.87%
  • key color value is 48.63%

CMYK: (0,28,7,49)
C0M28Y7K49 (0%, 28%, 7%, 49%)
(0.00 / 0.28 / 0.07 / 0.49)

CMYK percentages

%0
%28.24
%6.87
%48.63

Codes

Color #835E7A in popluar color models

83 5E 7A
RGB 131 94 122
HSL 315° 16.44% 44.12%
HSB/HSV 315° 28.24% 51.37%
CMYK 0.00% 28.24% 6.87%
48.63%

Color #835E7A in popluar number systems.

HEX 83 5E 7A
Decimal 131 94 122
Binary 10000011 1011110 1111010
Octal 203 136 172

Shades and tints

Shades of #835E7A

#835E7A
(131,94,122)
#78566F
(120,86,111)
#6D4E64
(109,78,100)
#624659
(98,70,89)
#573E4E
(87,62,78)
#4C3643
(76,54,67)
#412E38
(65,46,56)
#36262D
(54,38,45)
#2B1E22
(43,30,34)
#201617
(32,22,23)
#150E0C
(21,14,12)
#000000
(0,0,0)

Tints of #835E7A

#835E7A
(131,94,122)
#8E6C86
(142,108,134)
#997A92
(153,122,146)
#A4889E
(164,136,158)
#AF96AA
(175,150,170)
#BAA4B6
(186,164,182)
#C5B2C2
(197,178,194)
#D0C0CE
(208,192,206)
#DBCEDA
(219,206,218)
#E6DCE6
(230,220,230)
#F1EAF2
(241,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835E7A; }

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

This text font color is #835E7A.

Background Color

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

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

This div background color is #835E7A.

Border color

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

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

This div border color is #835E7A.

Opacity

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

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

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

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

This text has shadow with #835E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #835E7A.

Preview

Color preview on black background

This text has color #835E7A on black background.


Color preview on white background

This text has color #835E7A on white background.


Black color preview on #835E7A background

This text has black color on #835E7A background.


White color preview on #835E7A background

This text has white color on #835E7A background.


Related colors

Complementary color

Complementary color for #hex is #7CA185.


I love getcolorcode.com

Triadic colors

1 #7A835E and #5E7A83 with #835E7A are triadic colors.

2 #7A5E83 and #5E837A with #835E7A are triadic colors.