Color Hex Logo

#395c44 Color Hex

#395C44
(57,92,68)
0 Favorites   0 Comments

Color spaces of #395c44

RGB 579268
HSL0.390.230.29
HSV139°38°36°
CMYK 0.380.000.26   0.64
XYZ6.55798.94156.8491
Yxy8.94150.29340.4001
Hunter Lab29.9023-13.18227.3513
CIE-Lab35.8714-18.50909.8931

#395c44 color RGB value is (57,92,68).

#395c44 hex color red value is 57, green value is 92 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #395c44 hue: 0.39 , saturation: 0.23 and the lightness value of 395c44 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011100 01000100
Octal 71 134 104
Decimal 57 92 68
Hex 39 5C 44

RGB Percentages of Color #395c44

%26.27
%42.40
%31.34

CMYK Percentages of Color #395c44

%38
%0
%26
%64

Triadic Colors of #395c44

#395c44 #44395c #5c4439

Analogous Colors of #395c44

#395c44 #395c56 #405c39

Monochromatic Colors of #395c44

#395c44

Complementary Color

#395c44 #5c3951

#395c44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395c44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395c44 Color CSS Codes

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

#395c44 Text Font Color

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

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


#395c44 Background Color

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

This div background color is #395c44


#395c44 Border Color

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

This div border color is #395c44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395c44


Comments

No comments written yet.

Please login to write comment.