COLOR #767A3F

HEX: #767A3F
RGB: (118,122,63)

Color info

#767A3F contains red, green and blue colors in about the same proportion. Web safe color of #767A3F is #666633 (or #663).

RGB color model

#767A3F color RGB value is (118,122,63).

  • red value is 118;
  • green value is 122;
  • blue value is 63.
RGB:
(118,122,63)
(46%,48%,25%)

RGB channels and saturation

R 118 of 255 = 46%
G 122 of 255 = 48%
B 63 of 255 = 25%

118
122
63

R + G + B ~ 40%. #767A3F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 122 + 63 = 303 (100%)
R 118 of 303 ~ 38.94%
G 122 of 303 ~ 40.26%
B 63 of 303 ~ 20.79%

%38.94
%40.26
%20.79

CMYK color model

#767A3F color CMYK value is (3,0,48,52).

  • cyan value is 3.28%
  • magenta value is 0.00%
  • yellow value is 48.36%
  • key color value is 52.16%
CMYK:
(3,0,48,52)
C3M0Y48K52 
(3%,0%,48%,52%)
(0.03/0.00/0.48/0.52)	

CMYK percentages

%3.28
%0
%48.36
%52.16

Codes

Color #767A3F in popluar color models

767A3F
RGB11812263
HSL64°31.89%36.27%
HSB/HSV64°48.36%47.84%
CMYK3.28%0.00%48.36%
52.16%

Color #767A3F in popluar number systems.

HEX767A3F
Decimal11812263
Binary11101101111010111111
Octal16617277

Shades and tints

Shades of #767A3F

#767A3F
(118,122,63)
#6C6F3A
(108,111,58)
#626435
(98,100,53)
#585930
(88,89,48)
#4E4E2B
(78,78,43)
#444326
(68,67,38)
#3A3821
(58,56,33)
#302D1C
(48,45,28)
#262217
(38,34,23)
#1C1712
(28,23,18)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #767A3F

#767A3F
(118,122,63)
#828650
(130,134,80)
#8E9261
(142,146,97)
#9A9E72
(154,158,114)
#A6AA83
(166,170,131)
#B2B694
(178,182,148)
#BEC2A5
(190,194,165)
#CACEB6
(202,206,182)
#D6DAC7
(214,218,199)
#E2E6D8
(226,230,216)
#EEF2E9
(238,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767A3F color. Also use rgb(118,122,63) instead hex code.

Text Font Color

.myTextColor { color: #767A3F; }

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

This text font color is #767A3F.


Background Color

.myBgColor { background-color: #767A3F; }

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

This div background color is #767A3F.


Border color

.myBorderColor { border: 1px solid #767A3F; }

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

This div border color is #767A3F.


Opacity

.myOpacity80 { color: #767A3F; opacity: 0.8; }

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

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

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

This text has shadow with #767A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767A3F on black background.


Color preview on white background

This text has color #767A3F on white background.



Black color preview on #767A3F background

This text has black color on #767A3F background.


White color preview on #767A3F background

This text has white color on #767A3F background.