COLOR #423240

HEX: #423240
RGB: (66,50,64)

Color info

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

RGB color model

#423240 color RGB value is (66,50,64).

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

RGB channels and saturation

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

66
50
64

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

Portions of RGB colors in percentages

R + G + B =
66 + 50 + 64 = 180 (100%)
R 66 of 180 ~ 36.67%
G 50 of 180 ~ 27.78%
B 64 of 180 ~ 35.56%

%36.67
%27.78
%35.56

CMYK color model

#423240 color CMYK value is (0,24,3,74).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 3.03%
  • key color value is 74.12%
CMYK:
(0,24,3,74)
C0M24Y3K74 
(0%,24%,3%,74%)
(0.00/0.24/0.03/0.74)	

CMYK percentages

%0
%24.24
%3.03
%74.12

Codes

Color #423240 in popluar color models

423240
RGB665064
HSL308°13.79%22.75%
HSB/HSV308°24.24%25.88%
CMYK0.00%24.24%3.03%
74.12%

Color #423240 in popluar number systems.

HEX423240
Decimal665064
Binary10000101100101000000
Octal10262100

Shades and tints

Shades of #423240

#423240
(66,50,64)
#3C2E3B
(60,46,59)
#362A36
(54,42,54)
#302631
(48,38,49)
#2A222C
(42,34,44)
#241E27
(36,30,39)
#1E1A22
(30,26,34)
#18161D
(24,22,29)
#121218
(18,18,24)
#0C0E13
(12,14,19)
#060A0E
(6,10,14)
#000000
(0,0,0)

Tints of #423240

#423240
(66,50,64)
#534451
(83,68,81)
#645662
(100,86,98)
#756873
(117,104,115)
#867A84
(134,122,132)
#978C95
(151,140,149)
#A89EA6
(168,158,166)
#B9B0B7
(185,176,183)
#CAC2C8
(202,194,200)
#DBD4D9
(219,212,217)
#ECE6EA
(236,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #423240; }

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

This text font color is #423240.


Background Color

.myBgColor { background-color: #423240; }

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

This div background color is #423240.


Border color

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

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

This div border color is #423240.


Opacity

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

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

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

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

This text has shadow with #423240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423240 on black background.


Color preview on white background

This text has color #423240 on white background.



Black color preview on #423240 background

This text has black color on #423240 background.


White color preview on #423240 background

This text has white color on #423240 background.