COLOR #143351

HEX: #143351
RGB: (20,51,81)

Color info

#143351 contains mainly green and blue colors. Web safe color of #143351 is #003366 (or #036).

RGB color model

#143351 color RGB value is (20,51,81).

  • red value is 20;
  • green value is 51;
  • blue value is 81.
RGB:
(20,51,81)
(8%,20%,32%)

RGB channels and saturation

R 20 of 255 = 8%
G 51 of 255 = 20%
B 81 of 255 = 32%

20
51
81

R + G + B ~ 20%. #143351 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 51 + 81 = 152 (100%)
R 20 of 152 ~ 13.16%
G 51 of 152 ~ 33.55%
B 81 of 152 ~ 53.29%

%13.16
%33.55
%53.29

CMYK color model

#143351 color CMYK value is (75,37,0,68).

  • cyan value is 75.31%
  • magenta value is 37.04%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(75,37,0,68)
C75M37Y0K68 
(75%,37%,0%,68%)
(0.75/0.37/0.00/0.68)	

CMYK percentages

%75.31
%37.04
%0
%68.24

Codes

Color #143351 in popluar color models

143351
RGB205181
HSL210°60.40%19.80%
HSB/HSV210°75.31%31.76%
CMYK75.31%37.04%0.00%
68.24%

Color #143351 in popluar number systems.

HEX143351
Decimal205181
Binary101001100111010001
Octal2463121

Shades and tints

Shades of #143351

#143351
(20,51,81)
#132F4A
(19,47,74)
#122B43
(18,43,67)
#11273C
(17,39,60)
#102335
(16,35,53)
#0F1F2E
(15,31,46)
#0E1B27
(14,27,39)
#0D1720
(13,23,32)
#0C1319
(12,19,25)
#0B0F12
(11,15,18)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #143351

#143351
(20,51,81)
#294560
(41,69,96)
#3E576F
(62,87,111)
#53697E
(83,105,126)
#687B8D
(104,123,141)
#7D8D9C
(125,141,156)
#929FAB
(146,159,171)
#A7B1BA
(167,177,186)
#BCC3C9
(188,195,201)
#D1D5D8
(209,213,216)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #143351 color. Also use rgb(20,51,81) instead hex code.

Text Font Color

.myTextColor { color: #143351; }

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

This text font color is #143351.


Background Color

.myBgColor { background-color: #143351; }

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

This div background color is #143351.


Border color

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

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

This div border color is #143351.


Opacity

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

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

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

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

This text has shadow with #143351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143351 on black background.


Color preview on white background

This text has color #143351 on white background.



Black color preview on #143351 background

This text has black color on #143351 background.


White color preview on #143351 background

This text has white color on #143351 background.