Color Hex Logo

#423438 Color Hex

#423438
(66,52,56)
0 Favorites   0 Comments

Color spaces of #423438

RGB 665256
HSL0.950.120.23
HSV343°21°26°
CMYK 0.000.210.15   0.74
XYZ4.18863.89984.2733
Yxy3.89980.33880.3155
Hunter Lab19.74793.30160.9936
CIE-Lab23.33747.0516-0.1439

#423438 color RGB value is (66,52,56).

#423438 hex color red value is 66, green value is 52 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #423438 hue: 0.95 , saturation: 0.12 and the lightness value of 423438 is 0.23.

The process color (four color CMYK) of #423438 color hex is 0.00, 0.21, 0.15, 0.74. Web safe color of #423438 is #333333. Color #423438 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110100 00111000
Octal 102 64 70
Decimal 66 52 56
Hex 42 34 38

RGB Percentages of Color #423438

%37.93
%29.89
%32.18

CMYK Percentages of Color #423438

%0
%21
%15
%74

Triadic Colors of #423438

#423438 #384234 #343842

Analogous Colors of #423438

#423438 #423734 #42343f

Monochromatic Colors of #423438

#423438

Complementary Color

#423438 #34423e

#423438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#423438 Color CSS Codes

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

#423438 Text Font Color

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

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


#423438 Background Color

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

This div background color is #423438


#423438 Border Color

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

This div border color is #423438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423438


Comments

No comments written yet.

Please login to write comment.