COLOR #138B4B

HEX: #138B4B
RGB: (19,139,75)

Color info

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

RGB color model

#138B4B color RGB value is (19,139,75).

  • red value is 19;
  • green value is 139;
  • blue value is 75.
RGB:
(19,139,75)
(7%,55%,29%)

RGB channels and saturation

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

19
139
75

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

Portions of RGB colors in percentages

R + G + B =
19 + 139 + 75 = 233 (100%)
R 19 of 233 ~ 8.15%
G 139 of 233 ~ 59.66%
B 75 of 233 ~ 32.19%

%59.66
%32.19

CMYK color model

#138B4B color CMYK value is (86,0,46,45).

  • cyan value is 86.33%
  • magenta value is 0.00%
  • yellow value is 46.04%
  • key color value is 45.49%
CMYK:
(86,0,46,45)
C86M0Y46K45 
(86%,0%,46%,45%)
(0.86/0.00/0.46/0.45)	

CMYK percentages

%86.33
%0
%46.04
%45.49

Codes

Color #138B4B in popluar color models

138B4B
RGB1913975
HSL148°75.95%30.98%
HSB/HSV148°86.33%54.51%
CMYK86.33%0.00%46.04%
45.49%

Color #138B4B in popluar number systems.

HEX138B4B
Decimal1913975
Binary10011100010111001011
Octal23213113

Shades and tints

Shades of #138B4B

#138B4B
(19,139,75)
#127F45
(18,127,69)
#11733F
(17,115,63)
#106739
(16,103,57)
#0F5B33
(15,91,51)
#0E4F2D
(14,79,45)
#0D4327
(13,67,39)
#0C3721
(12,55,33)
#0B2B1B
(11,43,27)
#0A1F15
(10,31,21)
#09130F
(9,19,15)
#000000
(0,0,0)

Tints of #138B4B

#138B4B
(19,139,75)
#28955B
(40,149,91)
#3D9F6B
(61,159,107)
#52A97B
(82,169,123)
#67B38B
(103,179,139)
#7CBD9B
(124,189,155)
#91C7AB
(145,199,171)
#A6D1BB
(166,209,187)
#BBDBCB
(187,219,203)
#D0E5DB
(208,229,219)
#E5EFEB
(229,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #138B4B; }

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

This text font color is #138B4B.


Background Color

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

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

This div background color is #138B4B.


Border color

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

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

This div border color is #138B4B.


Opacity

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

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

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

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

This text has shadow with #138B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #138B4B on black background.


Color preview on white background

This text has color #138B4B on white background.



Black color preview on #138B4B background

This text has black color on #138B4B background.


White color preview on #138B4B background

This text has white color on #138B4B background.