COLOR #075E0F

HEX: #075E0F
RGB: (7,94,15)

Color info

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

RGB color model

#075E0F color RGB value is (7,94,15).

  • red value is 7;
  • green value is 94;
  • blue value is 15.
RGB:
(7,94,15)
(3%,37%,6%)

RGB channels and saturation

R 7 of 255 = 3%
G 94 of 255 = 37%
B 15 of 255 = 6%

7
94
15

R + G + B ~ 15%. #075E0F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 94 + 15 = 116 (100%)
R 7 of 116 ~ 6.03%
G 94 of 116 ~ 81.03%
B 15 of 116 ~ 12.93%

%81.03
%12.93

CMYK color model

#075E0F color CMYK value is (93,0,84,63).

  • cyan value is 92.55%
  • magenta value is 0.00%
  • yellow value is 84.04%
  • key color value is 63.14%
CMYK:
(93,0,84,63)
C93M0Y84K63 
(93%,0%,84%,63%)
(0.93/0.00/0.84/0.63)	

CMYK percentages

%92.55
%0
%84.04
%63.14

Codes

Color #075E0F in popluar color models

075E0F
RGB79415
HSL126°86.14%19.80%
HSB/HSV126°92.55%36.86%
CMYK92.55%0.00%84.04%
63.14%

Color #075E0F in popluar number systems.

HEX075E0F
Decimal79415
Binary11110111101111
Octal713617

Shades and tints

Shades of #075E0F

#075E0F
(7,94,15)
#07560E
(7,86,14)
#074E0D
(7,78,13)
#07460C
(7,70,12)
#073E0B
(7,62,11)
#07360A
(7,54,10)
#072E09
(7,46,9)
#072608
(7,38,8)
#071E07
(7,30,7)
#071606
(7,22,6)
#070E05
(7,14,5)
#000000
(0,0,0)

Tints of #075E0F

#075E0F
(7,94,15)
#1D6C24
(29,108,36)
#337A39
(51,122,57)
#49884E
(73,136,78)
#5F9663
(95,150,99)
#75A478
(117,164,120)
#8BB28D
(139,178,141)
#A1C0A2
(161,192,162)
#B7CEB7
(183,206,183)
#CDDCCC
(205,220,204)
#E3EAE1
(227,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #075E0F color. Also use rgb(7,94,15) instead hex code.

Text Font Color

.myTextColor { color: #075E0F; }

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

This text font color is #075E0F.


Background Color

.myBgColor { background-color: #075E0F; }

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

This div background color is #075E0F.


Border color

.myBorderColor { border: 1px solid #075E0F; }

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

This div border color is #075E0F.


Opacity

.myOpacity80 { color: #075E0F; opacity: 0.8; }

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

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

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

This text has shadow with #075E0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075E0F on black background.


Color preview on white background

This text has color #075E0F on white background.



Black color preview on #075E0F background

This text has black color on #075E0F background.


White color preview on #075E0F background

This text has white color on #075E0F background.