COLOR #766931

HEX: #766931
RGB: (118,105,49)

Color info

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

RGB color model

#766931 color RGB value is (118,105,49).

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

RGB channels and saturation

R 118 of 255 = 46%
G 105 of 255 = 41%
B 49 of 255 = 19%

118
105
49

R + G + B ~ 35%. #766931 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 105 + 49 = 272 (100%)
R 118 of 272 ~ 43.38%
G 105 of 272 ~ 38.6%
B 49 of 272 ~ 18.01%

%43.38
%38.6
%18.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 58.47%
  • key color value is 53.73%
CMYK:
(0,11,58,54)
C0M11Y58K54 
(0%,11%,58%,54%)
(0.00/0.11/0.58/0.54)	

CMYK percentages

%0
%11.02
%58.47
%53.73

Codes

Color #766931 in popluar color models

766931
RGB11810549
HSL49°41.32%32.75%
HSB/HSV49°58.47%46.27%
CMYK0.00%11.02%58.47%
53.73%

Color #766931 in popluar number systems.

HEX766931
Decimal11810549
Binary11101101101001110001
Octal16615161

Shades and tints

Shades of #766931

#766931
(118,105,49)
#6C602D
(108,96,45)
#625729
(98,87,41)
#584E25
(88,78,37)
#4E4521
(78,69,33)
#443C1D
(68,60,29)
#3A3319
(58,51,25)
#302A15
(48,42,21)
#262111
(38,33,17)
#1C180D
(28,24,13)
#120F09
(18,15,9)
#000000
(0,0,0)

Tints of #766931

#766931
(118,105,49)
#827643
(130,118,67)
#8E8355
(142,131,85)
#9A9067
(154,144,103)
#A69D79
(166,157,121)
#B2AA8B
(178,170,139)
#BEB79D
(190,183,157)
#CAC4AF
(202,196,175)
#D6D1C1
(214,209,193)
#E2DED3
(226,222,211)
#EEEBE5
(238,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766931; }

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

This text font color is #766931.


Background Color

.myBgColor { background-color: #766931; }

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

This div background color is #766931.


Border color

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

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

This div border color is #766931.


Opacity

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

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

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

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

This text has shadow with #766931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766931 on black background.


Color preview on white background

This text has color #766931 on white background.



Black color preview on #766931 background

This text has black color on #766931 background.


White color preview on #766931 background

This text has white color on #766931 background.