Color Hex Logo

#397a14 Color Hex

#397A14
(57,122,20)
0 Favorites   0 Comments

Color spaces of #397a14

RGB 5712220
HSL0.270.720.28
HSV98°84°48°
CMYK 0.530.000.84   0.52
XYZ8.773114.83943.0637
Yxy14.83940.32890.5563
Hunter Lab38.5219-26.761322.2499
CIE-Lab45.4134-38.747945.0542

#397a14 color RGB value is (57,122,20).

#397a14 hex color red value is 57, green value is 122 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #397a14 hue: 0.27 , saturation: 0.72 and the lightness value of 397a14 is 0.28.

The process color (four color CMYK) of #397a14 color hex is 0.53, 0.00, 0.84, 0.52. Web safe color of #397a14 is #336600. Color #397a14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111010 00010100
Octal 71 172 24
Decimal 57 122 20
Hex 39 7A 14

RGB Percentages of Color #397a14

%28.64
%61.31
%10.05

CMYK Percentages of Color #397a14

%53
%0
%84
%52

Triadic Colors of #397a14

#397a14 #14397a #7a1439

Analogous Colors of #397a14

#397a14 #147a22 #6c7a14

Monochromatic Colors of #397a14

#397a14

Complementary Color

#397a14 #55147a

#397a14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397a14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#397a14 Color CSS Codes

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

#397a14 Text Font Color

<p style="color:#397a14">Text here</p>

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


#397a14 Background Color

<div style="background-color:#397a14">
Div content here</div>

This div background color is #397a14


#397a14 Border Color

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

This div border color is #397a14


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,122,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #397a14; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #397a14;
  -webkit-box-shadow: 1px 1px 3px 2px #397a14;
  box-shadow:         1px 1px 3px 2px #397a14; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,122,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397a14


Comments

No comments written yet.

Please login to write comment.