COLOR #829B7C

HEX: #829B7C
RGB: (130,155,124)

Color info

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

RGB color model

#829B7C color RGB value is (130,155,124).

  • red value is 130;
  • green value is 155;
  • blue value is 124.
RGB:
(130,155,124)
(51%,61%,49%)

RGB channels and saturation

R 130 of 255 = 51%
G 155 of 255 = 61%
B 124 of 255 = 49%

130
155
124

R + G + B ~ 54%. #829B7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 155 + 124 = 409 (100%)
R 130 of 409 ~ 31.78%
G 155 of 409 ~ 37.9%
B 124 of 409 ~ 30.32%

%31.78
%37.9
%30.32

CMYK color model

#829B7C color CMYK value is (16,0,20,39).

  • cyan value is 16.13%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 39.22%
CMYK:
(16,0,20,39)
C16M0Y20K39 
(16%,0%,20%,39%)
(0.16/0.00/0.20/0.39)	

CMYK percentages

%16.13
%0
%20
%39.22

Codes

Color #829B7C in popluar color models

829B7C
RGB130155124
HSL108°13.42%54.71%
HSB/HSV108°20.00%60.78%
CMYK16.13%0.00%20.00%
39.22%

Color #829B7C in popluar number systems.

HEX829B7C
Decimal130155124
Binary10000010100110111111100
Octal202233174

Shades and tints

Shades of #829B7C

#829B7C
(130,155,124)
#778D71
(119,141,113)
#6C7F66
(108,127,102)
#61715B
(97,113,91)
#566350
(86,99,80)
#4B5545
(75,85,69)
#40473A
(64,71,58)
#35392F
(53,57,47)
#2A2B24
(42,43,36)
#1F1D19
(31,29,25)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #829B7C

#829B7C
(130,155,124)
#8DA487
(141,164,135)
#98AD92
(152,173,146)
#A3B69D
(163,182,157)
#AEBFA8
(174,191,168)
#B9C8B3
(185,200,179)
#C4D1BE
(196,209,190)
#CFDAC9
(207,218,201)
#DAE3D4
(218,227,212)
#E5ECDF
(229,236,223)
#F0F5EA
(240,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829B7C color. Also use rgb(130,155,124) instead hex code.

Text Font Color

.myTextColor { color: #829B7C; }

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

This text font color is #829B7C.


Background Color

.myBgColor { background-color: #829B7C; }

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

This div background color is #829B7C.


Border color

.myBorderColor { border: 1px solid #829B7C; }

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

This div border color is #829B7C.


Opacity

.myOpacity80 { color: #829B7C; opacity: 0.8; }

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

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

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

This text has shadow with #829B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829B7C on black background.


Color preview on white background

This text has color #829B7C on white background.



Black color preview on #829B7C background

This text has black color on #829B7C background.


White color preview on #829B7C background

This text has white color on #829B7C background.