Color Hex Logo

#4c5645 Color Hex

#4C5645
(76,86,69)
0 Favorites   0 Comments

Color spaces of #4c5645

RGB 768669
HSL0.260.110.30
HSV95°20°34°
CMYK 0.120.000.20   0.66
XYZ7.38258.62176.9053
Yxy8.62170.32220.3763
Hunter Lab29.3627-6.50566.6105
CIE-Lab35.2455-7.55268.5969

#4c5645 color RGB value is (76,86,69).

#4c5645 hex color red value is 76, green value is 86 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #4c5645 hue: 0.26 , saturation: 0.11 and the lightness value of 4c5645 is 0.30.

The process color (four color CMYK) of #4c5645 color hex is 0.12, 0.00, 0.20, 0.66. Web safe color of #4c5645 is #336633. Color #4c5645 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01010110 01000101
Octal 114 126 105
Decimal 76 86 69
Hex 4C 56 45

RGB Percentages of Color #4c5645

%32.90
%37.23
%29.87

CMYK Percentages of Color #4c5645

%12
%0
%20
%66

Triadic Colors of #4c5645

#4c5645 #454c56 #56454c

Analogous Colors of #4c5645

#4c5645 #455647 #555645

Monochromatic Colors of #4c5645

#4c5645

Complementary Color

#4c5645 #4f4556

#4c5645 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c5645 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c5645 Color CSS Codes

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

#4c5645 Text Font Color

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

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


#4c5645 Background Color

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

This div background color is #4c5645


#4c5645 Border Color

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

This div border color is #4c5645


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c5645


Comments

No comments written yet.

Please login to write comment.