COLOR #76851D

HEX: #76851D
RGB: (118,133,29)

Color info

#76851D contains mainly red and green colors. Web safe color of #76851D is #669933 (or #693).

RGB color model

#76851D color RGB value is (118,133,29).

  • red value is 118;
  • green value is 133;
  • blue value is 29.
RGB:
(118,133,29)
(46%,52%,11%)

RGB channels and saturation

R 118 of 255 = 46%
G 133 of 255 = 52%
B 29 of 255 = 11%

118
133
29

R + G + B ~ 36%. #76851D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 133 + 29 = 280 (100%)
R 118 of 280 ~ 42.14%
G 133 of 280 ~ 47.5%
B 29 of 280 ~ 10.36%

%42.14
%47.5
%10.36

CMYK color model

#76851D color CMYK value is (11,0,78,48).

  • cyan value is 11.28%
  • magenta value is 0.00%
  • yellow value is 78.20%
  • key color value is 47.84%
CMYK:
(11,0,78,48)
C11M0Y78K48 
(11%,0%,78%,48%)
(0.11/0.00/0.78/0.48)	

CMYK percentages

%11.28
%0
%78.2
%47.84

Codes

Color #76851D in popluar color models

76851D
RGB11813329
HSL69°64.20%31.76%
HSB/HSV69°78.20%52.16%
CMYK11.28%0.00%78.20%
47.84%

Color #76851D in popluar number systems.

HEX76851D
Decimal11813329
Binary11101101000010111101
Octal16620535

Shades and tints

Shades of #76851D

#76851D
(118,133,29)
#6C791B
(108,121,27)
#626D19
(98,109,25)
#586117
(88,97,23)
#4E5515
(78,85,21)
#444913
(68,73,19)
#3A3D11
(58,61,17)
#30310F
(48,49,15)
#26250D
(38,37,13)
#1C190B
(28,25,11)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #76851D

#76851D
(118,133,29)
#829031
(130,144,49)
#8E9B45
(142,155,69)
#9AA659
(154,166,89)
#A6B16D
(166,177,109)
#B2BC81
(178,188,129)
#BEC795
(190,199,149)
#CAD2A9
(202,210,169)
#D6DDBD
(214,221,189)
#E2E8D1
(226,232,209)
#EEF3E5
(238,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76851D color. Also use rgb(118,133,29) instead hex code.

Text Font Color

.myTextColor { color: #76851D; }

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

This text font color is #76851D.


Background Color

.myBgColor { background-color: #76851D; }

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

This div background color is #76851D.


Border color

.myBorderColor { border: 1px solid #76851D; }

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

This div border color is #76851D.


Opacity

.myOpacity80 { color: #76851D; opacity: 0.8; }

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

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

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

This text has shadow with #76851D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76851D on black background.


Color preview on white background

This text has color #76851D on white background.



Black color preview on #76851D background

This text has black color on #76851D background.


White color preview on #76851D background

This text has white color on #76851D background.