COLOR #818764

HEX: #818764
RGB: (129,135,100)

Color info

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

RGB color model

#818764 color RGB value is (129,135,100).

  • red value is 129;
  • green value is 135;
  • blue value is 100.
RGB:
(129,135,100)
(51%,53%,39%)

RGB channels and saturation

R 129 of 255 = 51%
G 135 of 255 = 53%
B 100 of 255 = 39%

129
135
100

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

Portions of RGB colors in percentages

R + G + B =
129 + 135 + 100 = 364 (100%)
R 129 of 364 ~ 35.44%
G 135 of 364 ~ 37.09%
B 100 of 364 ~ 27.47%

%35.44
%37.09
%27.47

CMYK color model

#818764 color CMYK value is (4,0,26,47).

  • cyan value is 4.44%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 47.06%
CMYK:
(4,0,26,47)
C4M0Y26K47 
(4%,0%,26%,47%)
(0.04/0.00/0.26/0.47)	

CMYK percentages

%4.44
%0
%25.93
%47.06

Codes

Color #818764 in popluar color models

818764
RGB129135100
HSL70°14.89%46.08%
HSB/HSV70°25.93%52.94%
CMYK4.44%0.00%25.93%
47.06%

Color #818764 in popluar number systems.

HEX818764
Decimal129135100
Binary10000001100001111100100
Octal201207144

Shades and tints

Shades of #818764

#818764
(129,135,100)
#767B5B
(118,123,91)
#6B6F52
(107,111,82)
#606349
(96,99,73)
#555740
(85,87,64)
#4A4B37
(74,75,55)
#3F3F2E
(63,63,46)
#343325
(52,51,37)
#29271C
(41,39,28)
#1E1B13
(30,27,19)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #818764

#818764
(129,135,100)
#8C9172
(140,145,114)
#979B80
(151,155,128)
#A2A58E
(162,165,142)
#ADAF9C
(173,175,156)
#B8B9AA
(184,185,170)
#C3C3B8
(195,195,184)
#CECDC6
(206,205,198)
#D9D7D4
(217,215,212)
#E4E1E2
(228,225,226)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818764 color. Also use rgb(129,135,100) instead hex code.

Text Font Color

.myTextColor { color: #818764; }

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

This text font color is #818764.


Background Color

.myBgColor { background-color: #818764; }

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

This div background color is #818764.


Border color

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

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

This div border color is #818764.


Opacity

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

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

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

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

This text has shadow with #818764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818764 on black background.


Color preview on white background

This text has color #818764 on white background.



Black color preview on #818764 background

This text has black color on #818764 background.


White color preview on #818764 background

This text has white color on #818764 background.