COLOR #14563B

HEX: #14563B RGB: (20,86,59)

Color info

#14563B contains mainly green and blue colors. Web safe color of #14563B is #006633 (or #063).

RGB color model

#14563B color RGB value is (20,86,59).

RGB: (20,86,59) (8%, 34%, 23%)

RGB channels and saturation

R 20 of 255 = 8%
G 86 of 255 = 34%
B 59 of 255 = 23%

20
86
59

R + G + B ~ 22%. #14563B is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 86 + 59 = 165 (100%)
R 20 of 165 ~ 12.12%
G 86 of 165 ~ 52.12%
B 59 of 165 ~ 35.76'%

%12.12
%52.12
%35.76

CMYK color model

#14563B color CMYK value is (77,0,31,66).

  • cyan value is 76.74%
  • magenta value is 0.00%
  • yellow value is 31.40%
  • key color value is 66.27%

CMYK: (77,0,31,66)
C77M0Y31K66 (77%, 0%, 31%, 66%)
(0.77 / 0.00 / 0.31 / 0.66)

CMYK percentages

%76.74
%0
%31.4
%66.27

Codes

Color #14563B in popluar color models

14 56 3B
RGB 20 86 59
HSL 155° 62.26% 20.78%
HSB/HSV 155° 76.74% 33.73%
CMYK 76.74% 0.00% 31.40%
66.27%

Color #14563B in popluar number systems.

HEX 14 56 3B
Decimal 20 86 59
Binary 10100 1010110 111011
Octal 24 126 73

Shades and tints

Shades of #14563B

#14563B
(20,86,59)
#134F36
(19,79,54)
#124831
(18,72,49)
#11412C
(17,65,44)
#103A27
(16,58,39)
#0F3322
(15,51,34)
#0E2C1D
(14,44,29)
#0D2518
(13,37,24)
#0C1E13
(12,30,19)
#0B170E
(11,23,14)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #14563B

#14563B
(20,86,59)
#29654C
(41,101,76)
#3E745D
(62,116,93)
#53836E
(83,131,110)
#68927F
(104,146,127)
#7DA190
(125,161,144)
#92B0A1
(146,176,161)
#A7BFB2
(167,191,178)
#BCCEC3
(188,206,195)
#D1DDD4
(209,221,212)
#E6ECE5
(230,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14563B color. Also use rgb(20,86,59) instead hex code.

Text Font Color

.myTextColor { color: #14563B; }

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

This text font color is #14563B.

Background Color

.myBgColor { background-color: #14563B; }

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

This div background color is #14563B.

Border color

.myBorderColor { border: 1px solid #14563B; }

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

This div border color is #14563B.

Opacity

.myOpacity80 { color: #14563B; opacity: 0.8; }

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

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

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

This text has shadow with #14563B color.


.textShadow {text-shadow: 3px 3px 1px #14563B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #14563B; -webkit-box-shadow: 1px 1px 3px 2px #14563B; box-shadow:1px 1px 3px 2px #14563B;">
Div content here
</div>

This div box has shadow with color #14563B.

Preview

Color preview on black background

This text has color #14563B on black background.


Color preview on white background

This text has color #14563B on white background.


Black color preview on #14563B background

This text has black color on #14563B background.


White color preview on #14563B background

This text has white color on #14563B background.


Related colors

Complementary color

Complementary color for #hex is #EBA9C4.


I love getcolorcode.com

Triadic colors

1 #3B1456 and #563B14 with #14563B are triadic colors.

2 #3B5614 and #56143B with #14563B are triadic colors.