Color Hex Logo

#3c565a Color Hex

#3C565A
(60,86,90)
0 Favorites   0 Comments

Color spaces of #3c565a

RGB 608690
HSL0.520.200.29
HSV188°33°35°
CMYK 0.330.040.00   0.65
XYZ7.03678.354410.9145
Yxy8.35440.26750.3176
Hunter Lab28.9040-7.1260-2.1559
CIE-Lab34.7103-8.6301-5.4746

#3c565a color RGB value is (60,86,90).

#3c565a hex color red value is 60, green value is 86 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #3c565a hue: 0.52 , saturation: 0.20 and the lightness value of 3c565a is 0.29.

The process color (four color CMYK) of #3c565a color hex is 0.33, 0.04, 0.00, 0.65. Web safe color of #3c565a is #336666. Color #3c565a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01010110 01011010
Octal 74 126 132
Decimal 60 86 90
Hex 3C 56 5A

RGB Percentages of Color #3c565a

%25.42
%36.44
%38.14

CMYK Percentages of Color #3c565a

%33
%4
%0
%65

Triadic Colors of #3c565a

#3c565a #5a3c56 #565a3c

Analogous Colors of #3c565a

#3c565a #3c475a #3c5a4f

Monochromatic Colors of #3c565a

#3c565a

Complementary Color

#3c565a #5a403c

#3c565a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c565a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c565a Color CSS Codes

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

#3c565a Text Font Color

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

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


#3c565a Background Color

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

This div background color is #3c565a


#3c565a Border Color

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

This div border color is #3c565a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c565a


Comments

No comments written yet.

Please login to write comment.