Color Hex Logo

#3c584e Color Hex

#3C584E
(60,88,78)
0 Favorites   0 Comments

Color spaces of #3c584e

RGB 608878
HSL0.440.190.29
HSV159°32°35°
CMYK 0.320.000.11   0.65
XYZ6.72838.49028.4919
Yxy8.49020.28380.3581
Hunter Lab29.1379-9.77363.1172
CIE-Lab34.9836-12.92122.4529

#3c584e color RGB value is (60,88,78).

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

The process color (four color CMYK) of #3c584e color hex is 0.32, 0.00, 0.11, 0.65. Web safe color of #3c584e is #336666. Color #3c584e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01011000 01001110
Octal 74 130 116
Decimal 60 88 78
Hex 3C 58 4E

RGB Percentages of Color #3c584e

%26.55
%38.94
%34.51

CMYK Percentages of Color #3c584e

%32
%0
%11
%65

Triadic Colors of #3c584e

#3c584e #4e3c58 #584e3c

Analogous Colors of #3c584e

#3c584e #3c5458 #3c5840

Monochromatic Colors of #3c584e

#3c584e

Complementary Color

#3c584e #583c46

#3c584e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c584e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c584e Color CSS Codes

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

#3c584e Text Font Color

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

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


#3c584e Background Color

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

This div background color is #3c584e


#3c584e Border Color

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

This div border color is #3c584e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c584e


Comments

No comments written yet.

Please login to write comment.