COLOR #138C3B

HEX: #138C3B
RGB: (19,140,59)

Color info

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

RGB color model

#138C3B color RGB value is (19,140,59).

  • red value is 19;
  • green value is 140;
  • blue value is 59.
RGB:
(19,140,59)
(7%,55%,23%)

RGB channels and saturation

R 19 of 255 = 7%
G 140 of 255 = 55%
B 59 of 255 = 23%

19
140
59

R + G + B ~ 28%. #138C3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 140 + 59 = 218 (100%)
R 19 of 218 ~ 8.72%
G 140 of 218 ~ 64.22%
B 59 of 218 ~ 27.06%

%64.22
%27.06

CMYK color model

#138C3B color CMYK value is (86,0,58,45).

  • cyan value is 86.43%
  • magenta value is 0.00%
  • yellow value is 57.86%
  • key color value is 45.10%
CMYK:
(86,0,58,45)
C86M0Y58K45 
(86%,0%,58%,45%)
(0.86/0.00/0.58/0.45)	

CMYK percentages

%86.43
%0
%57.86
%45.1

Codes

Color #138C3B in popluar color models

138C3B
RGB1914059
HSL140°76.10%31.18%
HSB/HSV140°86.43%54.90%
CMYK86.43%0.00%57.86%
45.10%

Color #138C3B in popluar number systems.

HEX138C3B
Decimal1914059
Binary1001110001100111011
Octal2321473

Shades and tints

Shades of #138C3B

#138C3B
(19,140,59)
#128036
(18,128,54)
#117431
(17,116,49)
#10682C
(16,104,44)
#0F5C27
(15,92,39)
#0E5022
(14,80,34)
#0D441D
(13,68,29)
#0C3818
(12,56,24)
#0B2C13
(11,44,19)
#0A200E
(10,32,14)
#091409
(9,20,9)
#000000
(0,0,0)

Tints of #138C3B

#138C3B
(19,140,59)
#28964C
(40,150,76)
#3DA05D
(61,160,93)
#52AA6E
(82,170,110)
#67B47F
(103,180,127)
#7CBE90
(124,190,144)
#91C8A1
(145,200,161)
#A6D2B2
(166,210,178)
#BBDCC3
(187,220,195)
#D0E6D4
(208,230,212)
#E5F0E5
(229,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #138C3B color. Also use rgb(19,140,59) instead hex code.

Text Font Color

.myTextColor { color: #138C3B; }

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

This text font color is #138C3B.


Background Color

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

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

This div background color is #138C3B.


Border color

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

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

This div border color is #138C3B.


Opacity

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

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

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

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

This text has shadow with #138C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #138C3B on black background.


Color preview on white background

This text has color #138C3B on white background.



Black color preview on #138C3B background

This text has black color on #138C3B background.


White color preview on #138C3B background

This text has white color on #138C3B background.