Color Hex Logo

#424946 Color Hex

#424946
(66,73,70)
0 Favorites   0 Comments

Color spaces of #424946

RGB 667370
HSL0.430.050.27
HSV154°10°29°
CMYK 0.100.000.04   0.71
XYZ5.73486.36556.7208
Yxy6.36550.30470.3382
Hunter Lab25.2299-3.57911.8672
CIE-Lab30.3165-3.53140.8154

#424946 color RGB value is (66,73,70).

#424946 hex color red value is 66, green value is 73 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #424946 hue: 0.43 , saturation: 0.05 and the lightness value of 424946 is 0.27.

The process color (four color CMYK) of #424946 color hex is 0.10, 0.00, 0.04, 0.71. Web safe color of #424946 is #333333. Color #424946 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001001 01000110
Octal 102 111 106
Decimal 66 73 70
Hex 42 49 46

RGB Percentages of Color #424946

%31.58
%34.93
%33.49

CMYK Percentages of Color #424946

%10
%0
%4
%71

Triadic Colors of #424946

#424946 #464249 #494642

Analogous Colors of #424946

#424946 #424949 #424943

Monochromatic Colors of #424946

#424946

Complementary Color

#424946 #494245

#424946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424946 Color CSS Codes

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

#424946 Text Font Color

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

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


#424946 Background Color

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

This div background color is #424946


#424946 Border Color

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

This div border color is #424946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424946


Comments

No comments written yet.

Please login to write comment.