COLOR #423B4E

HEX: #423B4E
RGB: (66,59,78)

Color info

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

RGB color model

#423B4E color RGB value is (66,59,78).

  • red value is 66;
  • green value is 59;
  • blue value is 78.
RGB:
(66,59,78)
(26%,23%,31%)

RGB channels and saturation

R 66 of 255 = 26%
G 59 of 255 = 23%
B 78 of 255 = 31%

66
59
78

R + G + B ~ 27%. #423B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 59 + 78 = 203 (100%)
R 66 of 203 ~ 32.51%
G 59 of 203 ~ 29.06%
B 78 of 203 ~ 38.42%

%32.51
%29.06
%38.42

CMYK color model

#423B4E color CMYK value is (15,24,0,69).

  • cyan value is 15.38%
  • magenta value is 24.36%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(15,24,0,69)
C15M24Y0K69 
(15%,24%,0%,69%)
(0.15/0.24/0.00/0.69)	

CMYK percentages

%15.38
%24.36
%0
%69.41

Codes

Color #423B4E in popluar color models

423B4E
RGB665978
HSL262°13.87%26.86%
HSB/HSV262°24.36%30.59%
CMYK15.38%24.36%0.00%
69.41%

Color #423B4E in popluar number systems.

HEX423B4E
Decimal665978
Binary10000101110111001110
Octal10273116

Shades and tints

Shades of #423B4E

#423B4E
(66,59,78)
#3C3647
(60,54,71)
#363140
(54,49,64)
#302C39
(48,44,57)
#2A2732
(42,39,50)
#24222B
(36,34,43)
#1E1D24
(30,29,36)
#18181D
(24,24,29)
#121316
(18,19,22)
#0C0E0F
(12,14,15)
#060908
(6,9,8)
#000000
(0,0,0)

Tints of #423B4E

#423B4E
(66,59,78)
#534C5E
(83,76,94)
#645D6E
(100,93,110)
#756E7E
(117,110,126)
#867F8E
(134,127,142)
#97909E
(151,144,158)
#A8A1AE
(168,161,174)
#B9B2BE
(185,178,190)
#CAC3CE
(202,195,206)
#DBD4DE
(219,212,222)
#ECE5EE
(236,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #423B4E color. Also use rgb(66,59,78) instead hex code.

Text Font Color

.myTextColor { color: #423B4E; }

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

This text font color is #423B4E.


Background Color

.myBgColor { background-color: #423B4E; }

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

This div background color is #423B4E.


Border color

.myBorderColor { border: 1px solid #423B4E; }

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

This div border color is #423B4E.


Opacity

.myOpacity80 { color: #423B4E; opacity: 0.8; }

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

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

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

This text has shadow with #423B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423B4E on black background.


Color preview on white background

This text has color #423B4E on white background.



Black color preview on #423B4E background

This text has black color on #423B4E background.


White color preview on #423B4E background

This text has white color on #423B4E background.