Color Hex Logo

#42561e Color Hex

#42561E
(66,86,30)
0 Favorites   0 Comments

Color spaces of #42561e

RGB 668630
HSL0.230.480.23
HSV81°65°34°
CMYK 0.230.000.65   0.66
XYZ5.80897.90762.4484
Yxy7.90760.35940.4892
Hunter Lab28.1205-12.337714.5220
CIE-Lab33.7897-17.661229.3934

#42561e color RGB value is (66,86,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010110 00011110
Octal 102 126 36
Decimal 66 86 30
Hex 42 56 1E

RGB Percentages of Color #42561e

%36.26
%47.25
%16.48

CMYK Percentages of Color #42561e

%23
%0
%65
%66

Triadic Colors of #42561e

#42561e #1e4256 #561e42

Analogous Colors of #42561e

#42561e #26561e #564e1e

Monochromatic Colors of #42561e

#42561e

Complementary Color

#42561e #321e56

#42561e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42561e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42561e Color CSS Codes

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

#42561e Text Font Color

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

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


#42561e Background Color

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

This div background color is #42561e


#42561e Border Color

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

This div border color is #42561e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,86,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 #42561e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42561e


Comments

No comments written yet.

Please login to write comment.