Color Hex Logo

#42514e Color Hex

#42514E
(66,81,78)
0 Favorites   0 Comments

Color spaces of #42514e

RGB 668178
HSL0.470.100.29
HSV168°19°32°
CMYK 0.190.000.04   0.68
XYZ6.56437.59328.3274
Yxy7.59320.29190.3377
Hunter Lab27.5558-5.70051.3715
CIE-Lab33.1209-6.5866-0.2033

#42514e color RGB value is (66,81,78).

#42514e hex color red value is 66, green value is 81 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #42514e hue: 0.47 , saturation: 0.10 and the lightness value of 42514e is 0.29.

The process color (four color CMYK) of #42514e color hex is 0.19, 0.00, 0.04, 0.68. Web safe color of #42514e is #336666. Color #42514e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010001 01001110
Octal 102 121 116
Decimal 66 81 78
Hex 42 51 4E

RGB Percentages of Color #42514e

%29.33
%36.00
%34.67

CMYK Percentages of Color #42514e

%19
%0
%4
%68

Triadic Colors of #42514e

#42514e #4e4251 #514e42

Analogous Colors of #42514e

#42514e #424d51 #425147

Monochromatic Colors of #42514e

#42514e

Complementary Color

#42514e #514245

#42514e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42514e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42514e Color CSS Codes

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

#42514e Text Font Color

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

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


#42514e Background Color

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

This div background color is #42514e


#42514e Border Color

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

This div border color is #42514e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42514e

#42514e Color Palettes


Comments

No comments written yet.

Please login to write comment.