Color Hex Logo

#423948 Color Hex

#423948
(66,57,72)
0 Favorites   0 Comments

Color spaces of #423948

RGB 665772
HSL0.770.120.25
HSV276°21°28°
CMYK 0.080.210.00   0.72
XYZ4.87964.55246.7524
Yxy4.55240.30150.2813
Hunter Lab21.33643.4841-3.8283
CIE-Lab25.41957.2989-7.7514

#423948 color RGB value is (66,57,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111001 01001000
Octal 102 71 110
Decimal 66 57 72
Hex 42 39 48

RGB Percentages of Color #423948

%33.85
%29.23
%36.92

CMYK Percentages of Color #423948

%8
%21
%0
%72

Triadic Colors of #423948

#423948 #484239 #394842

Analogous Colors of #423948

#423948 #483947 #3b3948

Monochromatic Colors of #423948

#423948

Complementary Color

#423948 #3f4839

#423948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#423948 Color CSS Codes

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

#423948 Text Font Color

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

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


#423948 Background Color

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

This div background color is #423948


#423948 Border Color

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

This div border color is #423948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423948


Comments

No comments written yet.

Please login to write comment.