Color Hex Logo

#3a490f Color Hex

#3A490F
(58,73,15)
0 Favorites   0 Comments

Color spaces of #3a490f

RGB 587315
HSL0.210.660.17
HSV76°79°29°
CMYK 0.210.000.79   0.71
XYZ4.21375.69911.3299
Yxy5.69910.37480.5069
Hunter Lab23.8728-10.271013.4080
CIE-Lab28.6403-15.453630.9068

#3a490f color RGB value is (58,73,15).

#3a490f hex color red value is 58, green value is 73 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #3a490f hue: 0.21 , saturation: 0.66 and the lightness value of 3a490f is 0.17.

The process color (four color CMYK) of #3a490f color hex is 0.21, 0.00, 0.79, 0.71. Web safe color of #3a490f is #333300. Color #3a490f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01001001 00001111
Octal 72 111 17
Decimal 58 73 15
Hex 3A 49 F

RGB Percentages of Color #3a490f

%39.73
%50.00
%10.27

CMYK Percentages of Color #3a490f

%21
%0
%79
%71

Triadic Colors of #3a490f

#3a490f #0f3a49 #490f3a

Analogous Colors of #3a490f

#3a490f #1d490f #493b0f

Monochromatic Colors of #3a490f

#3a490f

Complementary Color

#3a490f #1e0f49

#3a490f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a490f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a490f Color CSS Codes

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

#3a490f Text Font Color

<p style="color:#3a490f">Text here</p>

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


#3a490f Background Color

<div style="background-color:#3a490f">
Div content here</div>

This div background color is #3a490f


#3a490f Border Color

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

This div border color is #3a490f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,73,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a490f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a490f;
  -webkit-box-shadow: 1px 1px 3px 2px #3a490f;
  box-shadow:         1px 1px 3px 2px #3a490f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,73,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a490f


Comments

No comments written yet.

Please login to write comment.