COLOR #423959

HEX: #423959
RGB: (66,57,89)

Color info

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

RGB color model

#423959 color RGB value is (66,57,89).

  • red value is 66;
  • green value is 57;
  • blue value is 89.
RGB: (66,57,89) (26%,22%,35%)

RGB channels and saturation

R 66 of 255 = 26%
G 57 of 255 = 22%
B 89 of 255 = 35%

66
57
89

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

Portions of RGB colors in percentages

R + G + B =
66 + 57 + 89 = 212 (100%)
R 66 of 212 ~ 31.13%
G 57 of 212 ~ 26.89%
B 89 of 212 ~ 41.98%

%31.13
%26.89
%41.98

CMYK color model

#423959 color CMYK value is (26,36,0,65).

  • cyan value is 25.84%
  • magenta value is 35.96%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK: (26,36,0,65) C26M36Y0K65 (26%,36%,0%,65%) (0.26/0.36/0.00/0.65)

CMYK percentages

%25.84
%35.96
%0
%65.1

Codes

Color #423959 in popluar color models

423959
RGB665789
HSL257°21.92%28.63%
HSB/HSV257°35.96%34.90%
CMYK25.84%35.96%0.00%
65.10%

Color #423959 in popluar number systems.

HEX423959
Decimal665789
Binary10000101110011011001
Octal10271131

Shades and tints

Shades of #423959

#423959
(66,57,89)
#3C3451
(60,52,81)
#362F49
(54,47,73)
#302A41
(48,42,65)
#2A2539
(42,37,57)
#242031
(36,32,49)
#1E1B29
(30,27,41)
#181621
(24,22,33)
#121119
(18,17,25)
#0C0C11
(12,12,17)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #423959

#423959
(66,57,89)
#534B68
(83,75,104)
#645D77
(100,93,119)
#756F86
(117,111,134)
#868195
(134,129,149)
#9793A4
(151,147,164)
#A8A5B3
(168,165,179)
#B9B7C2
(185,183,194)
#CAC9D1
(202,201,209)
#DBDBE0
(219,219,224)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #423959 color. Also use rgb(66,57,89) instead hex code.

Text Font Color

.myTextColor { color: #423959; }

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

This text font color is #423959.


Background Color

.myBgColor { background-color: #423959; }

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

This div background color is #423959.


Border color

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

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

This div border color is #423959.


Opacity

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

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

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

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

This text has shadow with #423959 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #423959 on black background.


Color preview on white background

This text has color #423959 on white background.



Black color preview on #423959 background

This text has black color on #423959 background.


White color preview on #423959 background

This text has white color on #423959 background.