COLOR #137C13

HEX: #137C13
RGB: (19,124,19)

Color info

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

RGB color model

#137C13 color RGB value is (19,124,19).

  • red value is 19;
  • green value is 124;
  • blue value is 19.
RGB:
(19,124,19)
(7%,49%,7%)

RGB channels and saturation

R 19 of 255 = 7%
G 124 of 255 = 49%
B 19 of 255 = 7%

19
124
19

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

Portions of RGB colors in percentages

R + G + B =
19 + 124 + 19 = 162 (100%)
R 19 of 162 ~ 11.73%
G 124 of 162 ~ 76.54%
B 19 of 162 ~ 11.73%

%11.73
%76.54
%11.73

CMYK color model

#137C13 color CMYK value is (85,0,85,51).

  • cyan value is 84.68%
  • magenta value is 0.00%
  • yellow value is 84.68%
  • key color value is 51.37%
CMYK:
(85,0,85,51)
C85M0Y85K51 
(85%,0%,85%,51%)
(0.85/0.00/0.85/0.51)	

CMYK percentages

%84.68
%0
%84.68
%51.37

Codes

Color #137C13 in popluar color models

137C13
RGB1912419
HSL120°73.43%28.04%
HSB/HSV120°84.68%48.63%
CMYK84.68%0.00%84.68%
51.37%

Color #137C13 in popluar number systems.

HEX137C13
Decimal1912419
Binary10011111110010011
Octal2317423

Shades and tints

Shades of #137C13

#137C13
(19,124,19)
#127112
(18,113,18)
#116611
(17,102,17)
#105B10
(16,91,16)
#0F500F
(15,80,15)
#0E450E
(14,69,14)
#0D3A0D
(13,58,13)
#0C2F0C
(12,47,12)
#0B240B
(11,36,11)
#0A190A
(10,25,10)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #137C13

#137C13
(19,124,19)
#288728
(40,135,40)
#3D923D
(61,146,61)
#529D52
(82,157,82)
#67A867
(103,168,103)
#7CB37C
(124,179,124)
#91BE91
(145,190,145)
#A6C9A6
(166,201,166)
#BBD4BB
(187,212,187)
#D0DFD0
(208,223,208)
#E5EAE5
(229,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #137C13 color. Also use rgb(19,124,19) instead hex code.

Text Font Color

.myTextColor { color: #137C13; }

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

This text font color is #137C13.


Background Color

.myBgColor { background-color: #137C13; }

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

This div background color is #137C13.


Border color

.myBorderColor { border: 1px solid #137C13; }

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

This div border color is #137C13.


Opacity

.myOpacity80 { color: #137C13; opacity: 0.8; }

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

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

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

This text has shadow with #137C13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #137C13 on black background.


Color preview on white background

This text has color #137C13 on white background.



Black color preview on #137C13 background

This text has black color on #137C13 background.


White color preview on #137C13 background

This text has white color on #137C13 background.