COLOR #767D3E

HEX: #767D3E
RGB: (118,125,62)

Color info

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

RGB color model

#767D3E color RGB value is (118,125,62).

  • red value is 118;
  • green value is 125;
  • blue value is 62.
RGB:
(118,125,62)
(46%,49%,24%)

RGB channels and saturation

R 118 of 255 = 46%
G 125 of 255 = 49%
B 62 of 255 = 24%

118
125
62

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

Portions of RGB colors in percentages

R + G + B =
118 + 125 + 62 = 305 (100%)
R 118 of 305 ~ 38.69%
G 125 of 305 ~ 40.98%
B 62 of 305 ~ 20.33%

%38.69
%40.98
%20.33

CMYK color model

#767D3E color CMYK value is (6,0,50,51).

  • cyan value is 5.60%
  • magenta value is 0.00%
  • yellow value is 50.40%
  • key color value is 50.98%
CMYK:
(6,0,50,51)
C6M0Y50K51 
(6%,0%,50%,51%)
(0.06/0.00/0.50/0.51)	

CMYK percentages

%5.6
%0
%50.4
%50.98

Codes

Color #767D3E in popluar color models

767D3E
RGB11812562
HSL67°33.69%36.67%
HSB/HSV67°50.40%49.02%
CMYK5.60%0.00%50.40%
50.98%

Color #767D3E in popluar number systems.

HEX767D3E
Decimal11812562
Binary11101101111101111110
Octal16617576

Shades and tints

Shades of #767D3E

#767D3E
(118,125,62)
#6C7239
(108,114,57)
#626734
(98,103,52)
#585C2F
(88,92,47)
#4E512A
(78,81,42)
#444625
(68,70,37)
#3A3B20
(58,59,32)
#30301B
(48,48,27)
#262516
(38,37,22)
#1C1A11
(28,26,17)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #767D3E

#767D3E
(118,125,62)
#82884F
(130,136,79)
#8E9360
(142,147,96)
#9A9E71
(154,158,113)
#A6A982
(166,169,130)
#B2B493
(178,180,147)
#BEBFA4
(190,191,164)
#CACAB5
(202,202,181)
#D6D5C6
(214,213,198)
#E2E0D7
(226,224,215)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767D3E color. Also use rgb(118,125,62) instead hex code.

Text Font Color

.myTextColor { color: #767D3E; }

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

This text font color is #767D3E.


Background Color

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

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

This div background color is #767D3E.


Border color

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

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

This div border color is #767D3E.


Opacity

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

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

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

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

This text has shadow with #767D3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767D3E on black background.


Color preview on white background

This text has color #767D3E on white background.



Black color preview on #767D3E background

This text has black color on #767D3E background.


White color preview on #767D3E background

This text has white color on #767D3E background.