COLOR #075615

HEX: #075615
RGB: (7,86,21)

Color info

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

RGB color model

#075615 color RGB value is (7,86,21).

  • red value is 7;
  • green value is 86;
  • blue value is 21.
RGB:
(7,86,21)
(3%,34%,8%)

RGB channels and saturation

R 7 of 255 = 3%
G 86 of 255 = 34%
B 21 of 255 = 8%

7
86
21

R + G + B ~ 15%. #075615 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 86 + 21 = 114 (100%)
R 7 of 114 ~ 6.14%
G 86 of 114 ~ 75.44%
B 21 of 114 ~ 18.42%

%75.44
%18.42

CMYK color model

#075615 color CMYK value is (92,0,76,66).

  • cyan value is 91.86%
  • magenta value is 0.00%
  • yellow value is 75.58%
  • key color value is 66.27%
CMYK:
(92,0,76,66)
C92M0Y76K66 
(92%,0%,76%,66%)
(0.92/0.00/0.76/0.66)	

CMYK percentages

%91.86
%0
%75.58
%66.27

Codes

Color #075615 in popluar color models

075615
RGB78621
HSL131°84.95%18.24%
HSB/HSV131°91.86%33.73%
CMYK91.86%0.00%75.58%
66.27%

Color #075615 in popluar number systems.

HEX075615
Decimal78621
Binary111101011010101
Octal712625

Shades and tints

Shades of #075615

#075615
(7,86,21)
#074F14
(7,79,20)
#074813
(7,72,19)
#074112
(7,65,18)
#073A11
(7,58,17)
#073310
(7,51,16)
#072C0F
(7,44,15)
#07250E
(7,37,14)
#071E0D
(7,30,13)
#07170C
(7,23,12)
#07100B
(7,16,11)
#000000
(0,0,0)

Tints of #075615

#075615
(7,86,21)
#1D652A
(29,101,42)
#33743F
(51,116,63)
#498354
(73,131,84)
#5F9269
(95,146,105)
#75A17E
(117,161,126)
#8BB093
(139,176,147)
#A1BFA8
(161,191,168)
#B7CEBD
(183,206,189)
#CDDDD2
(205,221,210)
#E3ECE7
(227,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #075615 color. Also use rgb(7,86,21) instead hex code.

Text Font Color

.myTextColor { color: #075615; }

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

This text font color is #075615.


Background Color

.myBgColor { background-color: #075615; }

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

This div background color is #075615.


Border color

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

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

This div border color is #075615.


Opacity

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

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

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

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

This text has shadow with #075615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075615 on black background.


Color preview on white background

This text has color #075615 on white background.



Black color preview on #075615 background

This text has black color on #075615 background.


White color preview on #075615 background

This text has white color on #075615 background.