COLOR #423B61

HEX: #423B61
RGB: (66,59,97)

Color info

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

RGB color model

#423B61 color RGB value is (66,59,97).

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

RGB channels and saturation

R 66 of 255 = 26%
G 59 of 255 = 23%
B 97 of 255 = 38%

66
59
97

R + G + B ~ 29%. #423B61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 59 + 97 = 222 (100%)
R 66 of 222 ~ 29.73%
G 59 of 222 ~ 26.58%
B 97 of 222 ~ 43.69%

%29.73
%26.58
%43.69

CMYK color model

#423B61 color CMYK value is (32,39,0,62).

  • cyan value is 31.96%
  • magenta value is 39.18%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(32,39,0,62)
C32M39Y0K62 
(32%,39%,0%,62%)
(0.32/0.39/0.00/0.62)	

CMYK percentages

%31.96
%39.18
%0
%61.96

Codes

Color #423B61 in popluar color models

423B61
RGB665997
HSL251°24.36%30.59%
HSB/HSV251°39.18%38.04%
CMYK31.96%39.18%0.00%
61.96%

Color #423B61 in popluar number systems.

HEX423B61
Decimal665997
Binary10000101110111100001
Octal10273141

Shades and tints

Shades of #423B61

#423B61
(66,59,97)
#3C3659
(60,54,89)
#363151
(54,49,81)
#302C49
(48,44,73)
#2A2741
(42,39,65)
#242239
(36,34,57)
#1E1D31
(30,29,49)
#181829
(24,24,41)
#121321
(18,19,33)
#0C0E19
(12,14,25)
#060911
(6,9,17)
#000000
(0,0,0)

Tints of #423B61

#423B61
(66,59,97)
#534C6F
(83,76,111)
#645D7D
(100,93,125)
#756E8B
(117,110,139)
#867F99
(134,127,153)
#9790A7
(151,144,167)
#A8A1B5
(168,161,181)
#B9B2C3
(185,178,195)
#CAC3D1
(202,195,209)
#DBD4DF
(219,212,223)
#ECE5ED
(236,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #423B61; }

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

This text font color is #423B61.


Background Color

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

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

This div background color is #423B61.


Border color

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

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

This div border color is #423B61.


Opacity

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

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

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

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

This text has shadow with #423B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423B61 on black background.


Color preview on white background

This text has color #423B61 on white background.



Black color preview on #423B61 background

This text has black color on #423B61 background.


White color preview on #423B61 background

This text has white color on #423B61 background.