Color Hex Logo

#395628 Color Hex

#395628
(57,86,40)
0 Favorites   0 Comments

Color spaces of #395628

RGB 578640
HSL0.270.370.25
HSV98°53°34°
CMYK 0.340.000.53   0.66
XYZ5.39817.67863.2051
Yxy7.67860.33150.4716
Hunter Lab27.7103-13.720312.5394
CIE-Lab33.3044-20.325823.2546

#395628 color RGB value is (57,86,40).

#395628 hex color red value is 57, green value is 86 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #395628 hue: 0.27 , saturation: 0.37 and the lightness value of 395628 is 0.25.

The process color (four color CMYK) of #395628 color hex is 0.34, 0.00, 0.53, 0.66. Web safe color of #395628 is #336633. Color #395628 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010110 00101000
Octal 71 126 50
Decimal 57 86 40
Hex 39 56 28

RGB Percentages of Color #395628

%31.15
%46.99
%21.86

CMYK Percentages of Color #395628

%34
%0
%53
%66

Triadic Colors of #395628

#395628 #283956 #562839

Analogous Colors of #395628

#395628 #28562e #505628

Monochromatic Colors of #395628

#395628

Complementary Color

#395628 #452856

#395628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395628 Color CSS Codes

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

#395628 Text Font Color

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

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


#395628 Background Color

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

This div background color is #395628


#395628 Border Color

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

This div border color is #395628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395628


Comments

No comments written yet.

Please login to write comment.