Color Hex Logo

#424425 Color Hex

#424425
(66,68,37)
0 Favorites   0 Comments

Color spaces of #424425

RGB 666837
HSL0.180.300.21
HSV64°46°27°
CMYK 0.030.000.46   0.73
XYZ4.64785.42612.5526
Yxy5.42610.36810.4297
Hunter Lab23.2940-5.14889.8087
CIE-Lab27.9158-6.451418.4763

#424425 color RGB value is (66,68,37).

#424425 hex color red value is 66, green value is 68 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #424425 hue: 0.18 , saturation: 0.30 and the lightness value of 424425 is 0.21.

The process color (four color CMYK) of #424425 color hex is 0.03, 0.00, 0.46, 0.73. Web safe color of #424425 is #333333. Color #424425 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000100 00100101
Octal 102 104 45
Decimal 66 68 37
Hex 42 44 25

RGB Percentages of Color #424425

%38.60
%39.77
%21.64

CMYK Percentages of Color #424425

%3
%0
%46
%73

Triadic Colors of #424425

#424425 #254244 #442542

Analogous Colors of #424425

#424425 #334425 #443725

Monochromatic Colors of #424425

#424425

Complementary Color

#424425 #272544

#424425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424425 Color CSS Codes

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

#424425 Text Font Color

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

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


#424425 Background Color

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

This div background color is #424425


#424425 Border Color

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

This div border color is #424425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424425


Comments

No comments written yet.

Please login to write comment.