COLOR #818273

HEX: #818273
RGB: (129,130,115)

Color info

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

RGB color model

#818273 color RGB value is (129,130,115).

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

RGB channels and saturation

R 129 of 255 = 51%
G 130 of 255 = 51%
B 115 of 255 = 45%

129
130
115

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

Portions of RGB colors in percentages

R + G + B =
129 + 130 + 115 = 374 (100%)
R 129 of 374 ~ 34.49%
G 130 of 374 ~ 34.76%
B 115 of 374 ~ 30.75%

%34.49
%34.76
%30.75

CMYK color model

#818273 color CMYK value is (1,0,12,49).

  • cyan value is 0.77%
  • magenta value is 0.00%
  • yellow value is 11.54%
  • key color value is 49.02%
CMYK:
(1,0,12,49)
C1M0Y12K49 
(1%,0%,12%,49%)
(0.01/0.00/0.12/0.49)	

CMYK percentages

%0.77
%0
%11.54
%49.02

Codes

Color #818273 in popluar color models

818273
RGB129130115
HSL64°6.12%48.04%
HSB/HSV64°11.54%50.98%
CMYK0.77%0.00%11.54%
49.02%

Color #818273 in popluar number systems.

HEX818273
Decimal129130115
Binary10000001100000101110011
Octal201202163

Shades and tints

Shades of #818273

#818273
(129,130,115)
#767769
(118,119,105)
#6B6C5F
(107,108,95)
#606155
(96,97,85)
#55564B
(85,86,75)
#4A4B41
(74,75,65)
#3F4037
(63,64,55)
#34352D
(52,53,45)
#292A23
(41,42,35)
#1E1F19
(30,31,25)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #818273

#818273
(129,130,115)
#8C8D7F
(140,141,127)
#97988B
(151,152,139)
#A2A397
(162,163,151)
#ADAEA3
(173,174,163)
#B8B9AF
(184,185,175)
#C3C4BB
(195,196,187)
#CECFC7
(206,207,199)
#D9DAD3
(217,218,211)
#E4E5DF
(228,229,223)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818273; }

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

This text font color is #818273.


Background Color

.myBgColor { background-color: #818273; }

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

This div background color is #818273.


Border color

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

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

This div border color is #818273.


Opacity

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

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

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

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

This text has shadow with #818273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818273 on black background.


Color preview on white background

This text has color #818273 on white background.



Black color preview on #818273 background

This text has black color on #818273 background.


White color preview on #818273 background

This text has white color on #818273 background.