COLOR #137B1A

HEX: #137B1A
RGB: (19,123,26)

Color info

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

RGB color model

#137B1A color RGB value is (19,123,26).

  • red value is 19;
  • green value is 123;
  • blue value is 26.
RGB:
(19,123,26)
(7%,48%,10%)

RGB channels and saturation

R 19 of 255 = 7%
G 123 of 255 = 48%
B 26 of 255 = 10%

19
123
26

R + G + B ~ 22%. #137B1A is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 123 + 26 = 168 (100%)
R 19 of 168 ~ 11.31%
G 123 of 168 ~ 73.21%
B 26 of 168 ~ 15.48%

%11.31
%73.21
%15.48

CMYK color model

#137B1A color CMYK value is (85,0,79,52).

  • cyan value is 84.55%
  • magenta value is 0.00%
  • yellow value is 78.86%
  • key color value is 51.76%
CMYK:
(85,0,79,52)
C85M0Y79K52 
(85%,0%,79%,52%)
(0.85/0.00/0.79/0.52)	

CMYK percentages

%84.55
%0
%78.86
%51.76

Codes

Color #137B1A in popluar color models

137B1A
RGB1912326
HSL124°73.24%27.84%
HSB/HSV124°84.55%48.24%
CMYK84.55%0.00%78.86%
51.76%

Color #137B1A in popluar number systems.

HEX137B1A
Decimal1912326
Binary10011111101111010
Octal2317332

Shades and tints

Shades of #137B1A

#137B1A
(19,123,26)
#127018
(18,112,24)
#116516
(17,101,22)
#105A14
(16,90,20)
#0F4F12
(15,79,18)
#0E4410
(14,68,16)
#0D390E
(13,57,14)
#0C2E0C
(12,46,12)
#0B230A
(11,35,10)
#0A1808
(10,24,8)
#090D06
(9,13,6)
#000000
(0,0,0)

Tints of #137B1A

#137B1A
(19,123,26)
#28872E
(40,135,46)
#3D9342
(61,147,66)
#529F56
(82,159,86)
#67AB6A
(103,171,106)
#7CB77E
(124,183,126)
#91C392
(145,195,146)
#A6CFA6
(166,207,166)
#BBDBBA
(187,219,186)
#D0E7CE
(208,231,206)
#E5F3E2
(229,243,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #137B1A; }

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

This text font color is #137B1A.


Background Color

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

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

This div background color is #137B1A.


Border color

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

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

This div border color is #137B1A.


Opacity

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

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

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

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

This text has shadow with #137B1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #137B1A on black background.


Color preview on white background

This text has color #137B1A on white background.



Black color preview on #137B1A background

This text has black color on #137B1A background.


White color preview on #137B1A background

This text has white color on #137B1A background.