Color Hex Logo

#42841d Color Hex

#42841D
(66,132,29)
0 Favorites   0 Comments

Color spaces of #42841d

RGB 6613229
HSL0.270.640.32
HSV98°78°52°
CMYK 0.500.000.78   0.48
XYZ10.719817.74954.0234
Yxy17.74950.32990.5463
Hunter Lab42.1302-28.309423.8290
CIE-Lab49.1909-39.419645.7827

#42841d color RGB value is (66,132,29).

#42841d hex color red value is 66, green value is 132 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #42841d hue: 0.27 , saturation: 0.64 and the lightness value of 42841d is 0.32.

The process color (four color CMYK) of #42841d color hex is 0.50, 0.00, 0.78, 0.48. Web safe color of #42841d is #339933. Color #42841d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000100 00011101
Octal 102 204 35
Decimal 66 132 29
Hex 42 84 1D

RGB Percentages of Color #42841d

%29.07
%58.15
%12.78

CMYK Percentages of Color #42841d

%50
%0
%78
%48

Triadic Colors of #42841d

#42841d #1d4284 #841d42

Analogous Colors of #42841d

#42841d #1d842c #76841d

Monochromatic Colors of #42841d

#42841d

Complementary Color

#42841d #5f1d84

#42841d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42841d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42841d Color CSS Codes

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

#42841d Text Font Color

<p style="color:#42841d">Text here</p>

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


#42841d Background Color

<div style="background-color:#42841d">
Div content here</div>

This div background color is #42841d


#42841d Border Color

<div style="border:3px solid #42841d">
Div here</div>

This div border color is #42841d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42841d


Comments

No comments written yet.

Please login to write comment.