Color Hex Logo

#4a5321 Color Hex

#4A5321
(74,83,33)
1 Favorites   0 Comments

Color spaces of #4a5321

RGB 748333
HSL0.200.430.23
HSV71°60°33°
CMYK 0.110.000.60   0.67
XYZ6.19187.75222.6088
Yxy7.75220.37410.4683
Hunter Lab27.8428-9.029213.9346
CIE-Lab33.4614-12.010427.6206

#4a5321 color RGB value is (74,83,33).

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

The process color (four color CMYK) of #4a5321 color hex is 0.11, 0.00, 0.60, 0.67. Web safe color of #4a5321 is #336633. Color #4a5321 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01010011 00100001
Octal 112 123 41
Decimal 74 83 33
Hex 4A 53 21

RGB Percentages of Color #4a5321

%38.95
%43.68
%17.37

CMYK Percentages of Color #4a5321

%11
%0
%60
%67

Triadic Colors of #4a5321

#4a5321 #214a53 #53214a

Analogous Colors of #4a5321

#4a5321 #315321 #534321

Monochromatic Colors of #4a5321

#4a5321

Complementary Color

#4a5321 #2a2153

#4a5321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a5321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a5321 Color CSS Codes

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

#4a5321 Text Font Color

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

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


#4a5321 Background Color

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

This div background color is #4a5321


#4a5321 Border Color

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

This div border color is #4a5321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a5321


Comments

No comments written yet.

Please login to write comment.