Color Hex Logo

#425224 Color Hex

#425224
(66,82,36)
0 Favorites   0 Comments

Color spaces of #425224

RGB 668236
HSL0.220.390.23
HSV81°56°32°
CMYK 0.200.000.56   0.68
XYZ5.58257.32022.7878
Yxy7.32020.35580.4665
Hunter Lab27.0559-10.517512.8299
CIE-Lab32.5250-14.802624.7165

#425224 color RGB value is (66,82,36).

#425224 hex color red value is 66, green value is 82 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #425224 hue: 0.22 , saturation: 0.39 and the lightness value of 425224 is 0.23.

The process color (four color CMYK) of #425224 color hex is 0.20, 0.00, 0.56, 0.68. Web safe color of #425224 is #336633. Color #425224 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010010 00100100
Octal 102 122 44
Decimal 66 82 36
Hex 42 52 24

RGB Percentages of Color #425224

%35.87
%44.57
%19.57

CMYK Percentages of Color #425224

%20
%0
%56
%68

Triadic Colors of #425224

#425224 #244252 #522442

Analogous Colors of #425224

#425224 #2b5224 #524b24

Monochromatic Colors of #425224

#425224

Complementary Color

#425224 #342452

#425224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425224 Color CSS Codes

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

#425224 Text Font Color

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

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


#425224 Background Color

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

This div background color is #425224


#425224 Border Color

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

This div border color is #425224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425224


Comments

No comments written yet.

Please login to write comment.