Color Hex Logo

#423348 Color Hex

#423348
(66,51,72)
0 Favorites   0 Comments

Color spaces of #423348

RGB 665172
HSL0.790.170.24
HSV283°29°28°
CMYK 0.080.290.00   0.72
XYZ4.60033.99386.6593
Yxy3.99380.30160.2618
Hunter Lab19.98456.1167-5.7677
CIE-Lab23.650911.3066-10.4351

#423348 color RGB value is (66,51,72).

#423348 hex color red value is 66, green value is 51 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #423348 hue: 0.79 , saturation: 0.17 and the lightness value of 423348 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110011 01001000
Octal 102 63 110
Decimal 66 51 72
Hex 42 33 48

RGB Percentages of Color #423348

%34.92
%26.98
%38.10

CMYK Percentages of Color #423348

%8
%29
%0
%72

Triadic Colors of #423348

#423348 #484233 #334842

Analogous Colors of #423348

#423348 #483344 #383348

Monochromatic Colors of #423348

#423348

Complementary Color

#423348 #394833

#423348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#423348 Color CSS Codes

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

#423348 Text Font Color

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

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


#423348 Background Color

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

This div background color is #423348


#423348 Border Color

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

This div border color is #423348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423348


Comments

No comments written yet.

Please login to write comment.