Color Hex Logo

#394316 Color Hex

#394316
(57,67,22)
0 Favorites   0 Comments

Color spaces of #394316

RGB 576722
HSL0.200.510.17
HSV73°67°26°
CMYK 0.150.000.67   0.74
XYZ3.83934.94211.5106
Yxy4.94210.37300.4802
Hunter Lab22.2308-8.076711.5328
CIE-Lab26.5692-11.931025.3378

#394316 color RGB value is (57,67,22).

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

The process color (four color CMYK) of #394316 color hex is 0.15, 0.00, 0.67, 0.74. Web safe color of #394316 is #333300. Color #394316 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000011 00010110
Octal 71 103 26
Decimal 57 67 22
Hex 39 43 16

RGB Percentages of Color #394316

%39.04
%45.89
%15.07

CMYK Percentages of Color #394316

%15
%0
%67
%74

Triadic Colors of #394316

#394316 #163943 #431639

Analogous Colors of #394316

#394316 #234316 #433716

Monochromatic Colors of #394316

#394316

Complementary Color

#394316 #201643

#394316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394316 Color CSS Codes

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

#394316 Text Font Color

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

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


#394316 Background Color

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

This div background color is #394316


#394316 Border Color

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

This div border color is #394316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394316


Comments

No comments written yet.

Please login to write comment.