COLOR #825F58

HEX: #825F58 RGB: (130,95,88)

Color info

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

RGB color model

#825F58 color RGB value is (130,95,88).

RGB: (130,95,88) (51%, 37%, 35%)

RGB channels and saturation

R 130 of 255 = 51%
G 95 of 255 = 37%
B 88 of 255 = 35%

130
95
88

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

Portions of RGB colors in percentages

R + G + B = 130 + 95 + 88 = 313 (100%)
R 130 of 313 ~ 41.53%
G 95 of 313 ~ 30.35%
B 88 of 313 ~ 28.12'%

%41.53
%30.35
%28.12

CMYK color model

#825F58 color CMYK value is (0,27,32,49).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 32.31%
  • key color value is 49.02%

CMYK: (0,27,32,49)
C0M27Y32K49 (0%, 27%, 32%, 49%)
(0.00 / 0.27 / 0.32 / 0.49)

CMYK percentages

%0
%26.92
%32.31
%49.02

Codes

Color #825F58 in popluar color models

82 5F 58
RGB 130 95 88
HSL 10° 19.27% 42.75%
HSB/HSV 10° 32.31% 50.98%
CMYK 0.00% 26.92% 32.31%
49.02%

Color #825F58 in popluar number systems.

HEX 82 5F 58
Decimal 130 95 88
Binary 10000010 1011111 1011000
Octal 202 137 130

Shades and tints

Shades of #825F58

#825F58
(130,95,88)
#775750
(119,87,80)
#6C4F48
(108,79,72)
#614740
(97,71,64)
#563F38
(86,63,56)
#4B3730
(75,55,48)
#402F28
(64,47,40)
#352720
(53,39,32)
#2A1F18
(42,31,24)
#1F1710
(31,23,16)
#140F08
(20,15,8)
#000000
(0,0,0)

Tints of #825F58

#825F58
(130,95,88)
#8D6D67
(141,109,103)
#987B76
(152,123,118)
#A38985
(163,137,133)
#AE9794
(174,151,148)
#B9A5A3
(185,165,163)
#C4B3B2
(196,179,178)
#CFC1C1
(207,193,193)
#DACFD0
(218,207,208)
#E5DDDF
(229,221,223)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825F58 color. Also use rgb(130,95,88) instead hex code.

Text Font Color

.myTextColor { color: #825F58; }

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

This text font color is #825F58.

Background Color

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

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

This div background color is #825F58.

Border color

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

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

This div border color is #825F58.

Opacity

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

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

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

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

This text has shadow with #825F58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #825F58.

Preview

Color preview on black background

This text has color #825F58 on black background.


Color preview on white background

This text has color #825F58 on white background.


Black color preview on #825F58 background

This text has black color on #825F58 background.


White color preview on #825F58 background

This text has white color on #825F58 background.


Related colors

Complementary color

Complementary color for #hex is #7DA0A7.


I love getcolorcode.com

Triadic colors

1 #58825F and #5F5882 with #825F58 are triadic colors.

2 #585F82 and #5F8258 with #825F58 are triadic colors.