Color Hex Logo

#423549 Color Hex

#423549
(66,53,73)
0 Favorites   0 Comments

Color spaces of #423549

RGB 665373
HSL0.780.160.25
HSV279°27°29°
CMYK 0.100.270.00   0.71
XYZ4.72254.18556.8623
Yxy4.18550.29950.2654
Hunter Lab20.45855.4014-5.5664
CIE-Lab24.275510.2140-10.1510

#423549 color RGB value is (66,53,73).

#423549 hex color red value is 66, green value is 53 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #423549 hue: 0.78 , saturation: 0.16 and the lightness value of 423549 is 0.25.

The process color (four color CMYK) of #423549 color hex is 0.10, 0.27, 0.00, 0.71. Web safe color of #423549 is #333333. Color #423549 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110101 01001001
Octal 102 65 111
Decimal 66 53 73
Hex 42 35 49

RGB Percentages of Color #423549

%34.38
%27.60
%38.02

CMYK Percentages of Color #423549

%10
%27
%0
%71

Triadic Colors of #423549

#423549 #494235 #354942

Analogous Colors of #423549

#423549 #493546 #383549

Monochromatic Colors of #423549

#423549

Complementary Color

#423549 #3c4935

#423549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#423549 Color CSS Codes

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

#423549 Text Font Color

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

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


#423549 Background Color

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

This div background color is #423549


#423549 Border Color

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

This div border color is #423549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423549


Comments

No comments written yet.

Please login to write comment.