COLOR #07703C

HEX: #07703C
RGB: (7,112,60)

Color info

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

RGB color model

#07703C color RGB value is (7,112,60).

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

RGB channels and saturation

R 7 of 255 = 3%
G 112 of 255 = 44%
B 60 of 255 = 24%

7
112
60

R + G + B ~ 24%. #07703C is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 112 + 60 = 179 (100%)
R 7 of 179 ~ 3.91%
G 112 of 179 ~ 62.57%
B 60 of 179 ~ 33.52%

%62.57
%33.52

CMYK color model

#07703C color CMYK value is (94,0,46,56).

  • cyan value is 93.75%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 56.08%
CMYK:
(94,0,46,56)
C94M0Y46K56 
(94%,0%,46%,56%)
(0.94/0.00/0.46/0.56)	

CMYK percentages

%93.75
%0
%46.43
%56.08

Codes

Color #07703C in popluar color models

07703C
RGB711260
HSL150°88.24%23.33%
HSB/HSV150°93.75%43.92%
CMYK93.75%0.00%46.43%
56.08%

Color #07703C in popluar number systems.

HEX07703C
Decimal711260
Binary1111110000111100
Octal716074

Shades and tints

Shades of #07703C

#07703C
(7,112,60)
#076637
(7,102,55)
#075C32
(7,92,50)
#07522D
(7,82,45)
#074828
(7,72,40)
#073E23
(7,62,35)
#07341E
(7,52,30)
#072A19
(7,42,25)
#072014
(7,32,20)
#07160F
(7,22,15)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #07703C

#07703C
(7,112,60)
#1D7D4D
(29,125,77)
#338A5E
(51,138,94)
#49976F
(73,151,111)
#5FA480
(95,164,128)
#75B191
(117,177,145)
#8BBEA2
(139,190,162)
#A1CBB3
(161,203,179)
#B7D8C4
(183,216,196)
#CDE5D5
(205,229,213)
#E3F2E6
(227,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07703C; }

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

This text font color is #07703C.


Background Color

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

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

This div background color is #07703C.


Border color

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

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

This div border color is #07703C.


Opacity

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

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

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

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

This text has shadow with #07703C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07703C on black background.


Color preview on white background

This text has color #07703C on white background.



Black color preview on #07703C background

This text has black color on #07703C background.


White color preview on #07703C background

This text has white color on #07703C background.