COLOR #077624

HEX: #077624
RGB: (7,118,36)

Color info

#077624 contains mainly green color. Web safe color of #077624 is #006633 (or #063).

RGB color model

#077624 color RGB value is (7,118,36).

  • red value is 7;
  • green value is 118;
  • blue value is 36.
RGB:
(7,118,36)
(3%,46%,14%)

RGB channels and saturation

R 7 of 255 = 3%
G 118 of 255 = 46%
B 36 of 255 = 14%

7
118
36

R + G + B ~ 21%. #077624 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 118 + 36 = 161 (100%)
R 7 of 161 ~ 4.35%
G 118 of 161 ~ 73.29%
B 36 of 161 ~ 22.36%

%73.29
%22.36

CMYK color model

#077624 color CMYK value is (94,0,69,54).

  • cyan value is 94.07%
  • magenta value is 0.00%
  • yellow value is 69.49%
  • key color value is 53.73%
CMYK:
(94,0,69,54)
C94M0Y69K54 
(94%,0%,69%,54%)
(0.94/0.00/0.69/0.54)	

CMYK percentages

%94.07
%0
%69.49
%53.73

Codes

Color #077624 in popluar color models

077624
RGB711836
HSL136°88.80%24.51%
HSB/HSV136°94.07%46.27%
CMYK94.07%0.00%69.49%
53.73%

Color #077624 in popluar number systems.

HEX077624
Decimal711836
Binary1111110110100100
Octal716644

Shades and tints

Shades of #077624

#077624
(7,118,36)
#076C21
(7,108,33)
#07621E
(7,98,30)
#07581B
(7,88,27)
#074E18
(7,78,24)
#074415
(7,68,21)
#073A12
(7,58,18)
#07300F
(7,48,15)
#07260C
(7,38,12)
#071C09
(7,28,9)
#071206
(7,18,6)
#000000
(0,0,0)

Tints of #077624

#077624
(7,118,36)
#1D8237
(29,130,55)
#338E4A
(51,142,74)
#499A5D
(73,154,93)
#5FA670
(95,166,112)
#75B283
(117,178,131)
#8BBE96
(139,190,150)
#A1CAA9
(161,202,169)
#B7D6BC
(183,214,188)
#CDE2CF
(205,226,207)
#E3EEE2
(227,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #077624 color. Also use rgb(7,118,36) instead hex code.

Text Font Color

.myTextColor { color: #077624; }

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

This text font color is #077624.


Background Color

.myBgColor { background-color: #077624; }

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

This div background color is #077624.


Border color

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

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

This div border color is #077624.


Opacity

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

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

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

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

This text has shadow with #077624 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #077624 on black background.


Color preview on white background

This text has color #077624 on white background.



Black color preview on #077624 background

This text has black color on #077624 background.


White color preview on #077624 background

This text has white color on #077624 background.