Color Hex Logo

#423040 Color Hex

#423040
(66,48,64)
0 Favorites   0 Comments

Color spaces of #423040

RGB 664864
HSL0.850.160.22
HSV307°27°26°
CMYK 0.000.270.03   0.74
XYZ4.22913.64235.3306
Yxy3.64230.32030.2759
Hunter Lab19.08486.1563-3.2010
CIE-Lab22.451811.4362-6.8686

#423040 color RGB value is (66,48,64).

#423040 hex color red value is 66, green value is 48 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #423040 hue: 0.85 , saturation: 0.16 and the lightness value of 423040 is 0.22.

The process color (four color CMYK) of #423040 color hex is 0.00, 0.27, 0.03, 0.74. Web safe color of #423040 is #333333. Color #423040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110000 01000000
Octal 102 60 100
Decimal 66 48 64
Hex 42 30 40

RGB Percentages of Color #423040

%37.08
%26.97
%35.96

CMYK Percentages of Color #423040

%0
%27
%3
%74

Triadic Colors of #423040

#423040 #404230 #304042

Analogous Colors of #423040

#423040 #423037 #3b3042

Monochromatic Colors of #423040

#423040

Complementary Color

#423040 #304232

#423040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#423040 Color CSS Codes

.mybgcolor {background-color:#423040; } 
.myforecolor {color:#423040; }
.mybordercolor {border:3px solid #423040; }

#423040 Text Font Color

<p style="color:#423040">Text here</p>

This sample text font color is #423040
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#423040 Background Color

<div style="background-color:#423040">
Div content here</div>

This div background color is #423040


#423040 Border Color

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

This div border color is #423040


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,48,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #423040; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #423040;
  -webkit-box-shadow: 1px 1px 3px 2px #423040;
  box-shadow:         1px 1px 3px 2px #423040; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,48,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #423040">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #423040;
  -webkit-box-shadow: 1px 1px 3px 2px #423040;
  box-shadow:         1px 1px 3px 2px #423040;">
Div content here</div>

This div box has shadow with color #423040


Comments

No comments written yet.

Please login to write comment.