Color Hex Logo

#4c5440 Color Hex

#4C5440
(76,84,64)
0 Favorites   0 Comments

Color spaces of #4c5440

RGB 768464
HSL0.230.140.29
HSV84°24°33°
CMYK 0.100.000.24   0.67
XYZ7.07628.24736.0694
Yxy8.24730.33080.3855
Hunter Lab28.7181-6.27397.5721
CIE-Lab34.4927-7.300010.6566

#4c5440 color RGB value is (76,84,64).

#4c5440 hex color red value is 76, green value is 84 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #4c5440 hue: 0.23 , saturation: 0.14 and the lightness value of 4c5440 is 0.29.

The process color (four color CMYK) of #4c5440 color hex is 0.10, 0.00, 0.24, 0.67. Web safe color of #4c5440 is #336633. Color #4c5440 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01010100 01000000
Octal 114 124 100
Decimal 76 84 64
Hex 4C 54 40

RGB Percentages of Color #4c5440

%33.93
%37.50
%28.57

CMYK Percentages of Color #4c5440

%10
%0
%24
%67

Triadic Colors of #4c5440

#4c5440 #404c54 #54404c

Analogous Colors of #4c5440

#4c5440 #425440 #545240

Monochromatic Colors of #4c5440

#4c5440

Complementary Color

#4c5440 #484054

#4c5440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c5440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c5440 Color CSS Codes

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

#4c5440 Text Font Color

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

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


#4c5440 Background Color

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

This div background color is #4c5440


#4c5440 Border Color

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

This div border color is #4c5440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c5440


Comments

No comments written yet.

Please login to write comment.