Color Hex Logo

#397540 Color Hex

#397540
(57,117,64)
0 Favorites   0 Comments

Color spaces of #397540

RGB 5711764
HSL0.350.340.34
HSV127°51°46°
CMYK 0.510.000.45   0.54
XYZ8.974013.96267.0726
Yxy13.96260.29900.4653
Hunter Lab37.3666-22.522714.9344
CIE-Lab44.1792-31.716323.3610

#397540 color RGB value is (57,117,64).

#397540 hex color red value is 57, green value is 117 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #397540 hue: 0.35 , saturation: 0.34 and the lightness value of 397540 is 0.34.

The process color (four color CMYK) of #397540 color hex is 0.51, 0.00, 0.45, 0.54. Web safe color of #397540 is #336633. Color #397540 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110101 01000000
Octal 71 165 100
Decimal 57 117 64
Hex 39 75 40

RGB Percentages of Color #397540

%23.95
%49.16
%26.89

CMYK Percentages of Color #397540

%51
%0
%45
%54

Triadic Colors of #397540

#397540 #403975 #754039

Analogous Colors of #397540

#397540 #39755e #507539

Monochromatic Colors of #397540

#397540

Complementary Color

#397540 #75396e

#397540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#397540 Color CSS Codes

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

#397540 Text Font Color

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

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


#397540 Background Color

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

This div background color is #397540


#397540 Border Color

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

This div border color is #397540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397540


Comments

No comments written yet.

Please login to write comment.