Color Hex Logo

#42534f Color Hex

#42534F
(66,83,79)
0 Favorites   0 Comments

Color spaces of #42534f

RGB 668379
HSL0.460.110.29
HSV166°20°33°
CMYK 0.200.000.05   0.67
XYZ6.75137.90938.5679
Yxy7.90930.29060.3405
Hunter Lab28.1235-6.36551.6236
CIE-Lab33.7933-7.55500.1464

#42534f color RGB value is (66,83,79).

#42534f hex color red value is 66, green value is 83 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #42534f hue: 0.46 , saturation: 0.11 and the lightness value of 42534f is 0.29.

The process color (four color CMYK) of #42534f color hex is 0.20, 0.00, 0.05, 0.67. Web safe color of #42534f is #336666. Color #42534f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010011 01001111
Octal 102 123 117
Decimal 66 83 79
Hex 42 53 4F

RGB Percentages of Color #42534f

%28.95
%36.40
%34.65

CMYK Percentages of Color #42534f

%20
%0
%5
%67

Triadic Colors of #42534f

#42534f #4f4253 #534f42

Analogous Colors of #42534f

#42534f #424f53 #425347

Monochromatic Colors of #42534f

#42534f

Complementary Color

#42534f #534246

#42534f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42534f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42534f Color CSS Codes

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

#42534f Text Font Color

<p style="color:#42534f">Text here</p>

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


#42534f Background Color

<div style="background-color:#42534f">
Div content here</div>

This div background color is #42534f


#42534f Border Color

<div style="border:3px solid #42534f">
Div here</div>

This div border color is #42534f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,83,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42534f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42534f;
  -webkit-box-shadow: 1px 1px 3px 2px #42534f;
  box-shadow:         1px 1px 3px 2px #42534f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42534f


Comments

No comments written yet.

Please login to write comment.