COLOR #140333

HEX: #140333
RGB: (20,3,51)

Color info

#140333 contains red, green and blue colors in about the same proportion. Web safe color of #140333 is #000033 (or #003).

RGB color model

#140333 color RGB value is (20,3,51).

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

RGB channels and saturation

R 20 of 255 = 8%
G 3 of 255 = 1%
B 51 of 255 = 20%

20
3
51

R + G + B ~ 10%. #140333 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 3 + 51 = 74 (100%)
R 20 of 74 ~ 27.03%
G 3 of 74 ~ 4.05%
B 51 of 74 ~ 68.92%

%27.03
%68.92

CMYK color model

#140333 color CMYK value is (61,94,0,80).

  • cyan value is 60.78%
  • magenta value is 94.12%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(61,94,0,80)
C61M94Y0K80 
(61%,94%,0%,80%)
(0.61/0.94/0.00/0.80)	

CMYK percentages

%60.78
%94.12
%0
%80

Codes

Color #140333 in popluar color models

140333
RGB20351
HSL261°88.89%10.59%
HSB/HSV261°94.12%20.00%
CMYK60.78%94.12%0.00%
80.00%

Color #140333 in popluar number systems.

HEX140333
Decimal20351
Binary1010011110011
Octal24363

Shades and tints

Shades of #140333

#140333
(20,3,51)
#13032F
(19,3,47)
#12032B
(18,3,43)
#110327
(17,3,39)
#100323
(16,3,35)
#0F031F
(15,3,31)
#0E031B
(14,3,27)
#0D0317
(13,3,23)
#0C0313
(12,3,19)
#0B030F
(11,3,15)
#0A030B
(10,3,11)
#000000
(0,0,0)

Tints of #140333

#140333
(20,3,51)
#291945
(41,25,69)
#3E2F57
(62,47,87)
#534569
(83,69,105)
#685B7B
(104,91,123)
#7D718D
(125,113,141)
#92879F
(146,135,159)
#A79DB1
(167,157,177)
#BCB3C3
(188,179,195)
#D1C9D5
(209,201,213)
#E6DFE7
(230,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140333; }

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

This text font color is #140333.


Background Color

.myBgColor { background-color: #140333; }

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

This div background color is #140333.


Border color

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

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

This div border color is #140333.


Opacity

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

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

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

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

This text has shadow with #140333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140333 on black background.


Color preview on white background

This text has color #140333 on white background.



Black color preview on #140333 background

This text has black color on #140333 background.


White color preview on #140333 background

This text has white color on #140333 background.