COLOR #143511

HEX: #143511 RGB: (20,53,17)

Color info

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

RGB color model

#143511 color RGB value is (20,53,17).

RGB: (20,53,17) (8%, 21%, 7%)

RGB channels and saturation

R 20 of 255 = 8%
G 53 of 255 = 21%
B 17 of 255 = 7%

20
53
17

R + G + B ~ 12%. #143511 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 53 + 17 = 90 (100%)
R 20 of 90 ~ 22.22%
G 53 of 90 ~ 58.89%
B 17 of 90 ~ 18.89'%

%22.22
%58.89
%18.89

CMYK color model

#143511 color CMYK value is (62,0,68,79).

  • cyan value is 62.26%
  • magenta value is 0.00%
  • yellow value is 67.92%
  • key color value is 79.22%

CMYK: (62,0,68,79)
C62M0Y68K79 (62%, 0%, 68%, 79%)
(0.62 / 0.00 / 0.68 / 0.79)

CMYK percentages

%62.26
%0
%67.92
%79.22

Codes

Color #143511 in popluar color models

14 35 11
RGB 20 53 17
HSL 115° 51.43% 13.73%
HSB/HSV 115° 67.92% 20.78%
CMYK 62.26% 0.00% 67.92%
79.22%

Color #143511 in popluar number systems.

HEX 14 35 11
Decimal 20 53 17
Binary 10100 110101 10001
Octal 24 65 21

Shades and tints

Shades of #143511

#143511
(20,53,17)
#133110
(19,49,16)
#122D0F
(18,45,15)
#11290E
(17,41,14)
#10250D
(16,37,13)
#0F210C
(15,33,12)
#0E1D0B
(14,29,11)
#0D190A
(13,25,10)
#0C1509
(12,21,9)
#0B1108
(11,17,8)
#0A0D07
(10,13,7)
#000000
(0,0,0)

Tints of #143511

#143511
(20,53,17)
#294726
(41,71,38)
#3E593B
(62,89,59)
#536B50
(83,107,80)
#687D65
(104,125,101)
#7D8F7A
(125,143,122)
#92A18F
(146,161,143)
#A7B3A4
(167,179,164)
#BCC5B9
(188,197,185)
#D1D7CE
(209,215,206)
#E6E9E3
(230,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #143511 color. Also use rgb(20,53,17) instead hex code.

Text Font Color

.myTextColor { color: #143511; }

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

This text font color is #143511.

Background Color

.myBgColor { background-color: #143511; }

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

This div background color is #143511.

Border color

.myBorderColor { border: 1px solid #143511; }

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

This div border color is #143511.

Opacity

.myOpacity80 { color: #143511; opacity: 0.8; }

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

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

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

This text has shadow with #143511 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #143511.

Preview

Color preview on black background

This text has color #143511 on black background.


Color preview on white background

This text has color #143511 on white background.


Black color preview on #143511 background

This text has black color on #143511 background.


White color preview on #143511 background

This text has white color on #143511 background.


Related colors

Complementary color

Complementary color for #hex is #EBCAEE.


I love getcolorcode.com

Triadic colors

1 #111435 and #351114 with #143511 are triadic colors.

2 #113514 and #351411 with #143511 are triadic colors.