COLOR #136E3A

HEX: #136E3A RGB: (19,110,58)

Color info

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

RGB color model

#136E3A color RGB value is (19,110,58).

RGB: (19,110,58) (7%, 43%, 23%)

RGB channels and saturation

R 19 of 255 = 7%
G 110 of 255 = 43%
B 58 of 255 = 23%

19
110
58

R + G + B ~ 24%. #136E3A is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 110 + 58 = 187 (100%)
R 19 of 187 ~ 10.16%
G 110 of 187 ~ 58.82%
B 58 of 187 ~ 31.02'%

%10.16
%58.82
%31.02

CMYK color model

#136E3A color CMYK value is (83,0,47,57).

  • cyan value is 82.73%
  • magenta value is 0.00%
  • yellow value is 47.27%
  • key color value is 56.86%
CMYK: (83,0,47,57) C83M0Y47K57 (83%,0%,47%,57%) (0.83/0.00/0.47/0.57) 

CMYK percentages

%82.73
%0
%47.27
%56.86

Codes

Color #136E3A in popluar color models

13 6E 3A
RGB 19 110 58
HSL 146° 70.54% 25.29%
HSB/HSV 146° 82.73% 43.14%
CMYK 82.73% 0.00% 47.27%
56.86%

Color #136E3A in popluar number systems.

HEX 13 6E 3A
Decimal 19 110 58
Binary 10011 1101110 111010
Octal 23 156 72

Shades and tints

Shades of #136E3A

#136E3A
(19,110,58)
#126435
(18,100,53)
#115A30
(17,90,48)
#10502B
(16,80,43)
#0F4626
(15,70,38)
#0E3C21
(14,60,33)
#0D321C
(13,50,28)
#0C2817
(12,40,23)
#0B1E12
(11,30,18)
#0A140D
(10,20,13)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #136E3A

#136E3A
(19,110,58)
#287B4B
(40,123,75)
#3D885C
(61,136,92)
#52956D
(82,149,109)
#67A27E
(103,162,126)
#7CAF8F
(124,175,143)
#91BCA0
(145,188,160)
#A6C9B1
(166,201,177)
#BBD6C2
(187,214,194)
#D0E3D3
(208,227,211)
#E5F0E4
(229,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #136E3A color. Also use rgb(19,110,58) instead hex code.

Text Font Color

.myTextColor { color: #136E3A; }

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

This text font color is #136E3A.

Background Color

.myBgColor { background-color: #136E3A; }

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

This div background color is #136E3A.

Border color

.myBorderColor { border: 1px solid #136E3A; }

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

This div border color is #136E3A.

Opacity

.myOpacity80 { color: #136E3A; opacity: 0.8; }

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

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

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

This text has shadow with #136E3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #136E3A.

Preview

Color preview on black background

This text has color #136E3A on black background.


Color preview on white background

This text has color #136E3A on white background.


Black color preview on #136E3A background

This text has black color on #136E3A background.


White color preview on #136E3A background

This text has white color on #136E3A background.


Related colors

Complementary color

Complementary color for #hex is #EC91C5.


I love getcolorcode.com

Triadic colors

1 #3A136E and #6E3A13 with #136E3A are triadic colors.

2 #3A6E13 and #6E133A with #136E3A are triadic colors.