COLOR #00703C

HEX: #00703C
RGB: (0,112,60)

Color info

#00703C contains only green and blue colors. Web safe color of #00703C is #006633 (or #063).

RGB color model

#00703C color RGB value is (0,112,60).

  • red value is 0;
  • green value is 112;
  • blue value is 60.
RGB:
(0,112,60)
(0%,44%,24%)

RGB channels and saturation

R 0 of 255 = 0%
G 112 of 255 = 44%
B 60 of 255 = 24%

0
112
60

R + G + B ~ 23%. #00703C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 112 + 60 = 172 (100%)
R 0 of 172 ~ 0%
G 112 of 172 ~ 65.12%
B 60 of 172 ~ 34.88%

%65.12
%34.88

CMYK color model

#00703C color CMYK value is (100,0,46,56).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 56.08%
CMYK:
(100,0,46,56)
C100M0Y46K56 
(100%,0%,46%,56%)
(1.00/0.00/0.46/0.56)	

CMYK percentages

%100
%0
%46.43
%56.08

Codes

Color #00703C in popluar color models

00703C
RGB011260
HSL152°100.00%21.96%
HSB/HSV152°100.00%43.92%
CMYK100.00%0.00%46.43%
56.08%

Color #00703C in popluar number systems.

HEX00703C
Decimal011260
Binary01110000111100
Octal016074

Shades and tints

Shades of #00703C

#00703C
(0,112,60)
#006637
(0,102,55)
#005C32
(0,92,50)
#00522D
(0,82,45)
#004828
(0,72,40)
#003E23
(0,62,35)
#00341E
(0,52,30)
#002A19
(0,42,25)
#002014
(0,32,20)
#00160F
(0,22,15)
#000C0A
(0,12,10)
#000000
(0,0,0)

Tints of #00703C

#00703C
(0,112,60)
#177D4D
(23,125,77)
#2E8A5E
(46,138,94)
#45976F
(69,151,111)
#5CA480
(92,164,128)
#73B191
(115,177,145)
#8ABEA2
(138,190,162)
#A1CBB3
(161,203,179)
#B8D8C4
(184,216,196)
#CFE5D5
(207,229,213)
#E6F2E6
(230,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00703C color. Also use rgb(0,112,60) instead hex code.

Text Font Color

.myTextColor { color: #00703C; }

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

This text font color is #00703C.


Background Color

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

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

This div background color is #00703C.


Border color

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

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

This div border color is #00703C.


Opacity

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

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

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

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

This text has shadow with #00703C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00703C on black background.


Color preview on white background

This text has color #00703C on white background.



Black color preview on #00703C background

This text has black color on #00703C background.


White color preview on #00703C background

This text has white color on #00703C background.