Color Hex Logo

#4c5225 Color Hex

#4C5225
(76,82,37)
1 Favorites   0 Comments

Color spaces of #4c5225

RGB 768237
HSL0.190.380.23
HSV68°55°32°
CMYK 0.070.000.55   0.68
XYZ6.33177.70472.9037
Yxy7.70470.37380.4548
Hunter Lab27.7573-7.857913.2278
CIE-Lab33.3602-10.070125.3506

#4c5225 color RGB value is (76,82,37).

#4c5225 hex color red value is 76, green value is 82 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #4c5225 hue: 0.19 , saturation: 0.38 and the lightness value of 4c5225 is 0.23.

The process color (four color CMYK) of #4c5225 color hex is 0.07, 0.00, 0.55, 0.68. Web safe color of #4c5225 is #336633. Color #4c5225 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01010010 00100101
Octal 114 122 45
Decimal 76 82 37
Hex 4C 52 25

RGB Percentages of Color #4c5225

%38.97
%42.05
%18.97

CMYK Percentages of Color #4c5225

%7
%0
%55
%68

Triadic Colors of #4c5225

#4c5225 #254c52 #52254c

Analogous Colors of #4c5225

#4c5225 #365225 #524225

Monochromatic Colors of #4c5225

#4c5225

Complementary Color

#4c5225 #2b2552

#4c5225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c5225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c5225 Color CSS Codes

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

#4c5225 Text Font Color

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

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


#4c5225 Background Color

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

This div background color is #4c5225


#4c5225 Border Color

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

This div border color is #4c5225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c5225


Comments

No comments written yet.

Please login to write comment.