Color Hex Logo

#42893c Color Hex

#42893C
(66,137,60)
0 Favorites   0 Comments

Color spaces of #42893c

RGB 6613760
HSL0.320.390.39
HSV115°56°54°
CMYK 0.520.000.56   0.46
XYZ12.008019.37587.3820
Yxy19.37580.30980.4998
Hunter Lab44.0180-28.337020.8694
CIE-Lab51.1240-38.439134.1790

#42893c color RGB value is (66,137,60).

#42893c hex color red value is 66, green value is 137 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #42893c hue: 0.32 , saturation: 0.39 and the lightness value of 42893c is 0.39.

The process color (four color CMYK) of #42893c color hex is 0.52, 0.00, 0.56, 0.46. Web safe color of #42893c is #339933. Color #42893c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001001 00111100
Octal 102 211 74
Decimal 66 137 60
Hex 42 89 3C

RGB Percentages of Color #42893c

%25.10
%52.09
%22.81

CMYK Percentages of Color #42893c

%52
%0
%56
%46

Triadic Colors of #42893c

#42893c #3c4289 #893c42

Analogous Colors of #42893c

#42893c #3c895d #69893c

Monochromatic Colors of #42893c

#42893c

Complementary Color

#42893c #833c89

#42893c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42893c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42893c Color CSS Codes

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

#42893c Text Font Color

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

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


#42893c Background Color

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

This div background color is #42893c


#42893c Border Color

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

This div border color is #42893c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,137,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42893c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42893c;
  -webkit-box-shadow: 1px 1px 3px 2px #42893c;
  box-shadow:         1px 1px 3px 2px #42893c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42893c


Comments

No comments written yet.

Please login to write comment.