Color Hex Logo

#4c585e Color Hex

#4C585E
(76,88,94)
0 Favorites   0 Comments

Color spaces of #4c585e

RGB 768894
HSL0.560.110.33
HSV200°19°37°
CMYK 0.190.060.00   0.63
XYZ8.49069.324111.9419
Yxy9.32410.28530.3133
Hunter Lab30.5354-3.8036-1.8126
CIE-Lab36.6010-3.2150-5.0430

#4c585e color RGB value is (76,88,94).

#4c585e hex color red value is 76, green value is 88 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #4c585e hue: 0.56 , saturation: 0.11 and the lightness value of 4c585e is 0.33.

The process color (four color CMYK) of #4c585e color hex is 0.19, 0.06, 0.00, 0.63. Web safe color of #4c585e is #336666. Color #4c585e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01011000 01011110
Octal 114 130 136
Decimal 76 88 94
Hex 4C 58 5E

RGB Percentages of Color #4c585e

%29.46
%34.11
%36.43

CMYK Percentages of Color #4c585e

%19
%6
%0
%63

Triadic Colors of #4c585e

#4c585e #5e4c58 #585e4c

Analogous Colors of #4c585e

#4c585e #4c4f5e #4c5e5b

Monochromatic Colors of #4c585e

#4c585e

Complementary Color

#4c585e #5e524c

#4c585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c585e Color CSS Codes

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

#4c585e Text Font Color

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

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


#4c585e Background Color

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

This div background color is #4c585e


#4c585e Border Color

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

This div border color is #4c585e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c585e


Comments

No comments written yet.

Please login to write comment.