COLOR #825E64

HEX: #825E64
RGB: (130,94,100)

Color info

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

RGB color model

#825E64 color RGB value is (130,94,100).

  • red value is 130;
  • green value is 94;
  • blue value is 100.
RGB:
(130,94,100)
(51%,37%,39%)

RGB channels and saturation

R 130 of 255 = 51%
G 94 of 255 = 37%
B 100 of 255 = 39%

130
94
100

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

Portions of RGB colors in percentages

R + G + B =
130 + 94 + 100 = 324 (100%)
R 130 of 324 ~ 40.12%
G 94 of 324 ~ 29.01%
B 100 of 324 ~ 30.86%

%40.12
%29.01
%30.86

CMYK color model

#825E64 color CMYK value is (0,28,23,49).

  • cyan value is 0.00%
  • magenta value is 27.69%
  • yellow value is 23.08%
  • key color value is 49.02%
CMYK:
(0,28,23,49)
C0M28Y23K49 
(0%,28%,23%,49%)
(0.00/0.28/0.23/0.49)	

CMYK percentages

%0
%27.69
%23.08
%49.02

Codes

Color #825E64 in popluar color models

825E64
RGB13094100
HSL350°16.07%43.92%
HSB/HSV350°27.69%50.98%
CMYK0.00%27.69%23.08%
49.02%

Color #825E64 in popluar number systems.

HEX825E64
Decimal13094100
Binary1000001010111101100100
Octal202136144

Shades and tints

Shades of #825E64

#825E64
(130,94,100)
#77565B
(119,86,91)
#6C4E52
(108,78,82)
#614649
(97,70,73)
#563E40
(86,62,64)
#4B3637
(75,54,55)
#402E2E
(64,46,46)
#352625
(53,38,37)
#2A1E1C
(42,30,28)
#1F1613
(31,22,19)
#140E0A
(20,14,10)
#000000
(0,0,0)

Tints of #825E64

#825E64
(130,94,100)
#8D6C72
(141,108,114)
#987A80
(152,122,128)
#A3888E
(163,136,142)
#AE969C
(174,150,156)
#B9A4AA
(185,164,170)
#C4B2B8
(196,178,184)
#CFC0C6
(207,192,198)
#DACED4
(218,206,212)
#E5DCE2
(229,220,226)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825E64; }

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

This text font color is #825E64.


Background Color

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

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

This div background color is #825E64.


Border color

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

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

This div border color is #825E64.


Opacity

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

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

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

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

This text has shadow with #825E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825E64 on black background.


Color preview on white background

This text has color #825E64 on white background.



Black color preview on #825E64 background

This text has black color on #825E64 background.


White color preview on #825E64 background

This text has white color on #825E64 background.