COLOR #835A7C

HEX: #835A7C RGB: (131,90,124)

Color info

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

RGB color model

#835A7C color RGB value is (131,90,124).

RGB: (131,90,124) (51%, 35%, 49%)

RGB channels and saturation

R 131 of 255 = 51%
G 90 of 255 = 35%
B 124 of 255 = 49%

131
90
124

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

Portions of RGB colors in percentages

R + G + B = 131 + 90 + 124 = 345 (100%)
R 131 of 345 ~ 37.97%
G 90 of 345 ~ 26.09%
B 124 of 345 ~ 35.94'%

%37.97
%26.09
%35.94

CMYK color model

#835A7C color CMYK value is (0,31,5,49).

  • cyan value is 0.00%
  • magenta value is 31.30%
  • yellow value is 5.34%
  • key color value is 48.63%

CMYK: (0,31,5,49)
C0M31Y5K49 (0%, 31%, 5%, 49%)
(0.00 / 0.31 / 0.05 / 0.49)

CMYK percentages

%0
%31.3
%5.34
%48.63

Codes

Color #835A7C in popluar color models

83 5A 7C
RGB 131 90 124
HSL 310° 18.55% 43.33%
HSB/HSV 310° 31.30% 51.37%
CMYK 0.00% 31.30% 5.34%
48.63%

Color #835A7C in popluar number systems.

HEX 83 5A 7C
Decimal 131 90 124
Binary 10000011 1011010 1111100
Octal 203 132 174

Shades and tints

Shades of #835A7C

#835A7C
(131,90,124)
#785271
(120,82,113)
#6D4A66
(109,74,102)
#62425B
(98,66,91)
#573A50
(87,58,80)
#4C3245
(76,50,69)
#412A3A
(65,42,58)
#36222F
(54,34,47)
#2B1A24
(43,26,36)
#201219
(32,18,25)
#150A0E
(21,10,14)
#000000
(0,0,0)

Tints of #835A7C

#835A7C
(131,90,124)
#8E6987
(142,105,135)
#997892
(153,120,146)
#A4879D
(164,135,157)
#AF96A8
(175,150,168)
#BAA5B3
(186,165,179)
#C5B4BE
(197,180,190)
#D0C3C9
(208,195,201)
#DBD2D4
(219,210,212)
#E6E1DF
(230,225,223)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835A7C color. Also use rgb(131,90,124) instead hex code.

Text Font Color

.myTextColor { color: #835A7C; }

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

This text font color is #835A7C.

Background Color

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

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

This div background color is #835A7C.

Border color

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

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

This div border color is #835A7C.

Opacity

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

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

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

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

This text has shadow with #835A7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #835A7C.

Preview

Color preview on black background

This text has color #835A7C on black background.


Color preview on white background

This text has color #835A7C on white background.


Black color preview on #835A7C background

This text has black color on #835A7C background.


White color preview on #835A7C background

This text has white color on #835A7C background.


Related colors

Complementary color

Complementary color for #hex is #7CA583.


I love getcolorcode.com

Triadic colors

1 #7C835A and #5A7C83 with #835A7C are triadic colors.

2 #7C5A83 and #5A837C with #835A7C are triadic colors.