COLOR #825F6E

HEX: #825F6E RGB: (130,95,110)

Color info

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

RGB color model

#825F6E color RGB value is (130,95,110).

RGB: (130,95,110) (51%, 37%, 43%)

RGB channels and saturation

R 130 of 255 = 51%
G 95 of 255 = 37%
B 110 of 255 = 43%

130
95
110

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

Portions of RGB colors in percentages

R + G + B = 130 + 95 + 110 = 335 (100%)
R 130 of 335 ~ 38.81%
G 95 of 335 ~ 28.36%
B 110 of 335 ~ 32.84'%

%38.81
%28.36
%32.84

CMYK color model

#825F6E color CMYK value is (0,27,15,49).

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

CMYK: (0,27,15,49)
C0M27Y15K49 (0%, 27%, 15%, 49%)
(0.00 / 0.27 / 0.15 / 0.49)

CMYK percentages

%0
%26.92
%15.38
%49.02

Codes

Color #825F6E in popluar color models

82 5F 6E
RGB 130 95 110
HSL 334° 15.56% 44.12%
HSB/HSV 334° 26.92% 50.98%
CMYK 0.00% 26.92% 15.38%
49.02%

Color #825F6E in popluar number systems.

HEX 82 5F 6E
Decimal 130 95 110
Binary 10000010 1011111 1101110
Octal 202 137 156

Shades and tints

Shades of #825F6E

#825F6E
(130,95,110)
#775764
(119,87,100)
#6C4F5A
(108,79,90)
#614750
(97,71,80)
#563F46
(86,63,70)
#4B373C
(75,55,60)
#402F32
(64,47,50)
#352728
(53,39,40)
#2A1F1E
(42,31,30)
#1F1714
(31,23,20)
#140F0A
(20,15,10)
#000000
(0,0,0)

Tints of #825F6E

#825F6E
(130,95,110)
#8D6D7B
(141,109,123)
#987B88
(152,123,136)
#A38995
(163,137,149)
#AE97A2
(174,151,162)
#B9A5AF
(185,165,175)
#C4B3BC
(196,179,188)
#CFC1C9
(207,193,201)
#DACFD6
(218,207,214)
#E5DDE3
(229,221,227)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825F6E; }

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

This text font color is #825F6E.

Background Color

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

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

This div background color is #825F6E.

Border color

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

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

This div border color is #825F6E.

Opacity

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

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

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

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

This text has shadow with #825F6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #825F6E.

Preview

Color preview on black background

This text has color #825F6E on black background.


Color preview on white background

This text has color #825F6E on white background.


Black color preview on #825F6E background

This text has black color on #825F6E background.


White color preview on #825F6E background

This text has white color on #825F6E background.


Related colors

Complementary color

Complementary color for #hex is #7DA091.


I love getcolorcode.com

Triadic colors

1 #6E825F and #5F6E82 with #825F6E are triadic colors.

2 #6E5F82 and #5F826E with #825F6E are triadic colors.