COLOR #075013

HEX: #075013
RGB: (7,80,19)

Color info

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

RGB color model

#075013 color RGB value is (7,80,19).

  • red value is 7;
  • green value is 80;
  • blue value is 19.
RGB:
(7,80,19)
(3%,31%,7%)

RGB channels and saturation

R 7 of 255 = 3%
G 80 of 255 = 31%
B 19 of 255 = 7%

7
80
19

R + G + B ~ 14%. #075013 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 80 + 19 = 106 (100%)
R 7 of 106 ~ 6.6%
G 80 of 106 ~ 75.47%
B 19 of 106 ~ 17.92%

%75.47
%17.92

CMYK color model

#075013 color CMYK value is (91,0,76,69).

  • cyan value is 91.25%
  • magenta value is 0.00%
  • yellow value is 76.25%
  • key color value is 68.63%
CMYK:
(91,0,76,69)
C91M0Y76K69 
(91%,0%,76%,69%)
(0.91/0.00/0.76/0.69)	

CMYK percentages

%91.25
%0
%76.25
%68.63

Codes

Color #075013 in popluar color models

075013
RGB78019
HSL130°83.91%17.06%
HSB/HSV130°91.25%31.37%
CMYK91.25%0.00%76.25%
68.63%

Color #075013 in popluar number systems.

HEX075013
Decimal78019
Binary111101000010011
Octal712023

Shades and tints

Shades of #075013

#075013
(7,80,19)
#074912
(7,73,18)
#074211
(7,66,17)
#073B10
(7,59,16)
#07340F
(7,52,15)
#072D0E
(7,45,14)
#07260D
(7,38,13)
#071F0C
(7,31,12)
#07180B
(7,24,11)
#07110A
(7,17,10)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #075013

#075013
(7,80,19)
#1D5F28
(29,95,40)
#336E3D
(51,110,61)
#497D52
(73,125,82)
#5F8C67
(95,140,103)
#759B7C
(117,155,124)
#8BAA91
(139,170,145)
#A1B9A6
(161,185,166)
#B7C8BB
(183,200,187)
#CDD7D0
(205,215,208)
#E3E6E5
(227,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #075013; }

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

This text font color is #075013.


Background Color

.myBgColor { background-color: #075013; }

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

This div background color is #075013.


Border color

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

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

This div border color is #075013.


Opacity

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

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

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

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

This text has shadow with #075013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075013 on black background.


Color preview on white background

This text has color #075013 on white background.



Black color preview on #075013 background

This text has black color on #075013 background.


White color preview on #075013 background

This text has white color on #075013 background.