COLOR #137030

HEX: #137030
RGB: (19,112,48)

Color info

#137030 contains mainly green color. Web safe color of #137030 is #006633 (or #063).

RGB color model

#137030 color RGB value is (19,112,48).

  • red value is 19;
  • green value is 112;
  • blue value is 48.
RGB:
(19,112,48)
(7%,44%,19%)

RGB channels and saturation

R 19 of 255 = 7%
G 112 of 255 = 44%
B 48 of 255 = 19%

19
112
48

R + G + B ~ 23%. #137030 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 112 + 48 = 179 (100%)
R 19 of 179 ~ 10.61%
G 112 of 179 ~ 62.57%
B 48 of 179 ~ 26.82%

%10.61
%62.57
%26.82

CMYK color model

#137030 color CMYK value is (83,0,57,56).

  • cyan value is 83.04%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 56.08%
CMYK:
(83,0,57,56)
C83M0Y57K56 
(83%,0%,57%,56%)
(0.83/0.00/0.57/0.56)	

CMYK percentages

%83.04
%0
%57.14
%56.08

Codes

Color #137030 in popluar color models

137030
RGB1911248
HSL139°70.99%25.69%
HSB/HSV139°83.04%43.92%
CMYK83.04%0.00%57.14%
56.08%

Color #137030 in popluar number systems.

HEX137030
Decimal1911248
Binary100111110000110000
Octal2316060

Shades and tints

Shades of #137030

#137030
(19,112,48)
#12662C
(18,102,44)
#115C28
(17,92,40)
#105224
(16,82,36)
#0F4820
(15,72,32)
#0E3E1C
(14,62,28)
#0D3418
(13,52,24)
#0C2A14
(12,42,20)
#0B2010
(11,32,16)
#0A160C
(10,22,12)
#090C08
(9,12,8)
#000000
(0,0,0)

Tints of #137030

#137030
(19,112,48)
#287D42
(40,125,66)
#3D8A54
(61,138,84)
#529766
(82,151,102)
#67A478
(103,164,120)
#7CB18A
(124,177,138)
#91BE9C
(145,190,156)
#A6CBAE
(166,203,174)
#BBD8C0
(187,216,192)
#D0E5D2
(208,229,210)
#E5F2E4
(229,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #137030 color. Also use rgb(19,112,48) instead hex code.

Text Font Color

.myTextColor { color: #137030; }

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

This text font color is #137030.


Background Color

.myBgColor { background-color: #137030; }

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

This div background color is #137030.


Border color

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

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

This div border color is #137030.


Opacity

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

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

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

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

This text has shadow with #137030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #137030 on black background.


Color preview on white background

This text has color #137030 on white background.



Black color preview on #137030 background

This text has black color on #137030 background.


White color preview on #137030 background

This text has white color on #137030 background.