COLOR #07512B

HEX: #07512B
RGB: (7,81,43)

Color info

#07512B contains mainly green and blue colors. Web safe color of #07512B is #006633 (or #063).

RGB color model

#07512B color RGB value is (7,81,43).

  • red value is 7;
  • green value is 81;
  • blue value is 43.
RGB:
(7,81,43)
(3%,32%,17%)

RGB channels and saturation

R 7 of 255 = 3%
G 81 of 255 = 32%
B 43 of 255 = 17%

7
81
43

R + G + B ~ 17%. #07512B is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 81 + 43 = 131 (100%)
R 7 of 131 ~ 5.34%
G 81 of 131 ~ 61.83%
B 43 of 131 ~ 32.82%

%61.83
%32.82

CMYK color model

#07512B color CMYK value is (91,0,47,68).

  • cyan value is 91.36%
  • magenta value is 0.00%
  • yellow value is 46.91%
  • key color value is 68.24%
CMYK:
(91,0,47,68)
C91M0Y47K68 
(91%,0%,47%,68%)
(0.91/0.00/0.47/0.68)	

CMYK percentages

%91.36
%0
%46.91
%68.24

Codes

Color #07512B in popluar color models

07512B
RGB78143
HSL149°84.09%17.25%
HSB/HSV149°91.36%31.76%
CMYK91.36%0.00%46.91%
68.24%

Color #07512B in popluar number systems.

HEX07512B
Decimal78143
Binary1111010001101011
Octal712153

Shades and tints

Shades of #07512B

#07512B
(7,81,43)
#074A28
(7,74,40)
#074325
(7,67,37)
#073C22
(7,60,34)
#07351F
(7,53,31)
#072E1C
(7,46,28)
#072719
(7,39,25)
#072016
(7,32,22)
#071913
(7,25,19)
#071210
(7,18,16)
#070B0D
(7,11,13)
#000000
(0,0,0)

Tints of #07512B

#07512B
(7,81,43)
#1D603E
(29,96,62)
#336F51
(51,111,81)
#497E64
(73,126,100)
#5F8D77
(95,141,119)
#759C8A
(117,156,138)
#8BAB9D
(139,171,157)
#A1BAB0
(161,186,176)
#B7C9C3
(183,201,195)
#CDD8D6
(205,216,214)
#E3E7E9
(227,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07512B color. Also use rgb(7,81,43) instead hex code.

Text Font Color

.myTextColor { color: #07512B; }

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

This text font color is #07512B.


Background Color

.myBgColor { background-color: #07512B; }

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

This div background color is #07512B.


Border color

.myBorderColor { border: 1px solid #07512B; }

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

This div border color is #07512B.


Opacity

.myOpacity80 { color: #07512B; opacity: 0.8; }

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

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

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

This text has shadow with #07512B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07512B on black background.


Color preview on white background

This text has color #07512B on white background.



Black color preview on #07512B background

This text has black color on #07512B background.


White color preview on #07512B background

This text has white color on #07512B background.