Color Hex Logo

#395419 Color Hex

#395419
(57,84,25)
0 Favorites   0 Comments

Color spaces of #395419

RGB 578425
HSL0.240.540.21
HSV87°70°33°
CMYK 0.320.000.70   0.67
XYZ5.03317.28072.0597
Yxy7.28070.35020.5065
Hunter Lab26.9828-13.924214.3621
CIE-Lab32.4376-21.022930.2232

#395419 color RGB value is (57,84,25).

#395419 hex color red value is 57, green value is 84 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #395419 hue: 0.24 , saturation: 0.54 and the lightness value of 395419 is 0.21.

The process color (four color CMYK) of #395419 color hex is 0.32, 0.00, 0.70, 0.67. Web safe color of #395419 is #336600. Color #395419 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010100 00011001
Octal 71 124 31
Decimal 57 84 25
Hex 39 54 19

RGB Percentages of Color #395419

%34.34
%50.60
%15.06

CMYK Percentages of Color #395419

%32
%0
%70
%67

Triadic Colors of #395419

#395419 #193954 #541939

Analogous Colors of #395419

#395419 #1c5419 #545219

Monochromatic Colors of #395419

#395419

Complementary Color

#395419 #341954

#395419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395419 Color CSS Codes

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

#395419 Text Font Color

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

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


#395419 Background Color

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

This div background color is #395419


#395419 Border Color

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

This div border color is #395419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395419


Comments

No comments written yet.

Please login to write comment.