Color Hex Logo

#4c5330 Color Hex

#4C5330
(76,83,48)
0 Favorites   0 Comments

Color spaces of #4c5330

RGB 768348
HSL0.200.270.26
HSV72°42°33°
CMYK 0.080.000.42   0.67
XYZ6.60727.93643.9799
Yxy7.93640.35670.4285
Hunter Lab28.1716-7.436011.3440
CIE-Lab33.8501-9.283719.5740

#4c5330 color RGB value is (76,83,48).

#4c5330 hex color red value is 76, green value is 83 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #4c5330 hue: 0.20 , saturation: 0.27 and the lightness value of 4c5330 is 0.26.

The process color (four color CMYK) of #4c5330 color hex is 0.08, 0.00, 0.42, 0.67. Web safe color of #4c5330 is #336633. Color #4c5330 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01010011 00110000
Octal 114 123 60
Decimal 76 83 48
Hex 4C 53 30

RGB Percentages of Color #4c5330

%36.71
%40.10
%23.19

CMYK Percentages of Color #4c5330

%8
%0
%42
%67

Triadic Colors of #4c5330

#4c5330 #304c53 #53304c

Analogous Colors of #4c5330

#4c5330 #3b5330 #534930

Monochromatic Colors of #4c5330

#4c5330

Complementary Color

#4c5330 #373053

#4c5330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c5330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c5330 Color CSS Codes

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

#4c5330 Text Font Color

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

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


#4c5330 Background Color

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

This div background color is #4c5330


#4c5330 Border Color

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

This div border color is #4c5330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c5330


Comments

No comments written yet.

Please login to write comment.