COLOR #825F6A

HEX: #825F6A RGB: (130,95,106)

Color info

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

RGB color model

#825F6A color RGB value is (130,95,106).

RGB: (130,95,106) (51%, 37%, 42%)

RGB channels and saturation

R 130 of 255 = 51%
G 95 of 255 = 37%
B 106 of 255 = 42%

130
95
106

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

Portions of RGB colors in percentages

R + G + B = 130 + 95 + 106 = 331 (100%)
R 130 of 331 ~ 39.27%
G 95 of 331 ~ 28.7%
B 106 of 331 ~ 32.02'%

%39.27
%28.7
%32.02

CMYK color model

#825F6A color CMYK value is (0,27,18,49).

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

CMYK: (0,27,18,49)
C0M27Y18K49 (0%, 27%, 18%, 49%)
(0.00 / 0.27 / 0.18 / 0.49)

CMYK percentages

%0
%26.92
%18.46
%49.02

Codes

Color #825F6A in popluar color models

82 5F 6A
RGB 130 95 106
HSL 341° 15.56% 44.12%
HSB/HSV 341° 26.92% 50.98%
CMYK 0.00% 26.92% 18.46%
49.02%

Color #825F6A in popluar number systems.

HEX 82 5F 6A
Decimal 130 95 106
Binary 10000010 1011111 1101010
Octal 202 137 152

Shades and tints

Shades of #825F6A

#825F6A
(130,95,106)
#775761
(119,87,97)
#6C4F58
(108,79,88)
#61474F
(97,71,79)
#563F46
(86,63,70)
#4B373D
(75,55,61)
#402F34
(64,47,52)
#35272B
(53,39,43)
#2A1F22
(42,31,34)
#1F1719
(31,23,25)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #825F6A

#825F6A
(130,95,106)
#8D6D77
(141,109,119)
#987B84
(152,123,132)
#A38991
(163,137,145)
#AE979E
(174,151,158)
#B9A5AB
(185,165,171)
#C4B3B8
(196,179,184)
#CFC1C5
(207,193,197)
#DACFD2
(218,207,210)
#E5DDDF
(229,221,223)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825F6A; }

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

This text font color is #825F6A.

Background Color

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

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

This div background color is #825F6A.

Border color

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

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

This div border color is #825F6A.

Opacity

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

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

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

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

This text has shadow with #825F6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #825F6A.

Preview

Color preview on black background

This text has color #825F6A on black background.


Color preview on white background

This text has color #825F6A on white background.


Black color preview on #825F6A background

This text has black color on #825F6A background.


White color preview on #825F6A background

This text has white color on #825F6A background.


Related colors

Complementary color

Complementary color for #hex is #7DA095.


I love getcolorcode.com

Triadic colors

1 #6A825F and #5F6A82 with #825F6A are triadic colors.

2 #6A5F82 and #5F826A with #825F6A are triadic colors.