COLOR #142324

HEX: #142324
RGB: (20,35,36)

Color info

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

RGB color model

#142324 color RGB value is (20,35,36).

  • red value is 20;
  • green value is 35;
  • blue value is 36.
RGB:
(20,35,36)
(8%,14%,14%)

RGB channels and saturation

R 20 of 255 = 8%
G 35 of 255 = 14%
B 36 of 255 = 14%

20
35
36

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

Portions of RGB colors in percentages

R + G + B =
20 + 35 + 36 = 91 (100%)
R 20 of 91 ~ 21.98%
G 35 of 91 ~ 38.46%
B 36 of 91 ~ 39.56%

%21.98
%38.46
%39.56

CMYK color model

#142324 color CMYK value is (44,3,0,86).

  • cyan value is 44.44%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(44,3,0,86)
C44M3Y0K86 
(44%,3%,0%,86%)
(0.44/0.03/0.00/0.86)	

CMYK percentages

%44.44
%2.78
%0
%85.88

Codes

Color #142324 in popluar color models

142324
RGB203536
HSL184°28.57%10.98%
HSB/HSV184°44.44%14.12%
CMYK44.44%2.78%0.00%
85.88%

Color #142324 in popluar number systems.

HEX142324
Decimal203536
Binary10100100011100100
Octal244344

Shades and tints

Shades of #142324

#142324
(20,35,36)
#132021
(19,32,33)
#121D1E
(18,29,30)
#111A1B
(17,26,27)
#101718
(16,23,24)
#0F1415
(15,20,21)
#0E1112
(14,17,18)
#0D0E0F
(13,14,15)
#0C0B0C
(12,11,12)
#0B0809
(11,8,9)
#0A0506
(10,5,6)
#000000
(0,0,0)

Tints of #142324

#142324
(20,35,36)
#293737
(41,55,55)
#3E4B4A
(62,75,74)
#535F5D
(83,95,93)
#687370
(104,115,112)
#7D8783
(125,135,131)
#929B96
(146,155,150)
#A7AFA9
(167,175,169)
#BCC3BC
(188,195,188)
#D1D7CF
(209,215,207)
#E6EBE2
(230,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #142324 color. Also use rgb(20,35,36) instead hex code.

Text Font Color

.myTextColor { color: #142324; }

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

This text font color is #142324.


Background Color

.myBgColor { background-color: #142324; }

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

This div background color is #142324.


Border color

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

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

This div border color is #142324.


Opacity

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

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

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

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

This text has shadow with #142324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142324 on black background.


Color preview on white background

This text has color #142324 on white background.



Black color preview on #142324 background

This text has black color on #142324 background.


White color preview on #142324 background

This text has white color on #142324 background.