Color Hex Logo

#395845 Color Hex

#395845
(57,88,69)
0 Favorites   0 Comments

Color spaces of #395845

RGB 578869
HSL0.400.210.28
HSV143°35°35°
CMYK 0.350.000.22   0.65
XYZ6.25128.27906.8988
Yxy8.27900.29170.3863
Hunter Lab28.7733-11.57285.9256
CIE-Lab34.5573-16.09297.4354

#395845 color RGB value is (57,88,69).

#395845 hex color red value is 57, green value is 88 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #395845 hue: 0.40 , saturation: 0.21 and the lightness value of 395845 is 0.28.

The process color (four color CMYK) of #395845 color hex is 0.35, 0.00, 0.22, 0.65. Web safe color of #395845 is #336633. Color #395845 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011000 01000101
Octal 71 130 105
Decimal 57 88 69
Hex 39 58 45

RGB Percentages of Color #395845

%26.64
%41.12
%32.24

CMYK Percentages of Color #395845

%35
%0
%22
%65

Triadic Colors of #395845

#395845 #453958 #584539

Analogous Colors of #395845

#395845 #395855 #3d5839

Monochromatic Colors of #395845

#395845

Complementary Color

#395845 #58394c

#395845 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395845 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395845 Color CSS Codes

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

#395845 Text Font Color

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

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


#395845 Background Color

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

This div background color is #395845


#395845 Border Color

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

This div border color is #395845


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395845


Comments

No comments written yet.

Please login to write comment.