Color Hex Logo

#395310 Color Hex

#395310
(57,83,16)
0 Favorites   0 Comments

Color spaces of #395310

RGB 578316
HSL0.230.680.19
HSV83°81°33°
CMYK 0.310.000.81   0.67
XYZ4.87417.09381.6026
Yxy7.09380.35920.5227
Hunter Lab26.6342-13.944015.0764
CIE-Lab32.0195-21.219333.7784

#395310 color RGB value is (57,83,16).

#395310 hex color red value is 57, green value is 83 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #395310 hue: 0.23 , saturation: 0.68 and the lightness value of 395310 is 0.19.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010011 00010000
Octal 71 123 20
Decimal 57 83 16
Hex 39 53 10

RGB Percentages of Color #395310

%36.54
%53.21
%10.26

CMYK Percentages of Color #395310

%31
%0
%81
%67

Triadic Colors of #395310

#395310 #103953 #531039

Analogous Colors of #395310

#395310 #185310 #534c10

Monochromatic Colors of #395310

#395310

Complementary Color

#395310 #2a1053

#395310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395310 Color CSS Codes

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

#395310 Text Font Color

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

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


#395310 Background Color

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

This div background color is #395310


#395310 Border Color

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

This div border color is #395310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395310


Comments

No comments written yet.

Please login to write comment.