Color Hex Logo

#395124 Color Hex

#395124
(57,81,36)
0 Favorites   0 Comments

Color spaces of #395124

RGB 578136
HSL0.260.380.23
HSV92°56°32°
CMYK 0.300.000.56   0.68
XYZ4.94826.88212.7366
Yxy6.88210.33970.4724
Hunter Lab26.2338-12.240512.1787
CIE-Lab31.5370-18.202823.3761

#395124 color RGB value is (57,81,36).

#395124 hex color red value is 57, green value is 81 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #395124 hue: 0.26 , saturation: 0.38 and the lightness value of 395124 is 0.23.

The process color (four color CMYK) of #395124 color hex is 0.30, 0.00, 0.56, 0.68. Web safe color of #395124 is #336633. Color #395124 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010001 00100100
Octal 71 121 44
Decimal 57 81 36
Hex 39 51 24

RGB Percentages of Color #395124

%32.76
%46.55
%20.69

CMYK Percentages of Color #395124

%30
%0
%56
%68

Triadic Colors of #395124

#395124 #243951 #512439

Analogous Colors of #395124

#395124 #245126 #505124

Monochromatic Colors of #395124

#395124

Complementary Color

#395124 #3c2451

#395124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395124 Color CSS Codes

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

#395124 Text Font Color

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

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


#395124 Background Color

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

This div background color is #395124


#395124 Border Color

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

This div border color is #395124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395124


Comments

No comments written yet.

Please login to write comment.