COLOR #424153

HEX: #424153
RGB: (66,65,83)

Color info

#424153 contains red, green and blue colors in about the same proportion. Web safe color of #424153 is #333366 (or #336).

RGB color model

#424153 color RGB value is (66,65,83).

  • red value is 66;
  • green value is 65;
  • blue value is 83.
RGB:
(66,65,83)
(26%,25%,33%)

RGB channels and saturation

R 66 of 255 = 26%
G 65 of 255 = 25%
B 83 of 255 = 33%

66
65
83

R + G + B ~ 28%. #424153 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 65 + 83 = 214 (100%)
R 66 of 214 ~ 30.84%
G 65 of 214 ~ 30.37%
B 83 of 214 ~ 38.79%

%30.84
%30.37
%38.79

CMYK color model

#424153 color CMYK value is (20,22,0,67).

  • cyan value is 20.48%
  • magenta value is 21.69%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(20,22,0,67)
C20M22Y0K67 
(20%,22%,0%,67%)
(0.20/0.22/0.00/0.67)	

CMYK percentages

%20.48
%21.69
%0
%67.45

Codes

Color #424153 in popluar color models

424153
RGB666583
HSL243°12.16%29.02%
HSB/HSV243°21.69%32.55%
CMYK20.48%21.69%0.00%
67.45%

Color #424153 in popluar number systems.

HEX424153
Decimal666583
Binary100001010000011010011
Octal102101123

Shades and tints

Shades of #424153

#424153
(66,65,83)
#3C3C4C
(60,60,76)
#363745
(54,55,69)
#30323E
(48,50,62)
#2A2D37
(42,45,55)
#242830
(36,40,48)
#1E2329
(30,35,41)
#181E22
(24,30,34)
#12191B
(18,25,27)
#0C1414
(12,20,20)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #424153

#424153
(66,65,83)
#535262
(83,82,98)
#646371
(100,99,113)
#757480
(117,116,128)
#86858F
(134,133,143)
#97969E
(151,150,158)
#A8A7AD
(168,167,173)
#B9B8BC
(185,184,188)
#CAC9CB
(202,201,203)
#DBDADA
(219,218,218)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424153 color. Also use rgb(66,65,83) instead hex code.

Text Font Color

.myTextColor { color: #424153; }

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

This text font color is #424153.


Background Color

.myBgColor { background-color: #424153; }

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

This div background color is #424153.


Border color

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

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

This div border color is #424153.


Opacity

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

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

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

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

This text has shadow with #424153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424153 on black background.


Color preview on white background

This text has color #424153 on white background.



Black color preview on #424153 background

This text has black color on #424153 background.


White color preview on #424153 background

This text has white color on #424153 background.