Color Hex Logo

#3a531f Color Hex

#3A531F
(58,83,31)
0 Favorites   0 Comments

Color spaces of #3a531f

RGB 588331
HSL0.250.460.22
HSV89°63°33°
CMYK 0.300.000.63   0.67
XYZ5.08557.18502.4151
Yxy7.18500.34630.4893
Hunter Lab26.8049-13.042913.4214
CIE-Lab32.2244-19.454826.9517

#3a531f color RGB value is (58,83,31).

#3a531f hex color red value is 58, green value is 83 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #3a531f hue: 0.25 , saturation: 0.46 and the lightness value of 3a531f is 0.22.

The process color (four color CMYK) of #3a531f color hex is 0.30, 0.00, 0.63, 0.67. Web safe color of #3a531f is #336633. Color #3a531f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01010011 00011111
Octal 72 123 37
Decimal 58 83 31
Hex 3A 53 1F

RGB Percentages of Color #3a531f

%33.72
%48.26
%18.02

CMYK Percentages of Color #3a531f

%30
%0
%63
%67

Triadic Colors of #3a531f

#3a531f #1f3a53 #531f3a

Analogous Colors of #3a531f

#3a531f #20531f #53521f

Monochromatic Colors of #3a531f

#3a531f

Complementary Color

#3a531f #381f53

#3a531f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a531f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a531f Color CSS Codes

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

#3a531f Text Font Color

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

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


#3a531f Background Color

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

This div background color is #3a531f


#3a531f Border Color

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

This div border color is #3a531f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a531f


Comments

No comments written yet.

Please login to write comment.