COLOR #825D67

HEX: #825D67
RGB: (130,93,103)

Color info

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

RGB color model

#825D67 color RGB value is (130,93,103).

  • red value is 130;
  • green value is 93;
  • blue value is 103.
RGB:
(130,93,103)
(51%,36%,40%)

RGB channels and saturation

R 130 of 255 = 51%
G 93 of 255 = 36%
B 103 of 255 = 40%

130
93
103

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

Portions of RGB colors in percentages

R + G + B =
130 + 93 + 103 = 326 (100%)
R 130 of 326 ~ 39.88%
G 93 of 326 ~ 28.53%
B 103 of 326 ~ 31.6%

%39.88
%28.53
%31.6

CMYK color model

#825D67 color CMYK value is (0,28,21,49).

  • cyan value is 0.00%
  • magenta value is 28.46%
  • yellow value is 20.77%
  • key color value is 49.02%
CMYK:
(0,28,21,49)
C0M28Y21K49 
(0%,28%,21%,49%)
(0.00/0.28/0.21/0.49)	

CMYK percentages

%0
%28.46
%20.77
%49.02

Codes

Color #825D67 in popluar color models

825D67
RGB13093103
HSL344°16.59%43.73%
HSB/HSV344°28.46%50.98%
CMYK0.00%28.46%20.77%
49.02%

Color #825D67 in popluar number systems.

HEX825D67
Decimal13093103
Binary1000001010111011100111
Octal202135147

Shades and tints

Shades of #825D67

#825D67
(130,93,103)
#77555E
(119,85,94)
#6C4D55
(108,77,85)
#61454C
(97,69,76)
#563D43
(86,61,67)
#4B353A
(75,53,58)
#402D31
(64,45,49)
#352528
(53,37,40)
#2A1D1F
(42,29,31)
#1F1516
(31,21,22)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #825D67

#825D67
(130,93,103)
#8D6B74
(141,107,116)
#987981
(152,121,129)
#A3878E
(163,135,142)
#AE959B
(174,149,155)
#B9A3A8
(185,163,168)
#C4B1B5
(196,177,181)
#CFBFC2
(207,191,194)
#DACDCF
(218,205,207)
#E5DBDC
(229,219,220)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825D67 color. Also use rgb(130,93,103) instead hex code.

Text Font Color

.myTextColor { color: #825D67; }

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

This text font color is #825D67.


Background Color

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

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

This div background color is #825D67.


Border color

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

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

This div border color is #825D67.


Opacity

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

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

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

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

This text has shadow with #825D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825D67 on black background.


Color preview on white background

This text has color #825D67 on white background.



Black color preview on #825D67 background

This text has black color on #825D67 background.


White color preview on #825D67 background

This text has white color on #825D67 background.