COLOR #829572

HEX: #829572
RGB: (130,149,114)

Color info

#829572 contains red, green and blue colors in about the same proportion. Web safe color of #829572 is #999966 (or #996).

RGB color model

#829572 color RGB value is (130,149,114).

  • red value is 130;
  • green value is 149;
  • blue value is 114.
RGB:
(130,149,114)
(51%,58%,45%)

RGB channels and saturation

R 130 of 255 = 51%
G 149 of 255 = 58%
B 114 of 255 = 45%

130
149
114

R + G + B ~ 51%. #829572 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 149 + 114 = 393 (100%)
R 130 of 393 ~ 33.08%
G 149 of 393 ~ 37.91%
B 114 of 393 ~ 29.01%

%33.08
%37.91
%29.01

CMYK color model

#829572 color CMYK value is (13,0,23,42).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 23.49%
  • key color value is 41.57%
CMYK:
(13,0,23,42)
C13M0Y23K42 
(13%,0%,23%,42%)
(0.13/0.00/0.23/0.42)	

CMYK percentages

%12.75
%0
%23.49
%41.57

Codes

Color #829572 in popluar color models

829572
RGB130149114
HSL93°14.17%51.57%
HSB/HSV93°23.49%58.43%
CMYK12.75%0.00%23.49%
41.57%

Color #829572 in popluar number systems.

HEX829572
Decimal130149114
Binary10000010100101011110010
Octal202225162

Shades and tints

Shades of #829572

#829572
(130,149,114)
#778868
(119,136,104)
#6C7B5E
(108,123,94)
#616E54
(97,110,84)
#56614A
(86,97,74)
#4B5440
(75,84,64)
#404736
(64,71,54)
#353A2C
(53,58,44)
#2A2D22
(42,45,34)
#1F2018
(31,32,24)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #829572

#829572
(130,149,114)
#8D9E7E
(141,158,126)
#98A78A
(152,167,138)
#A3B096
(163,176,150)
#AEB9A2
(174,185,162)
#B9C2AE
(185,194,174)
#C4CBBA
(196,203,186)
#CFD4C6
(207,212,198)
#DADDD2
(218,221,210)
#E5E6DE
(229,230,222)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829572 color. Also use rgb(130,149,114) instead hex code.

Text Font Color

.myTextColor { color: #829572; }

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

This text font color is #829572.


Background Color

.myBgColor { background-color: #829572; }

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

This div background color is #829572.


Border color

.myBorderColor { border: 1px solid #829572; }

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

This div border color is #829572.


Opacity

.myOpacity80 { color: #829572; opacity: 0.8; }

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

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

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

This text has shadow with #829572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829572 on black background.


Color preview on white background

This text has color #829572 on white background.



Black color preview on #829572 background

This text has black color on #829572 background.


White color preview on #829572 background

This text has white color on #829572 background.