COLOR #825B75

HEX: #825B75 RGB: (130,91,117)

Color info

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

RGB color model

#825B75 color RGB value is (130,91,117).

RGB: (130,91,117) (51%, 36%, 46%)

RGB channels and saturation

R 130 of 255 = 51%
G 91 of 255 = 36%
B 117 of 255 = 46%

130
91
117

R + G + B ~ 44%. #825B75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 91 + 117 = 338 (100%)
R 130 of 338 ~ 38.46%
G 91 of 338 ~ 26.92%
B 117 of 338 ~ 34.62'%

%38.46
%26.92
%34.62

CMYK color model

#825B75 color CMYK value is (0,30,10,49).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 10.00%
  • key color value is 49.02%

CMYK: (0,30,10,49)
C0M30Y10K49 (0%, 30%, 10%, 49%)
(0.00 / 0.30 / 0.10 / 0.49)

CMYK percentages

%0
%30
%10
%49.02

Codes

Color #825B75 in popluar color models

82 5B 75
RGB 130 91 117
HSL 320° 17.65% 43.33%
HSB/HSV 320° 30.00% 50.98%
CMYK 0.00% 30.00% 10.00%
49.02%

Color #825B75 in popluar number systems.

HEX 82 5B 75
Decimal 130 91 117
Binary 10000010 1011011 1110101
Octal 202 133 165

Shades and tints

Shades of #825B75

#825B75
(130,91,117)
#77536B
(119,83,107)
#6C4B61
(108,75,97)
#614357
(97,67,87)
#563B4D
(86,59,77)
#4B3343
(75,51,67)
#402B39
(64,43,57)
#35232F
(53,35,47)
#2A1B25
(42,27,37)
#1F131B
(31,19,27)
#140B11
(20,11,17)
#000000
(0,0,0)

Tints of #825B75

#825B75
(130,91,117)
#8D6981
(141,105,129)
#98778D
(152,119,141)
#A38599
(163,133,153)
#AE93A5
(174,147,165)
#B9A1B1
(185,161,177)
#C4AFBD
(196,175,189)
#CFBDC9
(207,189,201)
#DACBD5
(218,203,213)
#E5D9E1
(229,217,225)
#F0E7ED
(240,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825B75 color. Also use rgb(130,91,117) instead hex code.

Text Font Color

.myTextColor { color: #825B75; }

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

This text font color is #825B75.

Background Color

.myBgColor { background-color: #825B75; }

<div style="background-color:#825B75">Inner text</div>

This div background color is #825B75.

Border color

.myBorderColor { border: 1px solid #825B75; }

<div style="border:3px solid #825B75">Div</div>

This div border color is #825B75.

Opacity

.myOpacity80 { color: #825B75; opacity: 0.8; }

<p style="color:#825B75;opacity:0.8;">80%</p>

Text with #825B75 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 #825B75;}

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

This text has shadow with #825B75 color.


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

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

This text has shadow with #825B75 primary color and red secondary color.


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

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

This text has shadow with #825B75 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #825B75.

Preview

Color preview on black background

This text has color #825B75 on black background.


Color preview on white background

This text has color #825B75 on white background.


Black color preview on #825B75 background

This text has black color on #825B75 background.


White color preview on #825B75 background

This text has white color on #825B75 background.


Related colors

Complementary color

Complementary color for #hex is #7DA48A.


I love getcolorcode.com

Triadic colors

1 #75825B and #5B7582 with #825B75 are triadic colors.

2 #755B82 and #5B8275 with #825B75 are triadic colors.