Color Hex Logo

#42581e Color Hex

#42581E
(66,88,30)
0 Favorites   0 Comments

Color spaces of #42581e

RGB 668830
HSL0.230.490.23
HSV83°66°35°
CMYK 0.250.000.66   0.65
XYZ5.97088.23142.5024
Yxy8.23140.35740.4928
Hunter Lab28.6904-13.060414.9120
CIE-Lab34.4602-18.738430.1375

#42581e color RGB value is (66,88,30).

#42581e hex color red value is 66, green value is 88 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #42581e hue: 0.23 , saturation: 0.49 and the lightness value of 42581e is 0.23.

The process color (four color CMYK) of #42581e color hex is 0.25, 0.00, 0.66, 0.65. Web safe color of #42581e is #336633. Color #42581e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011000 00011110
Octal 102 130 36
Decimal 66 88 30
Hex 42 58 1E

RGB Percentages of Color #42581e

%35.87
%47.83
%16.30

CMYK Percentages of Color #42581e

%25
%0
%66
%65

Triadic Colors of #42581e

#42581e #1e4258 #581e42

Analogous Colors of #42581e

#42581e #25581e #58511e

Monochromatic Colors of #42581e

#42581e

Complementary Color

#42581e #341e58

#42581e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42581e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42581e Color CSS Codes

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

#42581e Text Font Color

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

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


#42581e Background Color

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

This div background color is #42581e


#42581e Border Color

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

This div border color is #42581e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,88,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42581e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42581e;
  -webkit-box-shadow: 1px 1px 3px 2px #42581e;
  box-shadow:         1px 1px 3px 2px #42581e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42581e


Comments

No comments written yet.

Please login to write comment.