Color Hex Logo

#3c5559 Color Hex

#3C5559
(60,85,89)
0 Favorites   0 Comments

Color spaces of #3c5559

RGB 608589
HSL0.520.190.29
HSV188°33°35°
CMYK 0.330.040.00   0.65
XYZ6.91528.178910.6654
Yxy8.17890.26850.3175
Hunter Lab28.5988-6.8865-2.0920
CIE-Lab34.3527-8.3041-5.3789

#3c5559 color RGB value is (60,85,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 01010101 01011001
Octal 74 125 131
Decimal 60 85 89
Hex 3C 55 59

RGB Percentages of Color #3c5559

%25.64
%36.32
%38.03

CMYK Percentages of Color #3c5559

%33
%4
%0
%65

Triadic Colors of #3c5559

#3c5559 #593c55 #55593c

Analogous Colors of #3c5559

#3c5559 #3c4759 #3c594f

Monochromatic Colors of #3c5559

#3c5559

Complementary Color

#3c5559 #59403c

#3c5559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c5559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c5559 Color CSS Codes

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

#3c5559 Text Font Color

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

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


#3c5559 Background Color

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

This div background color is #3c5559


#3c5559 Border Color

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

This div border color is #3c5559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c5559


Comments

No comments written yet.

Please login to write comment.