COLOR #075E0C

HEX: #075E0C
RGB: (7,94,12)

Color info

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

RGB color model

#075E0C color RGB value is (7,94,12).

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

RGB channels and saturation

R 7 of 255 = 3%
G 94 of 255 = 37%
B 12 of 255 = 5%

7
94
12

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

Portions of RGB colors in percentages

R + G + B =
7 + 94 + 12 = 113 (100%)
R 7 of 113 ~ 6.19%
G 94 of 113 ~ 83.19%
B 12 of 113 ~ 10.62%

%83.19
%10.62

CMYK color model

#075E0C color CMYK value is (93,0,87,63).

  • cyan value is 92.55%
  • magenta value is 0.00%
  • yellow value is 87.23%
  • key color value is 63.14%
CMYK:
(93,0,87,63)
C93M0Y87K63 
(93%,0%,87%,63%)
(0.93/0.00/0.87/0.63)	

CMYK percentages

%92.55
%0
%87.23
%63.14

Codes

Color #075E0C in popluar color models

075E0C
RGB79412
HSL123°86.14%19.80%
HSB/HSV123°92.55%36.86%
CMYK92.55%0.00%87.23%
63.14%

Color #075E0C in popluar number systems.

HEX075E0C
Decimal79412
Binary11110111101100
Octal713614

Shades and tints

Shades of #075E0C

#075E0C
(7,94,12)
#07560B
(7,86,11)
#074E0A
(7,78,10)
#074609
(7,70,9)
#073E08
(7,62,8)
#073607
(7,54,7)
#072E06
(7,46,6)
#072605
(7,38,5)
#071E04
(7,30,4)
#071603
(7,22,3)
#070E02
(7,14,2)
#000000
(0,0,0)

Tints of #075E0C

#075E0C
(7,94,12)
#1D6C22
(29,108,34)
#337A38
(51,122,56)
#49884E
(73,136,78)
#5F9664
(95,150,100)
#75A47A
(117,164,122)
#8BB290
(139,178,144)
#A1C0A6
(161,192,166)
#B7CEBC
(183,206,188)
#CDDCD2
(205,220,210)
#E3EAE8
(227,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #075E0C; }

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

This text font color is #075E0C.


Background Color

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

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

This div background color is #075E0C.


Border color

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

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

This div border color is #075E0C.


Opacity

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

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

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

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

This text has shadow with #075E0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075E0C on black background.


Color preview on white background

This text has color #075E0C on white background.



Black color preview on #075E0C background

This text has black color on #075E0C background.


White color preview on #075E0C background

This text has white color on #075E0C background.