Color Hex Logo

#4c530d Color Hex

#4C530D
(76,83,13)
0 Favorites   0 Comments

Color spaces of #4c530d

RGB 768313
HSL0.180.730.19
HSV66°84°33°
CMYK 0.080.000.84   0.67
XYZ6.14647.75211.5531
Yxy7.75210.39780.5017
Hunter Lab27.8426-9.319716.1825
CIE-Lab33.4612-12.502436.7740

#4c530d color RGB value is (76,83,13).

#4c530d hex color red value is 76, green value is 83 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #4c530d hue: 0.18 , saturation: 0.73 and the lightness value of 4c530d is 0.19.

The process color (four color CMYK) of #4c530d color hex is 0.08, 0.00, 0.84, 0.67. Web safe color of #4c530d is #336600. Color #4c530d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01010011 00001101
Octal 114 123 15
Decimal 76 83 13
Hex 4C 53 D

RGB Percentages of Color #4c530d

%44.19
%48.26
%7.56

CMYK Percentages of Color #4c530d

%8
%0
%84
%67

Triadic Colors of #4c530d

#4c530d #0d4c53 #530d4c

Analogous Colors of #4c530d

#4c530d #29530d #53370d

Monochromatic Colors of #4c530d

#4c530d

Complementary Color

#4c530d #140d53

#4c530d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c530d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c530d Color CSS Codes

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

#4c530d Text Font Color

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

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


#4c530d Background Color

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

This div background color is #4c530d


#4c530d Border Color

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

This div border color is #4c530d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c530d


Comments

No comments written yet.

Please login to write comment.