COLOR #007530

HEX: #007530
RGB: (0,117,48)

Color info

#007530 contains mainly green color. Web safe color of #007530 is #006633 (or #063).

RGB color model

#007530 color RGB value is (0,117,48).

  • red value is 0;
  • green value is 117;
  • blue value is 48.
RGB:
(0,117,48)
(0%,46%,19%)

RGB channels and saturation

R 0 of 255 = 0%
G 117 of 255 = 46%
B 48 of 255 = 19%

0
117
48

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

Portions of RGB colors in percentages

R + G + B =
0 + 117 + 48 = 165 (100%)
R 0 of 165 ~ 0%
G 117 of 165 ~ 70.91%
B 48 of 165 ~ 29.09%

%70.91
%29.09

CMYK color model

#007530 color CMYK value is (100,0,59,54).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 58.97%
  • key color value is 54.12%
CMYK:
(100,0,59,54)
C100M0Y59K54 
(100%,0%,59%,54%)
(1.00/0.00/0.59/0.54)	

CMYK percentages

%100
%0
%58.97
%54.12

Codes

Color #007530 in popluar color models

007530
RGB011748
HSL145°100.00%22.94%
HSB/HSV145°100.00%45.88%
CMYK100.00%0.00%58.97%
54.12%

Color #007530 in popluar number systems.

HEX007530
Decimal011748
Binary01110101110000
Octal016560

Shades and tints

Shades of #007530

#007530
(0,117,48)
#006B2C
(0,107,44)
#006128
(0,97,40)
#005724
(0,87,36)
#004D20
(0,77,32)
#00431C
(0,67,28)
#003918
(0,57,24)
#002F14
(0,47,20)
#002510
(0,37,16)
#001B0C
(0,27,12)
#001108
(0,17,8)
#000000
(0,0,0)

Tints of #007530

#007530
(0,117,48)
#178142
(23,129,66)
#2E8D54
(46,141,84)
#459966
(69,153,102)
#5CA578
(92,165,120)
#73B18A
(115,177,138)
#8ABD9C
(138,189,156)
#A1C9AE
(161,201,174)
#B8D5C0
(184,213,192)
#CFE1D2
(207,225,210)
#E6EDE4
(230,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007530 color. Also use rgb(0,117,48) instead hex code.

Text Font Color

.myTextColor { color: #007530; }

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

This text font color is #007530.


Background Color

.myBgColor { background-color: #007530; }

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

This div background color is #007530.


Border color

.myBorderColor { border: 1px solid #007530; }

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

This div border color is #007530.


Opacity

.myOpacity80 { color: #007530; opacity: 0.8; }

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

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

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

This text has shadow with #007530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007530 on black background.


Color preview on white background

This text has color #007530 on white background.



Black color preview on #007530 background

This text has black color on #007530 background.


White color preview on #007530 background

This text has white color on #007530 background.