COLOR #829B6A

HEX: #829B6A
RGB: (130,155,106)

Color info

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

RGB color model

#829B6A color RGB value is (130,155,106).

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

RGB channels and saturation

R 130 of 255 = 51%
G 155 of 255 = 61%
B 106 of 255 = 42%

130
155
106

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

Portions of RGB colors in percentages

R + G + B =
130 + 155 + 106 = 391 (100%)
R 130 of 391 ~ 33.25%
G 155 of 391 ~ 39.64%
B 106 of 391 ~ 27.11%

%33.25
%39.64
%27.11

CMYK color model

#829B6A color CMYK value is (16,0,32,39).

  • cyan value is 16.13%
  • magenta value is 0.00%
  • yellow value is 31.61%
  • key color value is 39.22%
CMYK:
(16,0,32,39)
C16M0Y32K39 
(16%,0%,32%,39%)
(0.16/0.00/0.32/0.39)	

CMYK percentages

%16.13
%0
%31.61
%39.22

Codes

Color #829B6A in popluar color models

829B6A
RGB130155106
HSL91°19.68%51.18%
HSB/HSV91°31.61%60.78%
CMYK16.13%0.00%31.61%
39.22%

Color #829B6A in popluar number systems.

HEX829B6A
Decimal130155106
Binary10000010100110111101010
Octal202233152

Shades and tints

Shades of #829B6A

#829B6A
(130,155,106)
#778D61
(119,141,97)
#6C7F58
(108,127,88)
#61714F
(97,113,79)
#566346
(86,99,70)
#4B553D
(75,85,61)
#404734
(64,71,52)
#35392B
(53,57,43)
#2A2B22
(42,43,34)
#1F1D19
(31,29,25)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #829B6A

#829B6A
(130,155,106)
#8DA477
(141,164,119)
#98AD84
(152,173,132)
#A3B691
(163,182,145)
#AEBF9E
(174,191,158)
#B9C8AB
(185,200,171)
#C4D1B8
(196,209,184)
#CFDAC5
(207,218,197)
#DAE3D2
(218,227,210)
#E5ECDF
(229,236,223)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829B6A; }

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

This text font color is #829B6A.


Background Color

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

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

This div background color is #829B6A.


Border color

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

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

This div border color is #829B6A.


Opacity

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

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

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

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

This text has shadow with #829B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829B6A on black background.


Color preview on white background

This text has color #829B6A on white background.



Black color preview on #829B6A background

This text has black color on #829B6A background.


White color preview on #829B6A background

This text has white color on #829B6A background.