Color Hex Logo

#42510e Color Hex

#42510E
(66,81,14)
0 Favorites   0 Comments

Color spaces of #42510e

RGB 668114
HSL0.200.710.19
HSV73°83°32°
CMYK 0.190.000.83   0.68
XYZ5.26857.07481.5034
Yxy7.07480.38050.5109
Hunter Lab26.5985-11.191015.2678
CIE-Lab31.9766-16.153234.7374

#42510e color RGB value is (66,81,14).

#42510e hex color red value is 66, green value is 81 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #42510e hue: 0.20 , saturation: 0.71 and the lightness value of 42510e is 0.19.

The process color (four color CMYK) of #42510e color hex is 0.19, 0.00, 0.83, 0.68. Web safe color of #42510e is #336600. Color #42510e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010001 00001110
Octal 102 121 16
Decimal 66 81 14
Hex 42 51 E

RGB Percentages of Color #42510e

%40.99
%50.31
%8.70

CMYK Percentages of Color #42510e

%19
%0
%83
%68

Triadic Colors of #42510e

#42510e #0e4251 #510e42

Analogous Colors of #42510e

#42510e #21510e #513f0e

Monochromatic Colors of #42510e

#42510e

Complementary Color

#42510e #1d0e51

#42510e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42510e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42510e Color CSS Codes

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

#42510e Text Font Color

<p style="color:#42510e">Text here</p>

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


#42510e Background Color

<div style="background-color:#42510e">
Div content here</div>

This div background color is #42510e


#42510e Border Color

<div style="border:3px solid #42510e">
Div here</div>

This div border color is #42510e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,81,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42510e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42510e;
  -webkit-box-shadow: 1px 1px 3px 2px #42510e;
  box-shadow:         1px 1px 3px 2px #42510e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42510e


Comments

No comments written yet.

Please login to write comment.