Color Hex Logo

#3c524f Color Hex

#3C524F
(60,82,79)
0 Favorites   0 Comments

Color spaces of #3c524f

RGB 608279
HSL0.480.150.28
HSV172°27°32°
CMYK 0.270.000.04   0.68
XYZ6.29217.55988.5247
Yxy7.55980.28120.3378
Hunter Lab27.4951-7.26770.8640
CIE-Lab33.0488-9.1513-0.9929

#3c524f color RGB value is (60,82,79).

#3c524f hex color red value is 60, green value is 82 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #3c524f hue: 0.48 , saturation: 0.15 and the lightness value of 3c524f is 0.28.

The process color (four color CMYK) of #3c524f color hex is 0.27, 0.00, 0.04, 0.68. Web safe color of #3c524f is #336666. Color #3c524f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01010010 01001111
Octal 74 122 117
Decimal 60 82 79
Hex 3C 52 4F

RGB Percentages of Color #3c524f

%27.15
%37.10
%35.75

CMYK Percentages of Color #3c524f

%27
%0
%4
%68

Triadic Colors of #3c524f

#3c524f #4f3c52 #524f3c

Analogous Colors of #3c524f

#3c524f #3c4a52 #3c5244

Monochromatic Colors of #3c524f

#3c524f

Complementary Color

#3c524f #523c3f

#3c524f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c524f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c524f Color CSS Codes

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

#3c524f Text Font Color

<p style="color:#3c524f">Text here</p>

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


#3c524f Background Color

<div style="background-color:#3c524f">
Div content here</div>

This div background color is #3c524f


#3c524f Border Color

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

This div border color is #3c524f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,82,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3c524f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3c524f;
  -webkit-box-shadow: 1px 1px 3px 2px #3c524f;
  box-shadow:         1px 1px 3px 2px #3c524f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,82,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 #3c524f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c524f


Comments

No comments written yet.

Please login to write comment.