Color Hex Logo

#424843 Color Hex

#424843
(66,72,67)
0 Favorites   0 Comments

Color spaces of #424843

RGB 667267
HSL0.360.040.27
HSV130°28°
CMYK 0.080.000.07   0.72
XYZ5.57736.19826.2126
Yxy6.19820.31010.3446
Hunter Lab24.8962-3.58032.6321
CIE-Lab29.9071-3.57882.1542

#424843 color RGB value is (66,72,67).

#424843 hex color red value is 66, green value is 72 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #424843 hue: 0.36 , saturation: 0.04 and the lightness value of 424843 is 0.27.

The process color (four color CMYK) of #424843 color hex is 0.08, 0.00, 0.07, 0.72. Web safe color of #424843 is #333333. Color #424843 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001000 01000011
Octal 102 110 103
Decimal 66 72 67
Hex 42 48 43

RGB Percentages of Color #424843

%32.20
%35.12
%32.68

CMYK Percentages of Color #424843

%8
%0
%7
%72

Triadic Colors of #424843

#424843 #434248 #484342

Analogous Colors of #424843

#424843 #424846 #444842

Monochromatic Colors of #424843

#424843

Complementary Color

#424843 #484247

#424843 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424843 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424843 Color CSS Codes

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

#424843 Text Font Color

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

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


#424843 Background Color

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

This div background color is #424843


#424843 Border Color

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

This div border color is #424843


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424843


Comments

No comments written yet.

Please login to write comment.