COLOR #829265

HEX: #829265
RGB: (130,146,101)

Color info

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

RGB color model

#829265 color RGB value is (130,146,101).

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

RGB channels and saturation

R 130 of 255 = 51%
G 146 of 255 = 57%
B 101 of 255 = 40%

130
146
101

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

Portions of RGB colors in percentages

R + G + B =
130 + 146 + 101 = 377 (100%)
R 130 of 377 ~ 34.48%
G 146 of 377 ~ 38.73%
B 101 of 377 ~ 26.79%

%34.48
%38.73
%26.79

CMYK color model

#829265 color CMYK value is (11,0,31,43).

  • cyan value is 10.96%
  • magenta value is 0.00%
  • yellow value is 30.82%
  • key color value is 42.75%
CMYK:
(11,0,31,43)
C11M0Y31K43 
(11%,0%,31%,43%)
(0.11/0.00/0.31/0.43)	

CMYK percentages

%10.96
%0
%30.82
%42.75

Codes

Color #829265 in popluar color models

829265
RGB130146101
HSL81°18.22%48.43%
HSB/HSV81°30.82%57.25%
CMYK10.96%0.00%30.82%
42.75%

Color #829265 in popluar number systems.

HEX829265
Decimal130146101
Binary10000010100100101100101
Octal202222145

Shades and tints

Shades of #829265

#829265
(130,146,101)
#77855C
(119,133,92)
#6C7853
(108,120,83)
#616B4A
(97,107,74)
#565E41
(86,94,65)
#4B5138
(75,81,56)
#40442F
(64,68,47)
#353726
(53,55,38)
#2A2A1D
(42,42,29)
#1F1D14
(31,29,20)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #829265

#829265
(130,146,101)
#8D9B73
(141,155,115)
#98A481
(152,164,129)
#A3AD8F
(163,173,143)
#AEB69D
(174,182,157)
#B9BFAB
(185,191,171)
#C4C8B9
(196,200,185)
#CFD1C7
(207,209,199)
#DADAD5
(218,218,213)
#E5E3E3
(229,227,227)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829265; }

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

This text font color is #829265.


Background Color

.myBgColor { background-color: #829265; }

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

This div background color is #829265.


Border color

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

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

This div border color is #829265.


Opacity

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

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

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

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

This text has shadow with #829265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829265 on black background.


Color preview on white background

This text has color #829265 on white background.



Black color preview on #829265 background

This text has black color on #829265 background.


White color preview on #829265 background

This text has white color on #829265 background.