Color Hex Logo

#3a7216 Color Hex

#3A7216
(58,114,22)
0 Favorites   0 Comments

Color spaces of #3a7216

RGB 5811422
HSL0.270.680.27
HSV97°81°45°
CMYK 0.490.000.81   0.55
XYZ7.907112.99212.8500
Yxy12.99210.33290.5471
Hunter Lab36.0446-23.920420.5432
CIE-Lab42.7513-34.967441.9129

#3a7216 color RGB value is (58,114,22).

#3a7216 hex color red value is 58, green value is 114 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #3a7216 hue: 0.27 , saturation: 0.68 and the lightness value of 3a7216 is 0.27.

The process color (four color CMYK) of #3a7216 color hex is 0.49, 0.00, 0.81, 0.55. Web safe color of #3a7216 is #336600. Color #3a7216 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01110010 00010110
Octal 72 162 26
Decimal 58 114 22
Hex 3A 72 16

RGB Percentages of Color #3a7216

%29.90
%58.76
%11.34

CMYK Percentages of Color #3a7216

%49
%0
%81
%55

Triadic Colors of #3a7216

#3a7216 #163a72 #72163a

Analogous Colors of #3a7216

#3a7216 #167220 #687216

Monochromatic Colors of #3a7216

#3a7216

Complementary Color

#3a7216 #4e1672

#3a7216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a7216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a7216 Color CSS Codes

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

#3a7216 Text Font Color

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

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


#3a7216 Background Color

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

This div background color is #3a7216


#3a7216 Border Color

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

This div border color is #3a7216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a7216


Comments

No comments written yet.

Please login to write comment.