Color Hex Logo

#3c524d Color Hex

#3C524D
(60,82,77)
0 Favorites   0 Comments

Color spaces of #3c524d

RGB 608277
HSL0.460.150.28
HSV166°27°32°
CMYK 0.270.000.06   0.68
XYZ6.22037.53118.1470
Yxy7.53110.28410.3439
Hunter Lab27.4428-7.56551.6085
CIE-Lab32.9866-9.65570.1827

#3c524d color RGB value is (60,82,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 01010010 01001101
Octal 74 122 115
Decimal 60 82 77
Hex 3C 52 4D

RGB Percentages of Color #3c524d

%27.40
%37.44
%35.16

CMYK Percentages of Color #3c524d

%27
%0
%6
%68

Triadic Colors of #3c524d

#3c524d #4d3c52 #524d3c

Analogous Colors of #3c524d

#3c524d #3c4c52 #3c5242

Monochromatic Colors of #3c524d

#3c524d

Complementary Color

#3c524d #523c41

#3c524d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c524d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c524d Color CSS Codes

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

#3c524d Text Font Color

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

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


#3c524d Background Color

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

This div background color is #3c524d


#3c524d Border Color

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

This div border color is #3c524d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,82,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c524d


Comments

No comments written yet.

Please login to write comment.