Color Hex Logo

#425029 Color Hex

#425029
(66,80,41)
0 Favorites   0 Comments

Color spaces of #425029

RGB 668041
HSL0.230.320.24
HSV82°49°31°
CMYK 0.180.000.49   0.69
XYZ5.51577.05573.1690
Yxy7.05570.35040.4483
Hunter Lab26.5626-9.419111.5203
CIE-Lab31.9334-13.030821.1236

#425029 color RGB value is (66,80,41).

#425029 hex color red value is 66, green value is 80 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #425029 hue: 0.23 , saturation: 0.32 and the lightness value of 425029 is 0.24.

The process color (four color CMYK) of #425029 color hex is 0.18, 0.00, 0.49, 0.69. Web safe color of #425029 is #336633. Color #425029 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010000 00101001
Octal 102 120 51
Decimal 66 80 41
Hex 42 50 29

RGB Percentages of Color #425029

%35.29
%42.78
%21.93

CMYK Percentages of Color #425029

%18
%0
%49
%69

Triadic Colors of #425029

#425029 #294250 #502942

Analogous Colors of #425029

#425029 #2f5029 #504b29

Monochromatic Colors of #425029

#425029

Complementary Color

#425029 #372950

#425029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425029 Color CSS Codes

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

#425029 Text Font Color

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

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


#425029 Background Color

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

This div background color is #425029


#425029 Border Color

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

This div border color is #425029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425029


Comments

No comments written yet.

Please login to write comment.