Color Hex Logo

#394a13 Color Hex

#394A13
(57,74,19)
0 Favorites   0 Comments

Color spaces of #394a13

RGB 577419
HSL0.220.590.18
HSV79°74°29°
CMYK 0.230.000.74   0.71
XYZ4.25375.81441.5142
Yxy5.81440.36730.5020
Hunter Lab24.1131-10.709313.1560
CIE-Lab28.9393-16.184329.3861

#394a13 color RGB value is (57,74,19).

#394a13 hex color red value is 57, green value is 74 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #394a13 hue: 0.22 , saturation: 0.59 and the lightness value of 394a13 is 0.18.

The process color (four color CMYK) of #394a13 color hex is 0.23, 0.00, 0.74, 0.71. Web safe color of #394a13 is #333300. Color #394a13 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001010 00010011
Octal 71 112 23
Decimal 57 74 19
Hex 39 4A 13

RGB Percentages of Color #394a13

%38.00
%49.33
%12.67

CMYK Percentages of Color #394a13

%23
%0
%74
%71

Triadic Colors of #394a13

#394a13 #13394a #4a1339

Analogous Colors of #394a13

#394a13 #1e4a13 #4a4013

Monochromatic Colors of #394a13

#394a13

Complementary Color

#394a13 #24134a

#394a13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394a13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394a13 Color CSS Codes

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

#394a13 Text Font Color

<p style="color:#394a13">Text here</p>

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


#394a13 Background Color

<div style="background-color:#394a13">
Div content here</div>

This div background color is #394a13


#394a13 Border Color

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

This div border color is #394a13


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,74,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #394a13; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #394a13;
  -webkit-box-shadow: 1px 1px 3px 2px #394a13;
  box-shadow:         1px 1px 3px 2px #394a13; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394a13


Comments

No comments written yet.

Please login to write comment.