COLOR #143C17

HEX: #143C17
RGB: (20,60,23)

Color info

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

RGB color model

#143C17 color RGB value is (20,60,23).

  • red value is 20;
  • green value is 60;
  • blue value is 23.
RGB:
(20,60,23)
(8%,24%,9%)

RGB channels and saturation

R 20 of 255 = 8%
G 60 of 255 = 24%
B 23 of 255 = 9%

20
60
23

R + G + B ~ 14%. #143C17 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 60 + 23 = 103 (100%)
R 20 of 103 ~ 19.42%
G 60 of 103 ~ 58.25%
B 23 of 103 ~ 22.33%

%19.42
%58.25
%22.33

CMYK color model

#143C17 color CMYK value is (67,0,62,76).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 61.67%
  • key color value is 76.47%
CMYK:
(67,0,62,76)
C67M0Y62K76 
(67%,0%,62%,76%)
(0.67/0.00/0.62/0.76)	

CMYK percentages

%66.67
%0
%61.67
%76.47

Codes

Color #143C17 in popluar color models

143C17
RGB206023
HSL125°50.00%15.69%
HSB/HSV125°66.67%23.53%
CMYK66.67%0.00%61.67%
76.47%

Color #143C17 in popluar number systems.

HEX143C17
Decimal206023
Binary1010011110010111
Octal247427

Shades and tints

Shades of #143C17

#143C17
(20,60,23)
#133715
(19,55,21)
#123213
(18,50,19)
#112D11
(17,45,17)
#10280F
(16,40,15)
#0F230D
(15,35,13)
#0E1E0B
(14,30,11)
#0D1909
(13,25,9)
#0C1407
(12,20,7)
#0B0F05
(11,15,5)
#0A0A03
(10,10,3)
#000000
(0,0,0)

Tints of #143C17

#143C17
(20,60,23)
#294D2C
(41,77,44)
#3E5E41
(62,94,65)
#536F56
(83,111,86)
#68806B
(104,128,107)
#7D9180
(125,145,128)
#92A295
(146,162,149)
#A7B3AA
(167,179,170)
#BCC4BF
(188,196,191)
#D1D5D4
(209,213,212)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #143C17 color. Also use rgb(20,60,23) instead hex code.

Text Font Color

.myTextColor { color: #143C17; }

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

This text font color is #143C17.


Background Color

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

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

This div background color is #143C17.


Border color

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

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

This div border color is #143C17.


Opacity

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

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

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

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

This text has shadow with #143C17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143C17 on black background.


Color preview on white background

This text has color #143C17 on white background.



Black color preview on #143C17 background

This text has black color on #143C17 background.


White color preview on #143C17 background

This text has white color on #143C17 background.