Color Hex Logo

#4a5225 Color Hex

#4A5225
(74,82,37)
0 Favorites   0 Comments

Color spaces of #4a5225

RGB 748237
HSL0.200.380.23
HSV71°55°32°
CMYK 0.100.000.55   0.68
XYZ6.17537.62402.8964
Yxy7.62400.36990.4566
Hunter Lab27.6116-8.399013.1087
CIE-Lab33.1872-11.007525.1026

#4a5225 color RGB value is (74,82,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 01010010 00100101
Octal 112 122 45
Decimal 74 82 37
Hex 4A 52 25

RGB Percentages of Color #4a5225

%38.34
%42.49
%19.17

CMYK Percentages of Color #4a5225

%10
%0
%55
%68

Triadic Colors of #4a5225

#4a5225 #254a52 #52254a

Analogous Colors of #4a5225

#4a5225 #345225 #524425

Monochromatic Colors of #4a5225

#4a5225

Complementary Color

#4a5225 #2d2552

#4a5225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a5225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a5225 Color CSS Codes

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

#4a5225 Text Font Color

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

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


#4a5225 Background Color

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

This div background color is #4a5225


#4a5225 Border Color

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

This div border color is #4a5225


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,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 #4a5225">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a5225


Comments

No comments written yet.

Please login to write comment.