COLOR #07710F

HEX: #07710F
RGB: (7,113,15)

Color info

#07710F contains mainly green color. Web safe color of #07710F is #006600 (or #060).

RGB color model

#07710F color RGB value is (7,113,15).

  • red value is 7;
  • green value is 113;
  • blue value is 15.
RGB:
(7,113,15)
(3%,44%,6%)

RGB channels and saturation

R 7 of 255 = 3%
G 113 of 255 = 44%
B 15 of 255 = 6%

7
113
15

R + G + B ~ 18%. #07710F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 113 + 15 = 135 (100%)
R 7 of 135 ~ 5.19%
G 113 of 135 ~ 83.7%
B 15 of 135 ~ 11.11%

%83.7
%11.11

CMYK color model

#07710F color CMYK value is (94,0,87,56).

  • cyan value is 93.81%
  • magenta value is 0.00%
  • yellow value is 86.73%
  • key color value is 55.69%
CMYK:
(94,0,87,56)
C94M0Y87K56 
(94%,0%,87%,56%)
(0.94/0.00/0.87/0.56)	

CMYK percentages

%93.81
%0
%86.73
%55.69

Codes

Color #07710F in popluar color models

07710F
RGB711315
HSL125°88.33%23.53%
HSB/HSV125°93.81%44.31%
CMYK93.81%0.00%86.73%
55.69%

Color #07710F in popluar number systems.

HEX07710F
Decimal711315
Binary11111100011111
Octal716117

Shades and tints

Shades of #07710F

#07710F
(7,113,15)
#07670E
(7,103,14)
#075D0D
(7,93,13)
#07530C
(7,83,12)
#07490B
(7,73,11)
#073F0A
(7,63,10)
#073509
(7,53,9)
#072B08
(7,43,8)
#072107
(7,33,7)
#071706
(7,23,6)
#070D05
(7,13,5)
#000000
(0,0,0)

Tints of #07710F

#07710F
(7,113,15)
#1D7D24
(29,125,36)
#338939
(51,137,57)
#49954E
(73,149,78)
#5FA163
(95,161,99)
#75AD78
(117,173,120)
#8BB98D
(139,185,141)
#A1C5A2
(161,197,162)
#B7D1B7
(183,209,183)
#CDDDCC
(205,221,204)
#E3E9E1
(227,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07710F color. Also use rgb(7,113,15) instead hex code.

Text Font Color

.myTextColor { color: #07710F; }

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

This text font color is #07710F.


Background Color

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

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

This div background color is #07710F.


Border color

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

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

This div border color is #07710F.


Opacity

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

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

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

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

This text has shadow with #07710F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07710F on black background.


Color preview on white background

This text has color #07710F on white background.



Black color preview on #07710F background

This text has black color on #07710F background.


White color preview on #07710F background

This text has white color on #07710F background.