Color Hex Logo

#394213 Color Hex

#394213
(57,66,19)
0 Favorites   0 Comments

Color spaces of #394213

RGB 576619
HSL0.200.550.17
HSV71°71°26°
CMYK 0.140.000.71   0.74
XYZ3.75314.81331.3473
Yxy4.81330.37860.4855
Hunter Lab21.9392-7.858011.7164
CIE-Lab26.1961-11.616626.4927

#394213 color RGB value is (57,66,19).

#394213 hex color red value is 57, green value is 66 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #394213 hue: 0.20 , saturation: 0.55 and the lightness value of 394213 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000010 00010011
Octal 71 102 23
Decimal 57 66 19
Hex 39 42 13

RGB Percentages of Color #394213

%40.14
%46.48
%13.38

CMYK Percentages of Color #394213

%14
%0
%71
%74

Triadic Colors of #394213

#394213 #133942 #421339

Analogous Colors of #394213

#394213 #224213 #423413

Monochromatic Colors of #394213

#394213

Complementary Color

#394213 #1c1342

#394213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394213 Color CSS Codes

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

#394213 Text Font Color

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

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


#394213 Background Color

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

This div background color is #394213


#394213 Border Color

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

This div border color is #394213


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,66,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 #394213">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394213


Comments

No comments written yet.

Please login to write comment.