COLOR #137114

HEX: #137114
RGB: (19,113,20)

Color info

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

RGB color model

#137114 color RGB value is (19,113,20).

  • red value is 19;
  • green value is 113;
  • blue value is 20.
RGB:
(19,113,20)
(7%,44%,8%)

RGB channels and saturation

R 19 of 255 = 7%
G 113 of 255 = 44%
B 20 of 255 = 8%

19
113
20

R + G + B ~ 20%. #137114 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 113 + 20 = 152 (100%)
R 19 of 152 ~ 12.5%
G 113 of 152 ~ 74.34%
B 20 of 152 ~ 13.16%

%12.5
%74.34
%13.16

CMYK color model

#137114 color CMYK value is (83,0,82,56).

  • cyan value is 83.19%
  • magenta value is 0.00%
  • yellow value is 82.30%
  • key color value is 55.69%
CMYK:
(83,0,82,56)
C83M0Y82K56 
(83%,0%,82%,56%)
(0.83/0.00/0.82/0.56)	

CMYK percentages

%83.19
%0
%82.3
%55.69

Codes

Color #137114 in popluar color models

137114
RGB1911320
HSL121°71.21%25.88%
HSB/HSV121°83.19%44.31%
CMYK83.19%0.00%82.30%
55.69%

Color #137114 in popluar number systems.

HEX137114
Decimal1911320
Binary10011111000110100
Octal2316124

Shades and tints

Shades of #137114

#137114
(19,113,20)
#126713
(18,103,19)
#115D12
(17,93,18)
#105311
(16,83,17)
#0F4910
(15,73,16)
#0E3F0F
(14,63,15)
#0D350E
(13,53,14)
#0C2B0D
(12,43,13)
#0B210C
(11,33,12)
#0A170B
(10,23,11)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #137114

#137114
(19,113,20)
#287D29
(40,125,41)
#3D893E
(61,137,62)
#529553
(82,149,83)
#67A168
(103,161,104)
#7CAD7D
(124,173,125)
#91B992
(145,185,146)
#A6C5A7
(166,197,167)
#BBD1BC
(187,209,188)
#D0DDD1
(208,221,209)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #137114 color. Also use rgb(19,113,20) instead hex code.

Text Font Color

.myTextColor { color: #137114; }

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

This text font color is #137114.


Background Color

.myBgColor { background-color: #137114; }

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

This div background color is #137114.


Border color

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

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

This div border color is #137114.


Opacity

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

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

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

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

This text has shadow with #137114 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #137114 on black background.


Color preview on white background

This text has color #137114 on white background.



Black color preview on #137114 background

This text has black color on #137114 background.


White color preview on #137114 background

This text has white color on #137114 background.