COLOR #138639

HEX: #138639
RGB: (19,134,57)

Color info

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

RGB color model

#138639 color RGB value is (19,134,57).

  • red value is 19;
  • green value is 134;
  • blue value is 57.
RGB:
(19,134,57)
(7%,53%,22%)

RGB channels and saturation

R 19 of 255 = 7%
G 134 of 255 = 53%
B 57 of 255 = 22%

19
134
57

R + G + B ~ 27%. #138639 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 134 + 57 = 210 (100%)
R 19 of 210 ~ 9.05%
G 134 of 210 ~ 63.81%
B 57 of 210 ~ 27.14%

%63.81
%27.14

CMYK color model

#138639 color CMYK value is (86,0,57,47).

  • cyan value is 85.82%
  • magenta value is 0.00%
  • yellow value is 57.46%
  • key color value is 47.45%
CMYK:
(86,0,57,47)
C86M0Y57K47 
(86%,0%,57%,47%)
(0.86/0.00/0.57/0.47)	

CMYK percentages

%85.82
%0
%57.46
%47.45

Codes

Color #138639 in popluar color models

138639
RGB1913457
HSL140°75.16%30.00%
HSB/HSV140°85.82%52.55%
CMYK85.82%0.00%57.46%
47.45%

Color #138639 in popluar number systems.

HEX138639
Decimal1913457
Binary1001110000110111001
Octal2320671

Shades and tints

Shades of #138639

#138639
(19,134,57)
#127A34
(18,122,52)
#116E2F
(17,110,47)
#10622A
(16,98,42)
#0F5625
(15,86,37)
#0E4A20
(14,74,32)
#0D3E1B
(13,62,27)
#0C3216
(12,50,22)
#0B2611
(11,38,17)
#0A1A0C
(10,26,12)
#090E07
(9,14,7)
#000000
(0,0,0)

Tints of #138639

#138639
(19,134,57)
#28914B
(40,145,75)
#3D9C5D
(61,156,93)
#52A76F
(82,167,111)
#67B281
(103,178,129)
#7CBD93
(124,189,147)
#91C8A5
(145,200,165)
#A6D3B7
(166,211,183)
#BBDEC9
(187,222,201)
#D0E9DB
(208,233,219)
#E5F4ED
(229,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #138639 color. Also use rgb(19,134,57) instead hex code.

Text Font Color

.myTextColor { color: #138639; }

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

This text font color is #138639.


Background Color

.myBgColor { background-color: #138639; }

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

This div background color is #138639.


Border color

.myBorderColor { border: 1px solid #138639; }

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

This div border color is #138639.


Opacity

.myOpacity80 { color: #138639; opacity: 0.8; }

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

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

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

This text has shadow with #138639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #138639 on black background.


Color preview on white background

This text has color #138639 on white background.



Black color preview on #138639 background

This text has black color on #138639 background.


White color preview on #138639 background

This text has white color on #138639 background.