Color Hex Logo

#423240 Color Hex

#423240
(66,50,64)
0 Favorites   0 Comments

Color spaces of #423240

RGB 665064
HSL0.850.140.23
HSV308°24°26°
CMYK 0.000.240.03   0.74
XYZ4.31283.80965.3585
Yxy3.80960.31990.2826
Hunter Lab19.51825.2851-2.6147
CIE-Lab23.031710.0977-5.9961

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110010 01000000
Octal 102 62 100
Decimal 66 50 64
Hex 42 32 40

RGB Percentages of Color #423240

%36.67
%27.78
%35.56

CMYK Percentages of Color #423240

%0
%24
%3
%74

Triadic Colors of #423240

#423240 #404232 #324042

Analogous Colors of #423240

#423240 #423238 #3c3242

Monochromatic Colors of #423240

#423240

Complementary Color

#423240 #324234

#423240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#423240 Color CSS Codes

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

#423240 Text Font Color

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

This sample text font color is #423240
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.


#423240 Background Color

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

This div background color is #423240


#423240 Border Color

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

This div border color is #423240


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,50,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 #423240">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<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


Comments

No comments written yet.

Please login to write comment.