Color Hex Logo

#42581f Color Hex

#42581F
(66,88,31)
0 Favorites   0 Comments

Color spaces of #42581f

RGB 668831
HSL0.230.480.23
HSV83°65°35°
CMYK 0.250.000.65   0.65
XYZ5.98388.23662.5708
Yxy8.23660.35640.4905
Hunter Lab28.6995-13.007114.7786
CIE-Lab34.4709-18.640029.6424

#42581f color RGB value is (66,88,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011000 00011111
Octal 102 130 37
Decimal 66 88 31
Hex 42 58 1F

RGB Percentages of Color #42581f

%35.68
%47.57
%16.76

CMYK Percentages of Color #42581f

%25
%0
%65
%65

Triadic Colors of #42581f

#42581f #1f4258 #581f42

Analogous Colors of #42581f

#42581f #26581f #58521f

Monochromatic Colors of #42581f

#42581f

Complementary Color

#42581f #351f58

#42581f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42581f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42581f Color CSS Codes

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

#42581f Text Font Color

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

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


#42581f Background Color

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

This div background color is #42581f


#42581f Border Color

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

This div border color is #42581f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42581f


Comments

No comments written yet.

Please login to write comment.