COLOR #143829

HEX: #143829
RGB: (20,56,41)

Color info

#143829 contains red, green and blue colors in about the same proportion. Web safe color of #143829 is #003333 (or #033).

RGB color model

#143829 color RGB value is (20,56,41).

  • red value is 20;
  • green value is 56;
  • blue value is 41.
RGB:
(20,56,41)
(8%,22%,16%)

RGB channels and saturation

R 20 of 255 = 8%
G 56 of 255 = 22%
B 41 of 255 = 16%

20
56
41

R + G + B ~ 15%. #143829 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 56 + 41 = 117 (100%)
R 20 of 117 ~ 17.09%
G 56 of 117 ~ 47.86%
B 41 of 117 ~ 35.04%

%17.09
%47.86
%35.04

CMYK color model

#143829 color CMYK value is (64,0,27,78).

  • cyan value is 64.29%
  • magenta value is 0.00%
  • yellow value is 26.79%
  • key color value is 78.04%
CMYK:
(64,0,27,78)
C64M0Y27K78 
(64%,0%,27%,78%)
(0.64/0.00/0.27/0.78)	

CMYK percentages

%64.29
%0
%26.79
%78.04

Codes

Color #143829 in popluar color models

143829
RGB205641
HSL155°47.37%14.90%
HSB/HSV155°64.29%21.96%
CMYK64.29%0.00%26.79%
78.04%

Color #143829 in popluar number systems.

HEX143829
Decimal205641
Binary10100111000101001
Octal247051

Shades and tints

Shades of #143829

#143829
(20,56,41)
#133326
(19,51,38)
#122E23
(18,46,35)
#112920
(17,41,32)
#10241D
(16,36,29)
#0F1F1A
(15,31,26)
#0E1A17
(14,26,23)
#0D1514
(13,21,20)
#0C1011
(12,16,17)
#0B0B0E
(11,11,14)
#0A060B
(10,6,11)
#000000
(0,0,0)

Tints of #143829

#143829
(20,56,41)
#294A3C
(41,74,60)
#3E5C4F
(62,92,79)
#536E62
(83,110,98)
#688075
(104,128,117)
#7D9288
(125,146,136)
#92A49B
(146,164,155)
#A7B6AE
(167,182,174)
#BCC8C1
(188,200,193)
#D1DAD4
(209,218,212)
#E6ECE7
(230,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #143829 color. Also use rgb(20,56,41) instead hex code.

Text Font Color

.myTextColor { color: #143829; }

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

This text font color is #143829.


Background Color

.myBgColor { background-color: #143829; }

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

This div background color is #143829.


Border color

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

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

This div border color is #143829.


Opacity

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

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

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

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

This text has shadow with #143829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143829 on black background.


Color preview on white background

This text has color #143829 on white background.



Black color preview on #143829 background

This text has black color on #143829 background.


White color preview on #143829 background

This text has white color on #143829 background.