Color Hex Logo

#423848 Color Hex

#423848
(66,56,72)
0 Favorites   0 Comments

Color spaces of #423848

RGB 665672
HSL0.770.130.25
HSV278°22°28°
CMYK 0.080.220.00   0.72
XYZ4.83064.45456.7361
Yxy4.45450.30150.2780
Hunter Lab21.10573.9195-4.1490
CIE-Lab25.12047.9638-8.2033

#423848 color RGB value is (66,56,72).

#423848 hex color red value is 66, green value is 56 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #423848 hue: 0.77 , saturation: 0.13 and the lightness value of 423848 is 0.25.

The process color (four color CMYK) of #423848 color hex is 0.08, 0.22, 0.00, 0.72. Web safe color of #423848 is #333333. Color #423848 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111000 01001000
Octal 102 70 110
Decimal 66 56 72
Hex 42 38 48

RGB Percentages of Color #423848

%34.02
%28.87
%37.11

CMYK Percentages of Color #423848

%8
%22
%0
%72

Triadic Colors of #423848

#423848 #484238 #384842

Analogous Colors of #423848

#423848 #483846 #3a3848

Monochromatic Colors of #423848

#423848

Complementary Color

#423848 #3e4838

#423848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#423848 Color CSS Codes

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

#423848 Text Font Color

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

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


#423848 Background Color

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

This div background color is #423848


#423848 Border Color

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

This div border color is #423848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423848


Comments

No comments written yet.

Please login to write comment.