COLOR #138B45

HEX: #138B45
RGB: (19,139,69)

Color info

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

RGB color model

#138B45 color RGB value is (19,139,69).

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

RGB channels and saturation

R 19 of 255 = 7%
G 139 of 255 = 55%
B 69 of 255 = 27%

19
139
69

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

Portions of RGB colors in percentages

R + G + B =
19 + 139 + 69 = 227 (100%)
R 19 of 227 ~ 8.37%
G 139 of 227 ~ 61.23%
B 69 of 227 ~ 30.4%

%61.23
%30.4

CMYK color model

#138B45 color CMYK value is (86,0,50,45).

  • cyan value is 86.33%
  • magenta value is 0.00%
  • yellow value is 50.36%
  • key color value is 45.49%
CMYK:
(86,0,50,45)
C86M0Y50K45 
(86%,0%,50%,45%)
(0.86/0.00/0.50/0.45)	

CMYK percentages

%86.33
%0
%50.36
%45.49

Codes

Color #138B45 in popluar color models

138B45
RGB1913969
HSL145°75.95%30.98%
HSB/HSV145°86.33%54.51%
CMYK86.33%0.00%50.36%
45.49%

Color #138B45 in popluar number systems.

HEX138B45
Decimal1913969
Binary10011100010111000101
Octal23213105

Shades and tints

Shades of #138B45

#138B45
(19,139,69)
#127F3F
(18,127,63)
#117339
(17,115,57)
#106733
(16,103,51)
#0F5B2D
(15,91,45)
#0E4F27
(14,79,39)
#0D4321
(13,67,33)
#0C371B
(12,55,27)
#0B2B15
(11,43,21)
#0A1F0F
(10,31,15)
#091309
(9,19,9)
#000000
(0,0,0)

Tints of #138B45

#138B45
(19,139,69)
#289555
(40,149,85)
#3D9F65
(61,159,101)
#52A975
(82,169,117)
#67B385
(103,179,133)
#7CBD95
(124,189,149)
#91C7A5
(145,199,165)
#A6D1B5
(166,209,181)
#BBDBC5
(187,219,197)
#D0E5D5
(208,229,213)
#E5EFE5
(229,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #138B45; }

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

This text font color is #138B45.


Background Color

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

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

This div background color is #138B45.


Border color

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

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

This div border color is #138B45.


Opacity

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

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

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

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

This text has shadow with #138B45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #138B45 on black background.


Color preview on white background

This text has color #138B45 on white background.



Black color preview on #138B45 background

This text has black color on #138B45 background.


White color preview on #138B45 background

This text has white color on #138B45 background.