Color Hex Logo

#3c646a Color Hex

#3C646A
(60,100,106)
0 Favorites   0 Comments

Color spaces of #3c646a

RGB 60100106
HSL0.520.280.33
HSV188°43°42°
CMYK 0.430.060.00   0.58
XYZ9.022211.115615.3057
Yxy11.11560.25460.3136
Hunter Lab33.3401-10.0410-3.8807
CIE-Lab39.7745-12.3234-7.8278

#3c646a color RGB value is (60,100,106).

#3c646a hex color red value is 60, green value is 100 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #3c646a hue: 0.52 , saturation: 0.28 and the lightness value of 3c646a is 0.33.

The process color (four color CMYK) of #3c646a color hex is 0.43, 0.06, 0.00, 0.58. Web safe color of #3c646a is #336666. Color #3c646a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01100100 01101010
Octal 74 144 152
Decimal 60 100 106
Hex 3C 64 6A

RGB Percentages of Color #3c646a

%22.56
%37.59
%39.85

CMYK Percentages of Color #3c646a

%43
%6
%0
%58

Triadic Colors of #3c646a

#3c646a #6a3c64 #646a3c

Analogous Colors of #3c646a

#3c646a #3c4d6a #3c6a59

Monochromatic Colors of #3c646a

#3c646a

Complementary Color

#3c646a #6a423c

#3c646a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c646a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c646a Color CSS Codes

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

#3c646a Text Font Color

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

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


#3c646a Background Color

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

This div background color is #3c646a


#3c646a Border Color

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

This div border color is #3c646a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c646a


Comments

No comments written yet.

Please login to write comment.