Color Hex Logo

#4a5215 Color Hex

#4A5215
(74,82,21)
0 Favorites   0 Comments

Color spaces of #4a5215

RGB 748221
HSL0.190.590.20
HSV68°74°32°
CMYK 0.100.000.74   0.68
XYZ5.97677.54461.8507
Yxy7.54460.38880.4908
Hunter Lab27.4674-9.227815.2324
CIE-Lab33.0159-12.447233.0874

#4a5215 color RGB value is (74,82,21).

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

The process color (four color CMYK) of #4a5215 color hex is 0.10, 0.00, 0.74, 0.68. Web safe color of #4a5215 is #336600. Color #4a5215 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01010010 00010101
Octal 112 122 25
Decimal 74 82 21
Hex 4A 52 15

RGB Percentages of Color #4a5215

%41.81
%46.33
%11.86

CMYK Percentages of Color #4a5215

%10
%0
%74
%68

Triadic Colors of #4a5215

#4a5215 #154a52 #52154a

Analogous Colors of #4a5215

#4a5215 #2c5215 #523c15

Monochromatic Colors of #4a5215

#4a5215

Complementary Color

#4a5215 #1d1552

#4a5215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a5215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a5215 Color CSS Codes

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

#4a5215 Text Font Color

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

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


#4a5215 Background Color

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

This div background color is #4a5215


#4a5215 Border Color

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

This div border color is #4a5215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a5215


Comments

No comments written yet.

Please login to write comment.