COLOR #137142

HEX: #137142 RGB: (19,113,66)

Color info

#137142 contains mainly green and blue colors. Web safe color of #137142 is #006633 (or #063).

RGB color model

#137142 color RGB value is (19,113,66).

RGB: (19,113,66) (7%, 44%, 26%)

RGB channels and saturation

R 19 of 255 = 7%
G 113 of 255 = 44%
B 66 of 255 = 26%

19
113
66

R + G + B ~ 26%. #137142 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 113 + 66 = 198 (100%)
R 19 of 198 ~ 9.6%
G 113 of 198 ~ 57.07%
B 66 of 198 ~ 33.33'%

%57.07
%33.33

CMYK color model

#137142 color CMYK value is (83,0,42,56).

  • cyan value is 83.19%
  • magenta value is 0.00%
  • yellow value is 41.59%
  • key color value is 55.69%

CMYK: (83,0,42,56)
C83M0Y42K56 (83%, 0%, 42%, 56%)
(0.83 / 0.00 / 0.42 / 0.56)

CMYK percentages

%83.19
%0
%41.59
%55.69

Codes

Color #137142 in popluar color models

13 71 42
RGB 19 113 66
HSL 150° 71.21% 25.88%
HSB/HSV 150° 83.19% 44.31%
CMYK 83.19% 0.00% 41.59%
55.69%

Color #137142 in popluar number systems.

HEX 13 71 42
Decimal 19 113 66
Binary 10011 1110001 1000010
Octal 23 161 102

Shades and tints

Shades of #137142

#137142
(19,113,66)
#12673C
(18,103,60)
#115D36
(17,93,54)
#105330
(16,83,48)
#0F492A
(15,73,42)
#0E3F24
(14,63,36)
#0D351E
(13,53,30)
#0C2B18
(12,43,24)
#0B2112
(11,33,18)
#0A170C
(10,23,12)
#090D06
(9,13,6)
#000000
(0,0,0)

Tints of #137142

#137142
(19,113,66)
#287D53
(40,125,83)
#3D8964
(61,137,100)
#529575
(82,149,117)
#67A186
(103,161,134)
#7CAD97
(124,173,151)
#91B9A8
(145,185,168)
#A6C5B9
(166,197,185)
#BBD1CA
(187,209,202)
#D0DDDB
(208,221,219)
#E5E9EC
(229,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #137142; }

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

This text font color is #137142.

Background Color

.myBgColor { background-color: #137142; }

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

This div background color is #137142.

Border color

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

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

This div border color is #137142.

Opacity

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

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

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

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

This text has shadow with #137142 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #137142.

Preview

Color preview on black background

This text has color #137142 on black background.


Color preview on white background

This text has color #137142 on white background.


Black color preview on #137142 background

This text has black color on #137142 background.


White color preview on #137142 background

This text has white color on #137142 background.


Related colors

Complementary color

Complementary color for #hex is #EC8EBD.


I love getcolorcode.com

Triadic colors

1 #421371 and #714213 with #137142 are triadic colors.

2 #427113 and #711342 with #137142 are triadic colors.