COLOR #137207

HEX: #137207
RGB: (19,114,7)

Color info

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

RGB color model

#137207 color RGB value is (19,114,7).

  • red value is 19;
  • green value is 114;
  • blue value is 7.
RGB:
(19,114,7)
(7%,45%,3%)

RGB channels and saturation

R 19 of 255 = 7%
G 114 of 255 = 45%
B 7 of 255 = 3%

19
114
7

R + G + B ~ 18%. #137207 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 114 + 7 = 140 (100%)
R 19 of 140 ~ 13.57%
G 114 of 140 ~ 81.43%
B 7 of 140 ~ 5%

%13.57
%81.43

CMYK color model

#137207 color CMYK value is (83,0,94,55).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 93.86%
  • key color value is 55.29%
CMYK:
(83,0,94,55)
C83M0Y94K55 
(83%,0%,94%,55%)
(0.83/0.00/0.94/0.55)	

CMYK percentages

%83.33
%0
%93.86
%55.29

Codes

Color #137207 in popluar color models

137207
RGB191147
HSL113°88.43%23.73%
HSB/HSV113°93.86%44.71%
CMYK83.33%0.00%93.86%
55.29%

Color #137207 in popluar number systems.

HEX137207
Decimal191147
Binary100111110010111
Octal231627

Shades and tints

Shades of #137207

#137207
(19,114,7)
#126807
(18,104,7)
#115E07
(17,94,7)
#105407
(16,84,7)
#0F4A07
(15,74,7)
#0E4007
(14,64,7)
#0D3607
(13,54,7)
#0C2C07
(12,44,7)
#0B2207
(11,34,7)
#0A1807
(10,24,7)
#090E07
(9,14,7)
#000000
(0,0,0)

Tints of #137207

#137207
(19,114,7)
#287E1D
(40,126,29)
#3D8A33
(61,138,51)
#529649
(82,150,73)
#67A25F
(103,162,95)
#7CAE75
(124,174,117)
#91BA8B
(145,186,139)
#A6C6A1
(166,198,161)
#BBD2B7
(187,210,183)
#D0DECD
(208,222,205)
#E5EAE3
(229,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #137207 color. Also use rgb(19,114,7) instead hex code.

Text Font Color

.myTextColor { color: #137207; }

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

This text font color is #137207.


Background Color

.myBgColor { background-color: #137207; }

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

This div background color is #137207.


Border color

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

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

This div border color is #137207.


Opacity

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

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

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

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

This text has shadow with #137207 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #137207 on black background.


Color preview on white background

This text has color #137207 on white background.



Black color preview on #137207 background

This text has black color on #137207 background.


White color preview on #137207 background

This text has white color on #137207 background.