Color Hex Logo

#4c535e Color Hex

#4C535E
(76,83,94)
0 Favorites   0 Comments

Color spaces of #4c535e

RGB 768394
HSL0.600.110.33
HSV217°19°37°
CMYK 0.190.120.00   0.63
XYZ8.09418.531211.8097
Yxy8.53120.28470.3000
Hunter Lab29.2082-1.6490-3.5269
CIE-Lab35.0656-0.1317-7.3357

#4c535e color RGB value is (76,83,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 01010011 01011110
Octal 114 123 136
Decimal 76 83 94
Hex 4C 53 5E

RGB Percentages of Color #4c535e

%30.04
%32.81
%37.15

CMYK Percentages of Color #4c535e

%19
%12
%0
%63

Triadic Colors of #4c535e

#4c535e #5e4c53 #535e4c

Analogous Colors of #4c535e

#4c535e #4e4c5e #4c5c5e

Monochromatic Colors of #4c535e

#4c535e

Complementary Color

#4c535e #5e574c

#4c535e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c535e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c535e Color CSS Codes

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

#4c535e Text Font Color

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

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


#4c535e Background Color

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

This div background color is #4c535e


#4c535e Border Color

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

This div border color is #4c535e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,83,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 #4c535e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c535e


Comments

No comments written yet.

Please login to write comment.