Color Hex Logo

#3c788f Color Hex

#3C788F
(60,120,143)
0 Favorites   0 Comments

Color spaces of #3c788f

RGB 60120143
HSL0.550.410.40
HSV197°58°56°
CMYK 0.580.160.00   0.44
XYZ13.537916.376828.4341
Yxy16.37680.23200.2807
Hunter Lab40.4683-11.1056-13.3310
CIE-Lab47.4650-12.4356-18.4145

#3c788f color RGB value is (60,120,143).

#3c788f hex color red value is 60, green value is 120 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #3c788f hue: 0.55 , saturation: 0.41 and the lightness value of 3c788f is 0.40.

The process color (four color CMYK) of #3c788f color hex is 0.58, 0.16, 0.00, 0.44. Web safe color of #3c788f is #336699. Color #3c788f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01111000 10001111
Octal 74 170 217
Decimal 60 120 143
Hex 3C 78 8F

RGB Percentages of Color #3c788f

%18.58
%37.15
%44.27

CMYK Percentages of Color #3c788f

%58
%16
%0
%44

Triadic Colors of #3c788f

#3c788f #8f3c78 #788f3c

Analogous Colors of #3c788f

#3c788f #3c4e8f #3c8f7d

Monochromatic Colors of #3c788f

#3c788f

Complementary Color

#3c788f #8f533c

#3c788f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c788f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c788f Color CSS Codes

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

#3c788f Text Font Color

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

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


#3c788f Background Color

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

This div background color is #3c788f


#3c788f Border Color

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

This div border color is #3c788f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c788f

#3c788f Color Palettes


Comments

No comments written yet.

Please login to write comment.