Color Hex Logo

#3c887c Color Hex

#3C887C
(60,136,124)
0 Favorites   0 Comments

Color spaces of #3c887c

RGB 60136124
HSL0.470.390.38
HSV171°56°53°
CMYK 0.560.000.09   0.47
XYZ14.305720.024222.1799
Yxy20.02420.25320.3543
Hunter Lab44.7484-21.24471.9363
CIE-Lab51.8646-26.5532-0.6705

#3c887c color RGB value is (60,136,124).

#3c887c hex color red value is 60, green value is 136 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #3c887c hue: 0.47 , saturation: 0.39 and the lightness value of 3c887c is 0.38.

The process color (four color CMYK) of #3c887c color hex is 0.56, 0.00, 0.09, 0.47. Web safe color of #3c887c is #339966. Color #3c887c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10001000 01111100
Octal 74 210 174
Decimal 60 136 124
Hex 3C 88 7C

RGB Percentages of Color #3c887c

%18.75
%42.50
%38.75

CMYK Percentages of Color #3c887c

%56
%0
%9
%47

Triadic Colors of #3c887c

#3c887c #7c3c88 #887c3c

Analogous Colors of #3c887c

#3c887c #3c6e88 #3c8856

Monochromatic Colors of #3c887c

#3c887c

Complementary Color

#3c887c #883c48

#3c887c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c887c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c887c Color CSS Codes

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

#3c887c Text Font Color

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

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


#3c887c Background Color

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

This div background color is #3c887c


#3c887c Border Color

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

This div border color is #3c887c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c887c


Comments

No comments written yet.

Please login to write comment.