COLOR #137815

HEX: #137815
RGB: (19,120,21)

Color info

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

RGB color model

#137815 color RGB value is (19,120,21).

  • red value is 19;
  • green value is 120;
  • blue value is 21.
RGB:
(19,120,21)
(7%,47%,8%)

RGB channels and saturation

R 19 of 255 = 7%
G 120 of 255 = 47%
B 21 of 255 = 8%

19
120
21

R + G + B ~ 21%. #137815 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 120 + 21 = 160 (100%)
R 19 of 160 ~ 11.88%
G 120 of 160 ~ 75%
B 21 of 160 ~ 13.13%

%11.88
%75
%13.13

CMYK color model

#137815 color CMYK value is (84,0,83,53).

  • cyan value is 84.17%
  • magenta value is 0.00%
  • yellow value is 82.50%
  • key color value is 52.94%
CMYK:
(84,0,83,53)
C84M0Y83K53 
(84%,0%,83%,53%)
(0.84/0.00/0.83/0.53)	

CMYK percentages

%84.17
%0
%82.5
%52.94

Codes

Color #137815 in popluar color models

137815
RGB1912021
HSL121°72.66%27.25%
HSB/HSV121°84.17%47.06%
CMYK84.17%0.00%82.50%
52.94%

Color #137815 in popluar number systems.

HEX137815
Decimal1912021
Binary10011111100010101
Octal2317025

Shades and tints

Shades of #137815

#137815
(19,120,21)
#126E14
(18,110,20)
#116413
(17,100,19)
#105A12
(16,90,18)
#0F5011
(15,80,17)
#0E4610
(14,70,16)
#0D3C0F
(13,60,15)
#0C320E
(12,50,14)
#0B280D
(11,40,13)
#0A1E0C
(10,30,12)
#09140B
(9,20,11)
#000000
(0,0,0)

Tints of #137815

#137815
(19,120,21)
#28842A
(40,132,42)
#3D903F
(61,144,63)
#529C54
(82,156,84)
#67A869
(103,168,105)
#7CB47E
(124,180,126)
#91C093
(145,192,147)
#A6CCA8
(166,204,168)
#BBD8BD
(187,216,189)
#D0E4D2
(208,228,210)
#E5F0E7
(229,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #137815 color. Also use rgb(19,120,21) instead hex code.

Text Font Color

.myTextColor { color: #137815; }

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

This text font color is #137815.


Background Color

.myBgColor { background-color: #137815; }

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

This div background color is #137815.


Border color

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

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

This div border color is #137815.


Opacity

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

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

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

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

This text has shadow with #137815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #137815 on black background.


Color preview on white background

This text has color #137815 on white background.



Black color preview on #137815 background

This text has black color on #137815 background.


White color preview on #137815 background

This text has white color on #137815 background.