Color Hex Logo

#4c3559 Color Hex

#4C3559
(76,53,89)
0 Favorites   0 Comments

Color spaces of #4c3559

RGB 765389
HSL0.770.250.28
HSV278°40°35°
CMYK 0.150.400.00   0.65
XYZ6.05684.804010.0592
Yxy4.80400.28950.2296
Hunter Lab21.918010.9699-11.8683
CIE-Lab26.168917.9498-17.7080

#4c3559 color RGB value is (76,53,89).

#4c3559 hex color red value is 76, green value is 53 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #4c3559 hue: 0.77 , saturation: 0.25 and the lightness value of 4c3559 is 0.28.

The process color (four color CMYK) of #4c3559 color hex is 0.15, 0.40, 0.00, 0.65. Web safe color of #4c3559 is #333366. Color #4c3559 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00110101 01011001
Octal 114 65 131
Decimal 76 53 89
Hex 4C 35 59

RGB Percentages of Color #4c3559

%34.86
%24.31
%40.83

CMYK Percentages of Color #4c3559

%15
%40
%0
%65

Triadic Colors of #4c3559

#4c3559 #594c35 #35594c

Analogous Colors of #4c3559

#4c3559 #593554 #3a3559

Monochromatic Colors of #4c3559

#4c3559

Complementary Color

#4c3559 #425935

#4c3559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c3559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c3559 Color CSS Codes

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

#4c3559 Text Font Color

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

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


#4c3559 Background Color

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

This div background color is #4c3559


#4c3559 Border Color

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

This div border color is #4c3559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c3559


Comments

No comments written yet.

Please login to write comment.