COLOR #07950C

HEX: #07950C
RGB: (7,149,12)

Color info

#07950C contains mainly green color. Web safe color of #07950C is #009900 (or #090).

RGB color model

#07950C color RGB value is (7,149,12).

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

RGB channels and saturation

R 7 of 255 = 3%
G 149 of 255 = 58%
B 12 of 255 = 5%

7
149
12

R + G + B ~ 22%. #07950C is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 149 + 12 = 168 (100%)
R 7 of 168 ~ 4.17%
G 149 of 168 ~ 88.69%
B 12 of 168 ~ 7.14%

%88.69

CMYK color model

#07950C color CMYK value is (95,0,92,42).

  • cyan value is 95.30%
  • magenta value is 0.00%
  • yellow value is 91.95%
  • key color value is 41.57%
CMYK:
(95,0,92,42)
C95M0Y92K42 
(95%,0%,92%,42%)
(0.95/0.00/0.92/0.42)	

CMYK percentages

%95.3
%0
%91.95
%41.57

Codes

Color #07950C in popluar color models

07950C
RGB714912
HSL122°91.03%30.59%
HSB/HSV122°95.30%58.43%
CMYK95.30%0.00%91.95%
41.57%

Color #07950C in popluar number systems.

HEX07950C
Decimal714912
Binary111100101011100
Octal722514

Shades and tints

Shades of #07950C

#07950C
(7,149,12)
#07880B
(7,136,11)
#077B0A
(7,123,10)
#076E09
(7,110,9)
#076108
(7,97,8)
#075407
(7,84,7)
#074706
(7,71,6)
#073A05
(7,58,5)
#072D04
(7,45,4)
#072003
(7,32,3)
#071302
(7,19,2)
#000000
(0,0,0)

Tints of #07950C

#07950C
(7,149,12)
#1D9E22
(29,158,34)
#33A738
(51,167,56)
#49B04E
(73,176,78)
#5FB964
(95,185,100)
#75C27A
(117,194,122)
#8BCB90
(139,203,144)
#A1D4A6
(161,212,166)
#B7DDBC
(183,221,188)
#CDE6D2
(205,230,210)
#E3EFE8
(227,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07950C color. Also use rgb(7,149,12) instead hex code.

Text Font Color

.myTextColor { color: #07950C; }

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

This text font color is #07950C.


Background Color

.myBgColor { background-color: #07950C; }

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

This div background color is #07950C.


Border color

.myBorderColor { border: 1px solid #07950C; }

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

This div border color is #07950C.


Opacity

.myOpacity80 { color: #07950C; opacity: 0.8; }

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

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

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

This text has shadow with #07950C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07950C on black background.


Color preview on white background

This text has color #07950C on white background.



Black color preview on #07950C background

This text has black color on #07950C background.


White color preview on #07950C background

This text has white color on #07950C background.