COLOR #767A2D

HEX: #767A2D
RGB: (118,122,45)

Color info

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

RGB color model

#767A2D color RGB value is (118,122,45).

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

RGB channels and saturation

R 118 of 255 = 46%
G 122 of 255 = 48%
B 45 of 255 = 18%

118
122
45

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

Portions of RGB colors in percentages

R + G + B =
118 + 122 + 45 = 285 (100%)
R 118 of 285 ~ 41.4%
G 122 of 285 ~ 42.81%
B 45 of 285 ~ 15.79%

%41.4
%42.81
%15.79

CMYK color model

#767A2D color CMYK value is (3,0,63,52).

  • cyan value is 3.28%
  • magenta value is 0.00%
  • yellow value is 63.11%
  • key color value is 52.16%
CMYK:
(3,0,63,52)
C3M0Y63K52 
(3%,0%,63%,52%)
(0.03/0.00/0.63/0.52)	

CMYK percentages

%3.28
%0
%63.11
%52.16

Codes

Color #767A2D in popluar color models

767A2D
RGB11812245
HSL63°46.11%32.75%
HSB/HSV63°63.11%47.84%
CMYK3.28%0.00%63.11%
52.16%

Color #767A2D in popluar number systems.

HEX767A2D
Decimal11812245
Binary11101101111010101101
Octal16617255

Shades and tints

Shades of #767A2D

#767A2D
(118,122,45)
#6C6F29
(108,111,41)
#626425
(98,100,37)
#585921
(88,89,33)
#4E4E1D
(78,78,29)
#444319
(68,67,25)
#3A3815
(58,56,21)
#302D11
(48,45,17)
#26220D
(38,34,13)
#1C1709
(28,23,9)
#120C05
(18,12,5)
#000000
(0,0,0)

Tints of #767A2D

#767A2D
(118,122,45)
#828640
(130,134,64)
#8E9253
(142,146,83)
#9A9E66
(154,158,102)
#A6AA79
(166,170,121)
#B2B68C
(178,182,140)
#BEC29F
(190,194,159)
#CACEB2
(202,206,178)
#D6DAC5
(214,218,197)
#E2E6D8
(226,230,216)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767A2D; }

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

This text font color is #767A2D.


Background Color

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

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

This div background color is #767A2D.


Border color

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

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

This div border color is #767A2D.


Opacity

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

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

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

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

This text has shadow with #767A2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767A2D on black background.


Color preview on white background

This text has color #767A2D on white background.



Black color preview on #767A2D background

This text has black color on #767A2D background.


White color preview on #767A2D background

This text has white color on #767A2D background.