COLOR #07670F

HEX: #07670F
RGB: (7,103,15)

Color info

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

RGB color model

#07670F color RGB value is (7,103,15).

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

RGB channels and saturation

R 7 of 255 = 3%
G 103 of 255 = 40%
B 15 of 255 = 6%

7
103
15

R + G + B ~ 16%. #07670F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 103 + 15 = 125 (100%)
R 7 of 125 ~ 5.6%
G 103 of 125 ~ 82.4%
B 15 of 125 ~ 12%

%82.4
%12

CMYK color model

#07670F color CMYK value is (93,0,85,60).

  • cyan value is 93.20%
  • magenta value is 0.00%
  • yellow value is 85.44%
  • key color value is 59.61%
CMYK:
(93,0,85,60)
C93M0Y85K60 
(93%,0%,85%,60%)
(0.93/0.00/0.85/0.60)	

CMYK percentages

%93.2
%0
%85.44
%59.61

Codes

Color #07670F in popluar color models

07670F
RGB710315
HSL125°87.27%21.57%
HSB/HSV125°93.20%40.39%
CMYK93.20%0.00%85.44%
59.61%

Color #07670F in popluar number systems.

HEX07670F
Decimal710315
Binary11111001111111
Octal714717

Shades and tints

Shades of #07670F

#07670F
(7,103,15)
#075E0E
(7,94,14)
#07550D
(7,85,13)
#074C0C
(7,76,12)
#07430B
(7,67,11)
#073A0A
(7,58,10)
#073109
(7,49,9)
#072808
(7,40,8)
#071F07
(7,31,7)
#071606
(7,22,6)
#070D05
(7,13,5)
#000000
(0,0,0)

Tints of #07670F

#07670F
(7,103,15)
#1D7424
(29,116,36)
#338139
(51,129,57)
#498E4E
(73,142,78)
#5F9B63
(95,155,99)
#75A878
(117,168,120)
#8BB58D
(139,181,141)
#A1C2A2
(161,194,162)
#B7CFB7
(183,207,183)
#CDDCCC
(205,220,204)
#E3E9E1
(227,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07670F; }

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

This text font color is #07670F.


Background Color

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

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

This div background color is #07670F.


Border color

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

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

This div border color is #07670F.


Opacity

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

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

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

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

This text has shadow with #07670F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07670F on black background.


Color preview on white background

This text has color #07670F on white background.



Black color preview on #07670F background

This text has black color on #07670F background.


White color preview on #07670F background

This text has white color on #07670F background.