Color Hex Logo

#42891d Color Hex

#42891D
(66,137,29)
0 Favorites   0 Comments

Color spaces of #42891d

RGB 6613729
HSL0.280.650.33
HSV99°79°54°
CMYK 0.520.000.79   0.46
XYZ11.414219.13834.2549
Yxy19.13830.32790.5498
Hunter Lab43.7473-29.985124.8565
CIE-Lab50.8486-41.457747.3870

#42891d color RGB value is (66,137,29).

#42891d hex color red value is 66, green value is 137 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #42891d hue: 0.28 , saturation: 0.65 and the lightness value of 42891d is 0.33.

The process color (four color CMYK) of #42891d color hex is 0.52, 0.00, 0.79, 0.46. Web safe color of #42891d is #339933. Color #42891d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001001 00011101
Octal 102 211 35
Decimal 66 137 29
Hex 42 89 1D

RGB Percentages of Color #42891d

%28.45
%59.05
%12.50

CMYK Percentages of Color #42891d

%52
%0
%79
%46

Triadic Colors of #42891d

#42891d #1d4289 #891d42

Analogous Colors of #42891d

#42891d #1d892e #78891d

Monochromatic Colors of #42891d

#42891d

Complementary Color

#42891d #641d89

#42891d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42891d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42891d Color CSS Codes

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

#42891d Text Font Color

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

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


#42891d Background Color

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

This div background color is #42891d


#42891d Border Color

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

This div border color is #42891d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42891d


Comments

No comments written yet.

Please login to write comment.