Color Hex Logo

#4c6063 Color Hex

#4C6063
(76,96,99)
0 Favorites   0 Comments

Color spaces of #4c6063

RGB 769699
HSL0.520.130.34
HSV188°23°39°
CMYK 0.230.030.00   0.61
XYZ9.415510.803113.3933
Yxy10.80310.28010.3214
Hunter Lab32.8681-6.3854-1.1522
CIE-Lab39.2468-6.7818-4.2123

#4c6063 color RGB value is (76,96,99).

#4c6063 hex color red value is 76, green value is 96 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #4c6063 hue: 0.52 , saturation: 0.13 and the lightness value of 4c6063 is 0.34.

The process color (four color CMYK) of #4c6063 color hex is 0.23, 0.03, 0.00, 0.61. Web safe color of #4c6063 is #336666. Color #4c6063 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01100000 01100011
Octal 114 140 143
Decimal 76 96 99
Hex 4C 60 63

RGB Percentages of Color #4c6063

%28.04
%35.42
%36.53

CMYK Percentages of Color #4c6063

%23
%3
%0
%61

Triadic Colors of #4c6063

#4c6063 #634c60 #60634c

Analogous Colors of #4c6063

#4c6063 #4c5563 #4c635b

Monochromatic Colors of #4c6063

#4c6063

Complementary Color

#4c6063 #634f4c

#4c6063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c6063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c6063 Color CSS Codes

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

#4c6063 Text Font Color

<p style="color:#4c6063">Text here</p>

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


#4c6063 Background Color

<div style="background-color:#4c6063">
Div content here</div>

This div background color is #4c6063


#4c6063 Border Color

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

This div border color is #4c6063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c6063


Comments

No comments written yet.

Please login to write comment.