COLOR #136E3C

HEX: #136E3C RGB: (19,110,60)

Color info

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

RGB color model

#136E3C color RGB value is (19,110,60).

RGB: (19,110,60) (7%, 43%, 24%)

RGB channels and saturation

R 19 of 255 = 7%
G 110 of 255 = 43%
B 60 of 255 = 24%

19
110
60

R + G + B ~ 25%. #136E3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 110 + 60 = 189 (100%)
R 19 of 189 ~ 10.05%
G 110 of 189 ~ 58.2%
B 60 of 189 ~ 31.75'%

%58.2
%31.75

CMYK color model

#136E3C color CMYK value is (83,0,45,57).

  • cyan value is 82.73%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 56.86%

CMYK: (83,0,45,57)
C83M0Y45K57 (83%, 0%, 45%, 57%)
(0.83 / 0.00 / 0.45 / 0.57)

CMYK percentages

%82.73
%0
%45.45
%56.86

Codes

Color #136E3C in popluar color models

13 6E 3C
RGB 19 110 60
HSL 147° 70.54% 25.29%
HSB/HSV 147° 82.73% 43.14%
CMYK 82.73% 0.00% 45.45%
56.86%

Color #136E3C in popluar number systems.

HEX 13 6E 3C
Decimal 19 110 60
Binary 10011 1101110 111100
Octal 23 156 74

Shades and tints

Shades of #136E3C

#136E3C
(19,110,60)
#126437
(18,100,55)
#115A32
(17,90,50)
#10502D
(16,80,45)
#0F4628
(15,70,40)
#0E3C23
(14,60,35)
#0D321E
(13,50,30)
#0C2819
(12,40,25)
#0B1E14
(11,30,20)
#0A140F
(10,20,15)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #136E3C

#136E3C
(19,110,60)
#287B4D
(40,123,77)
#3D885E
(61,136,94)
#52956F
(82,149,111)
#67A280
(103,162,128)
#7CAF91
(124,175,145)
#91BCA2
(145,188,162)
#A6C9B3
(166,201,179)
#BBD6C4
(187,214,196)
#D0E3D5
(208,227,213)
#E5F0E6
(229,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #136E3C; }

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

This text font color is #136E3C.

Background Color

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

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

This div background color is #136E3C.

Border color

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

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

This div border color is #136E3C.

Opacity

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

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

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

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

This text has shadow with #136E3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #136E3C.

Preview

Color preview on black background

This text has color #136E3C on black background.


Color preview on white background

This text has color #136E3C on white background.


Black color preview on #136E3C background

This text has black color on #136E3C background.


White color preview on #136E3C background

This text has white color on #136E3C background.


Related colors

Complementary color

Complementary color for #hex is #EC91C3.


I love getcolorcode.com

Triadic colors

1 #3C136E and #6E3C13 with #136E3C are triadic colors.

2 #3C6E13 and #6E133C with #136E3C are triadic colors.