Color Hex Logo

#395c29 Color Hex

#395C29
(57,92,41)
0 Favorites   0 Comments

Color spaces of #395c29

RGB 579241
HSL0.280.380.26
HSV101°55°36°
CMYK 0.380.000.55   0.64
XYZ5.91478.68423.4623
Yxy8.68420.32750.4808
Hunter Lab29.4690-15.744113.6623
CIE-Lab35.3690-23.280025.2049

#395c29 color RGB value is (57,92,41).

#395c29 hex color red value is 57, green value is 92 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #395c29 hue: 0.28 , saturation: 0.38 and the lightness value of 395c29 is 0.26.

The process color (four color CMYK) of #395c29 color hex is 0.38, 0.00, 0.55, 0.64. Web safe color of #395c29 is #336633. Color #395c29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011100 00101001
Octal 71 134 51
Decimal 57 92 41
Hex 39 5C 29

RGB Percentages of Color #395c29

%30.00
%48.42
%21.58

CMYK Percentages of Color #395c29

%38
%0
%55
%64

Triadic Colors of #395c29

#395c29 #29395c #5c2939

Analogous Colors of #395c29

#395c29 #295c33 #535c29

Monochromatic Colors of #395c29

#395c29

Complementary Color

#395c29 #4c295c

#395c29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395c29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395c29 Color CSS Codes

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

#395c29 Text Font Color

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

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


#395c29 Background Color

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

This div background color is #395c29


#395c29 Border Color

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

This div border color is #395c29


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,92,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #395c29; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #395c29;
  -webkit-box-shadow: 1px 1px 3px 2px #395c29;
  box-shadow:         1px 1px 3px 2px #395c29; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395c29


Comments

No comments written yet.

Please login to write comment.