COLOR #14837F

HEX: #14837F
RGB: (20,131,127)

Color info

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

RGB color model

#14837F color RGB value is (20,131,127).

  • red value is 20;
  • green value is 131;
  • blue value is 127.
RGB:
(20,131,127)
(8%,51%,50%)

RGB channels and saturation

R 20 of 255 = 8%
G 131 of 255 = 51%
B 127 of 255 = 50%

20
131
127

R + G + B ~ 36%. #14837F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 131 + 127 = 278 (100%)
R 20 of 278 ~ 7.19%
G 131 of 278 ~ 47.12%
B 127 of 278 ~ 45.68%

%47.12
%45.68

CMYK color model

#14837F color CMYK value is (85,0,3,49).

  • cyan value is 84.73%
  • magenta value is 0.00%
  • yellow value is 3.05%
  • key color value is 48.63%
CMYK:
(85,0,3,49)
C85M0Y3K49 
(85%,0%,3%,49%)
(0.85/0.00/0.03/0.49)	

CMYK percentages

%84.73
%0
%3.05
%48.63

Codes

Color #14837F in popluar color models

14837F
RGB20131127
HSL178°73.51%29.61%
HSB/HSV178°84.73%51.37%
CMYK84.73%0.00%3.05%
48.63%

Color #14837F in popluar number systems.

HEX14837F
Decimal20131127
Binary10100100000111111111
Octal24203177

Shades and tints

Shades of #14837F

#14837F
(20,131,127)
#137874
(19,120,116)
#126D69
(18,109,105)
#11625E
(17,98,94)
#105753
(16,87,83)
#0F4C48
(15,76,72)
#0E413D
(14,65,61)
#0D3632
(13,54,50)
#0C2B27
(12,43,39)
#0B201C
(11,32,28)
#0A1511
(10,21,17)
#000000
(0,0,0)

Tints of #14837F

#14837F
(20,131,127)
#298E8A
(41,142,138)
#3E9995
(62,153,149)
#53A4A0
(83,164,160)
#68AFAB
(104,175,171)
#7DBAB6
(125,186,182)
#92C5C1
(146,197,193)
#A7D0CC
(167,208,204)
#BCDBD7
(188,219,215)
#D1E6E2
(209,230,226)
#E6F1ED
(230,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14837F color. Also use rgb(20,131,127) instead hex code.

Text Font Color

.myTextColor { color: #14837F; }

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

This text font color is #14837F.


Background Color

.myBgColor { background-color: #14837F; }

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

This div background color is #14837F.


Border color

.myBorderColor { border: 1px solid #14837F; }

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

This div border color is #14837F.


Opacity

.myOpacity80 { color: #14837F; opacity: 0.8; }

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

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

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

This text has shadow with #14837F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14837F on black background.


Color preview on white background

This text has color #14837F on white background.



Black color preview on #14837F background

This text has black color on #14837F background.


White color preview on #14837F background

This text has white color on #14837F background.