COLOR #138D4B

HEX: #138D4B RGB: (19,141,75)

Color info

#138D4B contains mainly green color. Web safe color of #138D4B is #009933 (or #093).

RGB color model

#138D4B color RGB value is (19,141,75).

RGB: (19,141,75) (7%, 55%, 29%)

RGB channels and saturation

R 19 of 255 = 7%
G 141 of 255 = 55%
B 75 of 255 = 29%

19
141
75

R + G + B ~ 30%. #138D4B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 141 + 75 = 235 (100%)
R 19 of 235 ~ 8.09%
G 141 of 235 ~ 60%
B 75 of 235 ~ 31.91'%

%60
%31.91

CMYK color model

#138D4B color CMYK value is (87,0,47,45).

  • cyan value is 86.52%
  • magenta value is 0.00%
  • yellow value is 46.81%
  • key color value is 44.71%

CMYK: (87,0,47,45)
C87M0Y47K45 (87%, 0%, 47%, 45%)
(0.87 / 0.00 / 0.47 / 0.45)

CMYK percentages

%86.52
%0
%46.81
%44.71

Codes

Color #138D4B in popluar color models

13 8D 4B
RGB 19 141 75
HSL 148° 76.25% 31.37%
HSB/HSV 148° 86.52% 55.29%
CMYK 86.52% 0.00% 46.81%
44.71%

Color #138D4B in popluar number systems.

HEX 13 8D 4B
Decimal 19 141 75
Binary 10011 10001101 1001011
Octal 23 215 113

Shades and tints

Shades of #138D4B

#138D4B
(19,141,75)
#128145
(18,129,69)
#11753F
(17,117,63)
#106939
(16,105,57)
#0F5D33
(15,93,51)
#0E512D
(14,81,45)
#0D4527
(13,69,39)
#0C3921
(12,57,33)
#0B2D1B
(11,45,27)
#0A2115
(10,33,21)
#09150F
(9,21,15)
#000000
(0,0,0)

Tints of #138D4B

#138D4B
(19,141,75)
#28975B
(40,151,91)
#3DA16B
(61,161,107)
#52AB7B
(82,171,123)
#67B58B
(103,181,139)
#7CBF9B
(124,191,155)
#91C9AB
(145,201,171)
#A6D3BB
(166,211,187)
#BBDDCB
(187,221,203)
#D0E7DB
(208,231,219)
#E5F1EB
(229,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #138D4B color. Also use rgb(19,141,75) instead hex code.

Text Font Color

.myTextColor { color: #138D4B; }

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

This text font color is #138D4B.

Background Color

.myBgColor { background-color: #138D4B; }

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

This div background color is #138D4B.

Border color

.myBorderColor { border: 1px solid #138D4B; }

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

This div border color is #138D4B.

Opacity

.myOpacity80 { color: #138D4B; opacity: 0.8; }

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

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

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

This text has shadow with #138D4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #138D4B.

Preview

Color preview on black background

This text has color #138D4B on black background.


Color preview on white background

This text has color #138D4B on white background.


Black color preview on #138D4B background

This text has black color on #138D4B background.


White color preview on #138D4B background

This text has white color on #138D4B background.


Related colors

Complementary color

Complementary color for #hex is #EC72B4.


I love getcolorcode.com

Triadic colors

1 #4B138D and #8D4B13 with #138D4B are triadic colors.

2 #4B8D13 and #8D134B with #138D4B are triadic colors.