COLOR #143E15

HEX: #143E15 RGB: (20,62,21)

Color info

#143E15 contains red, green and blue colors in about the same proportion. Web safe color of #143E15 is #003300 (or #030).

RGB color model

#143E15 color RGB value is (20,62,21).

RGB: (20,62,21) (8%, 24%, 8%)

RGB channels and saturation

R 20 of 255 = 8%
G 62 of 255 = 24%
B 21 of 255 = 8%

20
62
21

R + G + B ~ 13%. #143E15 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 62 + 21 = 103 (100%)
R 20 of 103 ~ 19.42%
G 62 of 103 ~ 60.19%
B 21 of 103 ~ 20.39'%

%19.42
%60.19
%20.39

CMYK color model

#143E15 color CMYK value is (68,0,66,76).

  • cyan value is 67.74%
  • magenta value is 0.00%
  • yellow value is 66.13%
  • key color value is 75.69%

CMYK: (68,0,66,76)
C68M0Y66K76 (68%, 0%, 66%, 76%)
(0.68 / 0.00 / 0.66 / 0.76)

CMYK percentages

%67.74
%0
%66.13
%75.69

Codes

Color #143E15 in popluar color models

14 3E 15
RGB 20 62 21
HSL 121° 51.22% 16.08%
HSB/HSV 121° 67.74% 24.31%
CMYK 67.74% 0.00% 66.13%
75.69%

Color #143E15 in popluar number systems.

HEX 14 3E 15
Decimal 20 62 21
Binary 10100 111110 10101
Octal 24 76 25

Shades and tints

Shades of #143E15

#143E15
(20,62,21)
#133914
(19,57,20)
#123413
(18,52,19)
#112F12
(17,47,18)
#102A11
(16,42,17)
#0F2510
(15,37,16)
#0E200F
(14,32,15)
#0D1B0E
(13,27,14)
#0C160D
(12,22,13)
#0B110C
(11,17,12)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #143E15

#143E15
(20,62,21)
#294F2A
(41,79,42)
#3E603F
(62,96,63)
#537154
(83,113,84)
#688269
(104,130,105)
#7D937E
(125,147,126)
#92A493
(146,164,147)
#A7B5A8
(167,181,168)
#BCC6BD
(188,198,189)
#D1D7D2
(209,215,210)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #143E15 color. Also use rgb(20,62,21) instead hex code.

Text Font Color

.myTextColor { color: #143E15; }

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

This text font color is #143E15.

Background Color

.myBgColor { background-color: #143E15; }

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

This div background color is #143E15.

Border color

.myBorderColor { border: 1px solid #143E15; }

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

This div border color is #143E15.

Opacity

.myOpacity80 { color: #143E15; opacity: 0.8; }

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

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

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

This text has shadow with #143E15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #143E15.

Preview

Color preview on black background

This text has color #143E15 on black background.


Color preview on white background

This text has color #143E15 on white background.


Black color preview on #143E15 background

This text has black color on #143E15 background.


White color preview on #143E15 background

This text has white color on #143E15 background.


Related colors

Complementary color

Complementary color for #hex is #EBC1EA.


I love getcolorcode.com

Triadic colors

1 #15143E and #3E1514 with #143E15 are triadic colors.

2 #153E14 and #3E1415 with #143E15 are triadic colors.