COLOR #829263

HEX: #829263
RGB: (130,146,99)

Color info

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

RGB color model

#829263 color RGB value is (130,146,99).

  • red value is 130;
  • green value is 146;
  • blue value is 99.
RGB:
(130,146,99)
(51%,57%,39%)

RGB channels and saturation

R 130 of 255 = 51%
G 146 of 255 = 57%
B 99 of 255 = 39%

130
146
99

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

Portions of RGB colors in percentages

R + G + B =
130 + 146 + 99 = 375 (100%)
R 130 of 375 ~ 34.67%
G 146 of 375 ~ 38.93%
B 99 of 375 ~ 26.4%

%34.67
%38.93
%26.4

CMYK color model

#829263 color CMYK value is (11,0,32,43).

  • cyan value is 10.96%
  • magenta value is 0.00%
  • yellow value is 32.19%
  • key color value is 42.75%
CMYK:
(11,0,32,43)
C11M0Y32K43 
(11%,0%,32%,43%)
(0.11/0.00/0.32/0.43)	

CMYK percentages

%10.96
%0
%32.19
%42.75

Codes

Color #829263 in popluar color models

829263
RGB13014699
HSL80°19.18%48.04%
HSB/HSV80°32.19%57.25%
CMYK10.96%0.00%32.19%
42.75%

Color #829263 in popluar number systems.

HEX829263
Decimal13014699
Binary10000010100100101100011
Octal202222143

Shades and tints

Shades of #829263

#829263
(130,146,99)
#77855A
(119,133,90)
#6C7851
(108,120,81)
#616B48
(97,107,72)
#565E3F
(86,94,63)
#4B5136
(75,81,54)
#40442D
(64,68,45)
#353724
(53,55,36)
#2A2A1B
(42,42,27)
#1F1D12
(31,29,18)
#141009
(20,16,9)
#000000
(0,0,0)

Tints of #829263

#829263
(130,146,99)
#8D9B71
(141,155,113)
#98A47F
(152,164,127)
#A3AD8D
(163,173,141)
#AEB69B
(174,182,155)
#B9BFA9
(185,191,169)
#C4C8B7
(196,200,183)
#CFD1C5
(207,209,197)
#DADAD3
(218,218,211)
#E5E3E1
(229,227,225)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829263 color. Also use rgb(130,146,99) instead hex code.

Text Font Color

.myTextColor { color: #829263; }

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

This text font color is #829263.


Background Color

.myBgColor { background-color: #829263; }

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

This div background color is #829263.


Border color

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

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

This div border color is #829263.


Opacity

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

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

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

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

This text has shadow with #829263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829263 on black background.


Color preview on white background

This text has color #829263 on white background.



Black color preview on #829263 background

This text has black color on #829263 background.


White color preview on #829263 background

This text has white color on #829263 background.