COLOR #825E60

HEX: #825E60 RGB: (130,94,96)

Color info

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

RGB color model

#825E60 color RGB value is (130,94,96).

RGB: (130,94,96) (51%, 37%, 38%)

RGB channels and saturation

R 130 of 255 = 51%
G 94 of 255 = 37%
B 96 of 255 = 38%

130
94
96

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

Portions of RGB colors in percentages

R + G + B = 130 + 94 + 96 = 320 (100%)
R 130 of 320 ~ 40.63%
G 94 of 320 ~ 29.38%
B 96 of 320 ~ 30'%

%40.63
%29.38
%30

CMYK color model

#825E60 color CMYK value is (0,28,26,49).

  • cyan value is 0.00%
  • magenta value is 27.69%
  • yellow value is 26.15%
  • key color value is 49.02%

CMYK: (0,28,26,49)
C0M28Y26K49 (0%, 28%, 26%, 49%)
(0.00 / 0.28 / 0.26 / 0.49)

CMYK percentages

%0
%27.69
%26.15
%49.02

Codes

Color #825E60 in popluar color models

82 5E 60
RGB 130 94 96
HSL 357° 16.07% 43.92%
HSB/HSV 357° 27.69% 50.98%
CMYK 0.00% 27.69% 26.15%
49.02%

Color #825E60 in popluar number systems.

HEX 82 5E 60
Decimal 130 94 96
Binary 10000010 1011110 1100000
Octal 202 136 140

Shades and tints

Shades of #825E60

#825E60
(130,94,96)
#775658
(119,86,88)
#6C4E50
(108,78,80)
#614648
(97,70,72)
#563E40
(86,62,64)
#4B3638
(75,54,56)
#402E30
(64,46,48)
#352628
(53,38,40)
#2A1E20
(42,30,32)
#1F1618
(31,22,24)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #825E60

#825E60
(130,94,96)
#8D6C6E
(141,108,110)
#987A7C
(152,122,124)
#A3888A
(163,136,138)
#AE9698
(174,150,152)
#B9A4A6
(185,164,166)
#C4B2B4
(196,178,180)
#CFC0C2
(207,192,194)
#DACED0
(218,206,208)
#E5DCDE
(229,220,222)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825E60 color. Also use rgb(130,94,96) instead hex code.

Text Font Color

.myTextColor { color: #825E60; }

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

This text font color is #825E60.

Background Color

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

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

This div background color is #825E60.

Border color

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

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

This div border color is #825E60.

Opacity

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

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

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

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

This text has shadow with #825E60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #825E60.

Preview

Color preview on black background

This text has color #825E60 on black background.


Color preview on white background

This text has color #825E60 on white background.


Black color preview on #825E60 background

This text has black color on #825E60 background.


White color preview on #825E60 background

This text has white color on #825E60 background.


Related colors

Complementary color

Complementary color for #hex is #7DA19F.


I love getcolorcode.com

Triadic colors

1 #60825E and #5E6082 with #825E60 are triadic colors.

2 #605E82 and #5E8260 with #825E60 are triadic colors.