Color Hex Logo

#3c7660 Color Hex

#3C7660
(60,118,96)
0 Favorites   0 Comments

Color spaces of #3c7660

RGB 6011896
HSL0.440.330.35
HSV157°49°46°
CMYK 0.490.000.19   0.54
XYZ10.453214.762113.3647
Yxy14.76210.27090.3826
Hunter Lab38.4215-18.67376.2713
CIE-Lab45.3066-24.69676.3064

#3c7660 color RGB value is (60,118,96).

#3c7660 hex color red value is 60, green value is 118 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #3c7660 hue: 0.44 , saturation: 0.33 and the lightness value of 3c7660 is 0.35.

The process color (four color CMYK) of #3c7660 color hex is 0.49, 0.00, 0.19, 0.54. Web safe color of #3c7660 is #336666. Color #3c7660 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01110110 01100000
Octal 74 166 140
Decimal 60 118 96
Hex 3C 76 60

RGB Percentages of Color #3c7660

%21.90
%43.07
%35.04

CMYK Percentages of Color #3c7660

%49
%0
%19
%54

Triadic Colors of #3c7660

#3c7660 #603c76 #76603c

Analogous Colors of #3c7660

#3c7660 #3c6f76 #3c7643

Monochromatic Colors of #3c7660

#3c7660

Complementary Color

#3c7660 #763c52

#3c7660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c7660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c7660 Color CSS Codes

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

#3c7660 Text Font Color

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

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


#3c7660 Background Color

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

This div background color is #3c7660


#3c7660 Border Color

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

This div border color is #3c7660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c7660


Comments

No comments written yet.

Please login to write comment.