COLOR #07513F

HEX: #07513F
RGB: (7,81,63)

Color info

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

RGB color model

#07513F color RGB value is (7,81,63).

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

RGB channels and saturation

R 7 of 255 = 3%
G 81 of 255 = 32%
B 63 of 255 = 25%

7
81
63

R + G + B ~ 20%. #07513F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 81 + 63 = 151 (100%)
R 7 of 151 ~ 4.64%
G 81 of 151 ~ 53.64%
B 63 of 151 ~ 41.72%

%53.64
%41.72

CMYK color model

#07513F color CMYK value is (91,0,22,68).

  • cyan value is 91.36%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 68.24%
CMYK:
(91,0,22,68)
C91M0Y22K68 
(91%,0%,22%,68%)
(0.91/0.00/0.22/0.68)	

CMYK percentages

%91.36
%0
%22.22
%68.24

Codes

Color #07513F in popluar color models

07513F
RGB78163
HSL165°84.09%17.25%
HSB/HSV165°91.36%31.76%
CMYK91.36%0.00%22.22%
68.24%

Color #07513F in popluar number systems.

HEX07513F
Decimal78163
Binary1111010001111111
Octal712177

Shades and tints

Shades of #07513F

#07513F
(7,81,63)
#074A3A
(7,74,58)
#074335
(7,67,53)
#073C30
(7,60,48)
#07352B
(7,53,43)
#072E26
(7,46,38)
#072721
(7,39,33)
#07201C
(7,32,28)
#071917
(7,25,23)
#071212
(7,18,18)
#070B0D
(7,11,13)
#000000
(0,0,0)

Tints of #07513F

#07513F
(7,81,63)
#1D6050
(29,96,80)
#336F61
(51,111,97)
#497E72
(73,126,114)
#5F8D83
(95,141,131)
#759C94
(117,156,148)
#8BABA5
(139,171,165)
#A1BAB6
(161,186,182)
#B7C9C7
(183,201,199)
#CDD8D8
(205,216,216)
#E3E7E9
(227,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07513F color. Also use rgb(7,81,63) instead hex code.

Text Font Color

.myTextColor { color: #07513F; }

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

This text font color is #07513F.


Background Color

.myBgColor { background-color: #07513F; }

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

This div background color is #07513F.


Border color

.myBorderColor { border: 1px solid #07513F; }

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

This div border color is #07513F.


Opacity

.myOpacity80 { color: #07513F; opacity: 0.8; }

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

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

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

This text has shadow with #07513F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07513F on black background.


Color preview on white background

This text has color #07513F on white background.



Black color preview on #07513F background

This text has black color on #07513F background.


White color preview on #07513F background

This text has white color on #07513F background.