Color Hex Logo

#42811d Color Hex

#42811D
(66,129,29)
0 Favorites   0 Comments

Color spaces of #42811d

RGB 6612929
HSL0.270.630.31
HSV98°78°51°
CMYK 0.490.000.78   0.49
XYZ10.318816.94753.8897
Yxy16.94750.33120.5440
Hunter Lab41.1673-27.300923.2151
CIE-Lab48.1938-38.172744.8099

#42811d color RGB value is (66,129,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000001 00011101
Octal 102 201 35
Decimal 66 129 29
Hex 42 81 1D

RGB Percentages of Color #42811d

%29.46
%57.59
%12.95

CMYK Percentages of Color #42811d

%49
%0
%78
%49

Triadic Colors of #42811d

#42811d #1d4281 #811d42

Analogous Colors of #42811d

#42811d #1d812a #74811d

Monochromatic Colors of #42811d

#42811d

Complementary Color

#42811d #5c1d81

#42811d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42811d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42811d Color CSS Codes

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

#42811d Text Font Color

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

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


#42811d Background Color

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

This div background color is #42811d


#42811d Border Color

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

This div border color is #42811d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42811d


Comments

No comments written yet.

Please login to write comment.