Color Hex Logo

#395317 Color Hex

#395317
(57,83,23)
0 Favorites   0 Comments

Color spaces of #395317

RGB 578323
HSL0.240.570.21
HSV86°72°33°
CMYK 0.310.000.72   0.67
XYZ4.93537.11821.9245
Yxy7.11820.35310.5092
Hunter Lab26.6800-13.670714.3992
CIE-Lab32.0745-20.682030.7897

#395317 color RGB value is (57,83,23).

#395317 hex color red value is 57, green value is 83 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #395317 hue: 0.24 , saturation: 0.57 and the lightness value of 395317 is 0.21.

The process color (four color CMYK) of #395317 color hex is 0.31, 0.00, 0.72, 0.67. Web safe color of #395317 is #336600. Color #395317 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010011 00010111
Octal 71 123 27
Decimal 57 83 23
Hex 39 53 17

RGB Percentages of Color #395317

%34.97
%50.92
%14.11

CMYK Percentages of Color #395317

%31
%0
%72
%67

Triadic Colors of #395317

#395317 #173953 #531739

Analogous Colors of #395317

#395317 #1b5317 #534f17

Monochromatic Colors of #395317

#395317

Complementary Color

#395317 #311753

#395317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395317 Color CSS Codes

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

#395317 Text Font Color

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

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


#395317 Background Color

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

This div background color is #395317


#395317 Border Color

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

This div border color is #395317


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395317


Comments

No comments written yet.

Please login to write comment.