COLOR #818275

HEX: #818275
RGB: (129,130,117)

Color info

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

RGB color model

#818275 color RGB value is (129,130,117).

  • red value is 129;
  • green value is 130;
  • blue value is 117.
RGB:
(129,130,117)
(51%,51%,46%)

RGB channels and saturation

R 129 of 255 = 51%
G 130 of 255 = 51%
B 117 of 255 = 46%

129
130
117

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

Portions of RGB colors in percentages

R + G + B =
129 + 130 + 117 = 376 (100%)
R 129 of 376 ~ 34.31%
G 130 of 376 ~ 34.57%
B 117 of 376 ~ 31.12%

%34.31
%34.57
%31.12

CMYK color model

#818275 color CMYK value is (1,0,10,49).

  • cyan value is 0.77%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 49.02%
CMYK:
(1,0,10,49)
C1M0Y10K49 
(1%,0%,10%,49%)
(0.01/0.00/0.10/0.49)	

CMYK percentages

%0.77
%0
%10
%49.02

Codes

Color #818275 in popluar color models

818275
RGB129130117
HSL65°5.26%48.43%
HSB/HSV65°10.00%50.98%
CMYK0.77%0.00%10.00%
49.02%

Color #818275 in popluar number systems.

HEX818275
Decimal129130117
Binary10000001100000101110101
Octal201202165

Shades and tints

Shades of #818275

#818275
(129,130,117)
#76776B
(118,119,107)
#6B6C61
(107,108,97)
#606157
(96,97,87)
#55564D
(85,86,77)
#4A4B43
(74,75,67)
#3F4039
(63,64,57)
#34352F
(52,53,47)
#292A25
(41,42,37)
#1E1F1B
(30,31,27)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #818275

#818275
(129,130,117)
#8C8D81
(140,141,129)
#97988D
(151,152,141)
#A2A399
(162,163,153)
#ADAEA5
(173,174,165)
#B8B9B1
(184,185,177)
#C3C4BD
(195,196,189)
#CECFC9
(206,207,201)
#D9DAD5
(217,218,213)
#E4E5E1
(228,229,225)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818275 color. Also use rgb(129,130,117) instead hex code.

Text Font Color

.myTextColor { color: #818275; }

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

This text font color is #818275.


Background Color

.myBgColor { background-color: #818275; }

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

This div background color is #818275.


Border color

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

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

This div border color is #818275.


Opacity

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

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

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

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

This text has shadow with #818275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818275 on black background.


Color preview on white background

This text has color #818275 on white background.



Black color preview on #818275 background

This text has black color on #818275 background.


White color preview on #818275 background

This text has white color on #818275 background.