COLOR #423440

HEX: #423440
RGB: (66,52,64)

Color info

#423440 contains red, green and blue colors in about the same proportion. Web safe color of #423440 is #333333 (or #333).

RGB color model

#423440 color RGB value is (66,52,64).

  • red value is 66;
  • green value is 52;
  • blue value is 64.
RGB:
(66,52,64)
(26%,20%,25%)

RGB channels and saturation

R 66 of 255 = 26%
G 52 of 255 = 20%
B 64 of 255 = 25%

66
52
64

R + G + B ~ 24%. #423440 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 52 + 64 = 182 (100%)
R 66 of 182 ~ 36.26%
G 52 of 182 ~ 28.57%
B 64 of 182 ~ 35.16%

%36.26
%28.57
%35.16

CMYK color model

#423440 color CMYK value is (0,21,3,74).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 3.03%
  • key color value is 74.12%
CMYK:
(0,21,3,74)
C0M21Y3K74 
(0%,21%,3%,74%)
(0.00/0.21/0.03/0.74)	

CMYK percentages

%0
%21.21
%3.03
%74.12

Codes

Color #423440 in popluar color models

423440
RGB665264
HSL309°11.86%23.14%
HSB/HSV309°21.21%25.88%
CMYK0.00%21.21%3.03%
74.12%

Color #423440 in popluar number systems.

HEX423440
Decimal665264
Binary10000101101001000000
Octal10264100

Shades and tints

Shades of #423440

#423440
(66,52,64)
#3C303B
(60,48,59)
#362C36
(54,44,54)
#302831
(48,40,49)
#2A242C
(42,36,44)
#242027
(36,32,39)
#1E1C22
(30,28,34)
#18181D
(24,24,29)
#121418
(18,20,24)
#0C1013
(12,16,19)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #423440

#423440
(66,52,64)
#534651
(83,70,81)
#645862
(100,88,98)
#756A73
(117,106,115)
#867C84
(134,124,132)
#978E95
(151,142,149)
#A8A0A6
(168,160,166)
#B9B2B7
(185,178,183)
#CAC4C8
(202,196,200)
#DBD6D9
(219,214,217)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #423440 color. Also use rgb(66,52,64) instead hex code.

Text Font Color

.myTextColor { color: #423440; }

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

This text font color is #423440.


Background Color

.myBgColor { background-color: #423440; }

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

This div background color is #423440.


Border color

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

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

This div border color is #423440.


Opacity

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

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

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

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

This text has shadow with #423440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423440 on black background.


Color preview on white background

This text has color #423440 on white background.



Black color preview on #423440 background

This text has black color on #423440 background.


White color preview on #423440 background

This text has white color on #423440 background.