Color Hex Logo

#42843f Color Hex

#42843F
(66,132,63)
0 Favorites   0 Comments

Color spaces of #42843f

RGB 6613263
HSL0.330.350.38
HSV117°52°52°
CMYK 0.500.000.52   0.48
XYZ11.395218.01977.5802
Yxy18.01970.30800.4871
Hunter Lab42.4496-26.370219.1274
CIE-Lab49.5200-35.867830.6901

#42843f color RGB value is (66,132,63).

#42843f hex color red value is 66, green value is 132 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #42843f hue: 0.33 , saturation: 0.35 and the lightness value of 42843f is 0.38.

The process color (four color CMYK) of #42843f color hex is 0.50, 0.00, 0.52, 0.48. Web safe color of #42843f is #339933. Color #42843f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000100 00111111
Octal 102 204 77
Decimal 66 132 63
Hex 42 84 3F

RGB Percentages of Color #42843f

%25.29
%50.57
%24.14

CMYK Percentages of Color #42843f

%50
%0
%52
%48

Triadic Colors of #42843f

#42843f #3f4284 #843f42

Analogous Colors of #42843f

#42843f #3f845f #65843f

Monochromatic Colors of #42843f

#42843f

Complementary Color

#42843f #813f84

#42843f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42843f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42843f Color CSS Codes

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

#42843f Text Font Color

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

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


#42843f Background Color

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

This div background color is #42843f


#42843f Border Color

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

This div border color is #42843f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42843f


Comments

No comments written yet.

Please login to write comment.