COLOR #767332

HEX: #767332
RGB: (118,115,50)

Color info

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

RGB color model

#767332 color RGB value is (118,115,50).

  • red value is 118;
  • green value is 115;
  • blue value is 50.
RGB:
(118,115,50)
(46%,45%,20%)

RGB channels and saturation

R 118 of 255 = 46%
G 115 of 255 = 45%
B 50 of 255 = 20%

118
115
50

R + G + B ~ 37%. #767332 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 115 + 50 = 283 (100%)
R 118 of 283 ~ 41.7%
G 115 of 283 ~ 40.64%
B 50 of 283 ~ 17.67%

%41.7
%40.64
%17.67

CMYK color model

#767332 color CMYK value is (0,3,58,54).

  • cyan value is 0.00%
  • magenta value is 2.54%
  • yellow value is 57.63%
  • key color value is 53.73%
CMYK:
(0,3,58,54)
C0M3Y58K54 
(0%,3%,58%,54%)
(0.00/0.03/0.58/0.54)	

CMYK percentages

%0
%2.54
%57.63
%53.73

Codes

Color #767332 in popluar color models

767332
RGB11811550
HSL57°40.48%32.94%
HSB/HSV57°57.63%46.27%
CMYK0.00%2.54%57.63%
53.73%

Color #767332 in popluar number systems.

HEX767332
Decimal11811550
Binary11101101110011110010
Octal16616362

Shades and tints

Shades of #767332

#767332
(118,115,50)
#6C692E
(108,105,46)
#625F2A
(98,95,42)
#585526
(88,85,38)
#4E4B22
(78,75,34)
#44411E
(68,65,30)
#3A371A
(58,55,26)
#302D16
(48,45,22)
#262312
(38,35,18)
#1C190E
(28,25,14)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #767332

#767332
(118,115,50)
#827F44
(130,127,68)
#8E8B56
(142,139,86)
#9A9768
(154,151,104)
#A6A37A
(166,163,122)
#B2AF8C
(178,175,140)
#BEBB9E
(190,187,158)
#CAC7B0
(202,199,176)
#D6D3C2
(214,211,194)
#E2DFD4
(226,223,212)
#EEEBE6
(238,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767332 color. Also use rgb(118,115,50) instead hex code.

Text Font Color

.myTextColor { color: #767332; }

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

This text font color is #767332.


Background Color

.myBgColor { background-color: #767332; }

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

This div background color is #767332.


Border color

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

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

This div border color is #767332.


Opacity

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

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

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

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

This text has shadow with #767332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767332 on black background.


Color preview on white background

This text has color #767332 on white background.



Black color preview on #767332 background

This text has black color on #767332 background.


White color preview on #767332 background

This text has white color on #767332 background.