COLOR #14876D

HEX: #14876D
RGB: (20,135,109)

Color info

#14876D contains mainly green and blue colors. Web safe color of #14876D is #009966 (or #096).

RGB color model

#14876D color RGB value is (20,135,109).

  • red value is 20;
  • green value is 135;
  • blue value is 109.
RGB:
(20,135,109)
(8%,53%,43%)

RGB channels and saturation

R 20 of 255 = 8%
G 135 of 255 = 53%
B 109 of 255 = 43%

20
135
109

R + G + B ~ 35%. #14876D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 135 + 109 = 264 (100%)
R 20 of 264 ~ 7.58%
G 135 of 264 ~ 51.14%
B 109 of 264 ~ 41.29%

%51.14
%41.29

CMYK color model

#14876D color CMYK value is (85,0,19,47).

  • cyan value is 85.19%
  • magenta value is 0.00%
  • yellow value is 19.26%
  • key color value is 47.06%
CMYK:
(85,0,19,47)
C85M0Y19K47 
(85%,0%,19%,47%)
(0.85/0.00/0.19/0.47)	

CMYK percentages

%85.19
%0
%19.26
%47.06

Codes

Color #14876D in popluar color models

14876D
RGB20135109
HSL166°74.19%30.39%
HSB/HSV166°85.19%52.94%
CMYK85.19%0.00%19.26%
47.06%

Color #14876D in popluar number systems.

HEX14876D
Decimal20135109
Binary10100100001111101101
Octal24207155

Shades and tints

Shades of #14876D

#14876D
(20,135,109)
#137B64
(19,123,100)
#126F5B
(18,111,91)
#116352
(17,99,82)
#105749
(16,87,73)
#0F4B40
(15,75,64)
#0E3F37
(14,63,55)
#0D332E
(13,51,46)
#0C2725
(12,39,37)
#0B1B1C
(11,27,28)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #14876D

#14876D
(20,135,109)
#29917A
(41,145,122)
#3E9B87
(62,155,135)
#53A594
(83,165,148)
#68AFA1
(104,175,161)
#7DB9AE
(125,185,174)
#92C3BB
(146,195,187)
#A7CDC8
(167,205,200)
#BCD7D5
(188,215,213)
#D1E1E2
(209,225,226)
#E6EBEF
(230,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14876D color. Also use rgb(20,135,109) instead hex code.

Text Font Color

.myTextColor { color: #14876D; }

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

This text font color is #14876D.


Background Color

.myBgColor { background-color: #14876D; }

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

This div background color is #14876D.


Border color

.myBorderColor { border: 1px solid #14876D; }

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

This div border color is #14876D.


Opacity

.myOpacity80 { color: #14876D; opacity: 0.8; }

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

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

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

This text has shadow with #14876D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14876D on black background.


Color preview on white background

This text has color #14876D on white background.



Black color preview on #14876D background

This text has black color on #14876D background.


White color preview on #14876D background

This text has white color on #14876D background.