COLOR #766936

HEX: #766936
RGB: (118,105,54)

Color info

#766936 contains mainly red and green colors. Web safe color of #766936 is #666633 (or #663).

RGB color model

#766936 color RGB value is (118,105,54).

  • red value is 118;
  • green value is 105;
  • blue value is 54.
RGB:
(118,105,54)
(46%,41%,21%)

RGB channels and saturation

R 118 of 255 = 46%
G 105 of 255 = 41%
B 54 of 255 = 21%

118
105
54

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

Portions of RGB colors in percentages

R + G + B =
118 + 105 + 54 = 277 (100%)
R 118 of 277 ~ 42.6%
G 105 of 277 ~ 37.91%
B 54 of 277 ~ 19.49%

%42.6
%37.91
%19.49

CMYK color model

#766936 color CMYK value is (0,11,54,54).

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 54.24%
  • key color value is 53.73%
CMYK:
(0,11,54,54)
C0M11Y54K54 
(0%,11%,54%,54%)
(0.00/0.11/0.54/0.54)	

CMYK percentages

%0
%11.02
%54.24
%53.73

Codes

Color #766936 in popluar color models

766936
RGB11810554
HSL48°37.21%33.73%
HSB/HSV48°54.24%46.27%
CMYK0.00%11.02%54.24%
53.73%

Color #766936 in popluar number systems.

HEX766936
Decimal11810554
Binary11101101101001110110
Octal16615166

Shades and tints

Shades of #766936

#766936
(118,105,54)
#6C6032
(108,96,50)
#62572E
(98,87,46)
#584E2A
(88,78,42)
#4E4526
(78,69,38)
#443C22
(68,60,34)
#3A331E
(58,51,30)
#302A1A
(48,42,26)
#262116
(38,33,22)
#1C1812
(28,24,18)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #766936

#766936
(118,105,54)
#827648
(130,118,72)
#8E835A
(142,131,90)
#9A906C
(154,144,108)
#A69D7E
(166,157,126)
#B2AA90
(178,170,144)
#BEB7A2
(190,183,162)
#CAC4B4
(202,196,180)
#D6D1C6
(214,209,198)
#E2DED8
(226,222,216)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766936 color. Also use rgb(118,105,54) instead hex code.

Text Font Color

.myTextColor { color: #766936; }

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

This text font color is #766936.


Background Color

.myBgColor { background-color: #766936; }

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

This div background color is #766936.


Border color

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

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

This div border color is #766936.


Opacity

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

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

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

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

This text has shadow with #766936 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766936 on black background.


Color preview on white background

This text has color #766936 on white background.



Black color preview on #766936 background

This text has black color on #766936 background.


White color preview on #766936 background

This text has white color on #766936 background.