COLOR #818B63

HEX: #818B63
RGB: (129,139,99)

Color info

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

RGB color model

#818B63 color RGB value is (129,139,99).

  • red value is 129;
  • green value is 139;
  • blue value is 99.
RGB:
(129,139,99)
(51%,55%,39%)

RGB channels and saturation

R 129 of 255 = 51%
G 139 of 255 = 55%
B 99 of 255 = 39%

129
139
99

R + G + B ~ 48%. #818B63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 139 + 99 = 367 (100%)
R 129 of 367 ~ 35.15%
G 139 of 367 ~ 37.87%
B 99 of 367 ~ 26.98%

%35.15
%37.87
%26.98

CMYK color model

#818B63 color CMYK value is (7,0,29,45).

  • cyan value is 7.19%
  • magenta value is 0.00%
  • yellow value is 28.78%
  • key color value is 45.49%
CMYK:
(7,0,29,45)
C7M0Y29K45 
(7%,0%,29%,45%)
(0.07/0.00/0.29/0.45)	

CMYK percentages

%7.19
%0
%28.78
%45.49

Codes

Color #818B63 in popluar color models

818B63
RGB12913999
HSL75°16.81%46.67%
HSB/HSV75°28.78%54.51%
CMYK7.19%0.00%28.78%
45.49%

Color #818B63 in popluar number systems.

HEX818B63
Decimal12913999
Binary10000001100010111100011
Octal201213143

Shades and tints

Shades of #818B63

#818B63
(129,139,99)
#767F5A
(118,127,90)
#6B7351
(107,115,81)
#606748
(96,103,72)
#555B3F
(85,91,63)
#4A4F36
(74,79,54)
#3F432D
(63,67,45)
#343724
(52,55,36)
#292B1B
(41,43,27)
#1E1F12
(30,31,18)
#131309
(19,19,9)
#000000
(0,0,0)

Tints of #818B63

#818B63
(129,139,99)
#8C9571
(140,149,113)
#979F7F
(151,159,127)
#A2A98D
(162,169,141)
#ADB39B
(173,179,155)
#B8BDA9
(184,189,169)
#C3C7B7
(195,199,183)
#CED1C5
(206,209,197)
#D9DBD3
(217,219,211)
#E4E5E1
(228,229,225)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818B63 color. Also use rgb(129,139,99) instead hex code.

Text Font Color

.myTextColor { color: #818B63; }

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

This text font color is #818B63.


Background Color

.myBgColor { background-color: #818B63; }

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

This div background color is #818B63.


Border color

.myBorderColor { border: 1px solid #818B63; }

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

This div border color is #818B63.


Opacity

.myOpacity80 { color: #818B63; opacity: 0.8; }

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

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

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

This text has shadow with #818B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818B63 on black background.


Color preview on white background

This text has color #818B63 on white background.



Black color preview on #818B63 background

This text has black color on #818B63 background.


White color preview on #818B63 background

This text has white color on #818B63 background.