Color Hex Logo

#4c5219 Color Hex

#4C5219
(76,82,25)
0 Favorites   0 Comments

Color spaces of #4c5219

RGB 768225
HSL0.180.530.21
HSV66°70°32°
CMYK 0.070.000.70   0.68
XYZ6.17337.64132.0693
Yxy7.64130.38870.4811
Hunter Lab27.6429-8.511914.9117
CIE-Lab33.2244-11.189431.4971

#4c5219 color RGB value is (76,82,25).

#4c5219 hex color red value is 76, green value is 82 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #4c5219 hue: 0.18 , saturation: 0.53 and the lightness value of 4c5219 is 0.21.

The process color (four color CMYK) of #4c5219 color hex is 0.07, 0.00, 0.70, 0.68. Web safe color of #4c5219 is #336600. Color #4c5219 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01010010 00011001
Octal 114 122 31
Decimal 76 82 25
Hex 4C 52 19

RGB Percentages of Color #4c5219

%41.53
%44.81
%13.66

CMYK Percentages of Color #4c5219

%7
%0
%70
%68

Triadic Colors of #4c5219

#4c5219 #194c52 #52194c

Analogous Colors of #4c5219

#4c5219 #305219 #523c19

Monochromatic Colors of #4c5219

#4c5219

Complementary Color

#4c5219 #1f1952

#4c5219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c5219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c5219 Color CSS Codes

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

#4c5219 Text Font Color

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

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


#4c5219 Background Color

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

This div background color is #4c5219


#4c5219 Border Color

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

This div border color is #4c5219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c5219


Comments

No comments written yet.

Please login to write comment.