COLOR #143038

HEX: #143038
RGB: (20,48,56)

Color info

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

RGB color model

#143038 color RGB value is (20,48,56).

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

RGB channels and saturation

R 20 of 255 = 8%
G 48 of 255 = 19%
B 56 of 255 = 22%

20
48
56

R + G + B ~ 16%. #143038 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 48 + 56 = 124 (100%)
R 20 of 124 ~ 16.13%
G 48 of 124 ~ 38.71%
B 56 of 124 ~ 45.16%

%16.13
%38.71
%45.16

CMYK color model

#143038 color CMYK value is (64,14,0,78).

  • cyan value is 64.29%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(64,14,0,78)
C64M14Y0K78 
(64%,14%,0%,78%)
(0.64/0.14/0.00/0.78)	

CMYK percentages

%64.29
%14.29
%0
%78.04

Codes

Color #143038 in popluar color models

143038
RGB204856
HSL193°47.37%14.90%
HSB/HSV193°64.29%21.96%
CMYK64.29%14.29%0.00%
78.04%

Color #143038 in popluar number systems.

HEX143038
Decimal204856
Binary10100110000111000
Octal246070

Shades and tints

Shades of #143038

#143038
(20,48,56)
#132C33
(19,44,51)
#12282E
(18,40,46)
#112429
(17,36,41)
#102024
(16,32,36)
#0F1C1F
(15,28,31)
#0E181A
(14,24,26)
#0D1415
(13,20,21)
#0C1010
(12,16,16)
#0B0C0B
(11,12,11)
#0A0806
(10,8,6)
#000000
(0,0,0)

Tints of #143038

#143038
(20,48,56)
#29424A
(41,66,74)
#3E545C
(62,84,92)
#53666E
(83,102,110)
#687880
(104,120,128)
#7D8A92
(125,138,146)
#929CA4
(146,156,164)
#A7AEB6
(167,174,182)
#BCC0C8
(188,192,200)
#D1D2DA
(209,210,218)
#E6E4EC
(230,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #143038; }

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

This text font color is #143038.


Background Color

.myBgColor { background-color: #143038; }

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

This div background color is #143038.


Border color

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

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

This div border color is #143038.


Opacity

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

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

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

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

This text has shadow with #143038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143038 on black background.


Color preview on white background

This text has color #143038 on white background.



Black color preview on #143038 background

This text has black color on #143038 background.


White color preview on #143038 background

This text has white color on #143038 background.