Color Hex Logo

#4c686b Color Hex

#4C686B
(76,104,107)
0 Favorites   0 Comments

Color spaces of #4c686b

RGB 76104107
HSL0.520.170.36
HSV186°29°42°
CMYK 0.290.030.00   0.58
XYZ10.584612.498715.7645
Yxy12.49870.27250.3217
Hunter Lab35.3535-8.4269-1.6906
CIE-Lab41.9980-9.4358-5.0230

#4c686b color RGB value is (76,104,107).

#4c686b hex color red value is 76, green value is 104 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #4c686b hue: 0.52 , saturation: 0.17 and the lightness value of 4c686b is 0.36.

The process color (four color CMYK) of #4c686b color hex is 0.29, 0.03, 0.00, 0.58. Web safe color of #4c686b is #336666. Color #4c686b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01101000 01101011
Octal 114 150 153
Decimal 76 104 107
Hex 4C 68 6B

RGB Percentages of Color #4c686b

%26.48
%36.24
%37.28

CMYK Percentages of Color #4c686b

%29
%3
%0
%58

Triadic Colors of #4c686b

#4c686b #6b4c68 #686b4c

Analogous Colors of #4c686b

#4c686b #4c596b #4c6b5f

Monochromatic Colors of #4c686b

#4c686b

Complementary Color

#4c686b #6b4f4c

#4c686b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c686b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c686b Color CSS Codes

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

#4c686b Text Font Color

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

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


#4c686b Background Color

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

This div background color is #4c686b


#4c686b Border Color

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

This div border color is #4c686b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c686b


Comments

No comments written yet.

Please login to write comment.