COLOR #077013

HEX: #077013 RGB: (7,112,19)

Color info

#077013 contains mainly green color. Web safe color of #077013 is #006600 (or #060).

RGB color model

#077013 color RGB value is (7,112,19).

RGB: (7,112,19) (3%, 44%, 7%)

RGB channels and saturation

R 7 of 255 = 3%
G 112 of 255 = 44%
B 19 of 255 = 7%

7
112
19

R + G + B ~ 18%. #077013 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 112 + 19 = 138 (100%)
R 7 of 138 ~ 5.07%
G 112 of 138 ~ 81.16%
B 19 of 138 ~ 13.77'%

%81.16
%13.77

CMYK color model

#077013 color CMYK value is (94,0,83,56).

  • cyan value is 93.75%
  • magenta value is 0.00%
  • yellow value is 83.04%
  • key color value is 56.08%

CMYK: (94,0,83,56)
C94M0Y83K56 (94%, 0%, 83%, 56%)
(0.94 / 0.00 / 0.83 / 0.56)

CMYK percentages

%93.75
%0
%83.04
%56.08

Codes

Color #077013 in popluar color models

07 70 13
RGB 7 112 19
HSL 127° 88.24% 23.33%
HSB/HSV 127° 93.75% 43.92%
CMYK 93.75% 0.00% 83.04%
56.08%

Color #077013 in popluar number systems.

HEX 07 70 13
Decimal 7 112 19
Binary 111 1110000 10011
Octal 7 160 23

Shades and tints

Shades of #077013

#077013
(7,112,19)
#076612
(7,102,18)
#075C11
(7,92,17)
#075210
(7,82,16)
#07480F
(7,72,15)
#073E0E
(7,62,14)
#07340D
(7,52,13)
#072A0C
(7,42,12)
#07200B
(7,32,11)
#07160A
(7,22,10)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #077013

#077013
(7,112,19)
#1D7D28
(29,125,40)
#338A3D
(51,138,61)
#499752
(73,151,82)
#5FA467
(95,164,103)
#75B17C
(117,177,124)
#8BBE91
(139,190,145)
#A1CBA6
(161,203,166)
#B7D8BB
(183,216,187)
#CDE5D0
(205,229,208)
#E3F2E5
(227,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #077013 color. Also use rgb(7,112,19) instead hex code.

Text Font Color

.myTextColor { color: #077013; }

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

This text font color is #077013.

Background Color

.myBgColor { background-color: #077013; }

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

This div background color is #077013.

Border color

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

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

This div border color is #077013.

Opacity

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

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

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

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

This text has shadow with #077013 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #077013.

Preview

Color preview on black background

This text has color #077013 on black background.


Color preview on white background

This text has color #077013 on white background.


Black color preview on #077013 background

This text has black color on #077013 background.


White color preview on #077013 background

This text has white color on #077013 background.


Related colors

Complementary color

Complementary color for #hex is #F88FEC.


I love getcolorcode.com

Triadic colors

1 #130770 and #701307 with #077013 are triadic colors.

2 #137007 and #700713 with #077013 are triadic colors.