COLOR #829052

HEX: #829052
RGB: (130,144,82)

Color info

#829052 contains mainly red and green colors. Web safe color of #829052 is #999966 (or #996).

RGB color model

#829052 color RGB value is (130,144,82).

  • red value is 130;
  • green value is 144;
  • blue value is 82.
RGB:
(130,144,82)
(51%,56%,32%)

RGB channels and saturation

R 130 of 255 = 51%
G 144 of 255 = 56%
B 82 of 255 = 32%

130
144
82

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

Portions of RGB colors in percentages

R + G + B =
130 + 144 + 82 = 356 (100%)
R 130 of 356 ~ 36.52%
G 144 of 356 ~ 40.45%
B 82 of 356 ~ 23.03%

%36.52
%40.45
%23.03

CMYK color model

#829052 color CMYK value is (10,0,43,44).

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 43.06%
  • key color value is 43.53%
CMYK:
(10,0,43,44)
C10M0Y43K44 
(10%,0%,43%,44%)
(0.10/0.00/0.43/0.44)	

CMYK percentages

%9.72
%0
%43.06
%43.53

Codes

Color #829052 in popluar color models

829052
RGB13014482
HSL74°27.43%44.31%
HSB/HSV74°43.06%56.47%
CMYK9.72%0.00%43.06%
43.53%

Color #829052 in popluar number systems.

HEX829052
Decimal13014482
Binary10000010100100001010010
Octal202220122

Shades and tints

Shades of #829052

#829052
(130,144,82)
#77834B
(119,131,75)
#6C7644
(108,118,68)
#61693D
(97,105,61)
#565C36
(86,92,54)
#4B4F2F
(75,79,47)
#404228
(64,66,40)
#353521
(53,53,33)
#2A281A
(42,40,26)
#1F1B13
(31,27,19)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #829052

#829052
(130,144,82)
#8D9A61
(141,154,97)
#98A470
(152,164,112)
#A3AE7F
(163,174,127)
#AEB88E
(174,184,142)
#B9C29D
(185,194,157)
#C4CCAC
(196,204,172)
#CFD6BB
(207,214,187)
#DAE0CA
(218,224,202)
#E5EAD9
(229,234,217)
#F0F4E8
(240,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829052 color. Also use rgb(130,144,82) instead hex code.

Text Font Color

.myTextColor { color: #829052; }

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

This text font color is #829052.


Background Color

.myBgColor { background-color: #829052; }

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

This div background color is #829052.


Border color

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

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

This div border color is #829052.


Opacity

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

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

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

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

This text has shadow with #829052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829052 on black background.


Color preview on white background

This text has color #829052 on white background.



Black color preview on #829052 background

This text has black color on #829052 background.


White color preview on #829052 background

This text has white color on #829052 background.