Color Hex Logo

#257340 Color Hex

#257340
(37,115,64)
0 Favorites   0 Comments

Color spaces of #257340

RGB 3711564
HSL0.390.510.30
HSV141°68°45°
CMYK 0.680.000.44   0.55
XYZ7.819113.02496.9524
Yxy13.02490.28130.4686
Hunter Lab36.0900-24.484613.8414
CIE-Lab42.8007-35.993121.4423

#257340 color RGB value is (37,115,64).

#257340 hex color red value is 37, green value is 115 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #257340 hue: 0.39 , saturation: 0.51 and the lightness value of 257340 is 0.30.

The process color (four color CMYK) of #257340 color hex is 0.68, 0.00, 0.44, 0.55. Web safe color of #257340 is #336633. Color #257340 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01110011 01000000
Octal 45 163 100
Decimal 37 115 64
Hex 25 73 40

RGB Percentages of Color #257340

%17.13
%53.24
%29.63

CMYK Percentages of Color #257340

%68
%0
%44
%55

Triadic Colors of #257340

#257340 #402573 #734025

Analogous Colors of #257340

#257340 #257367 #317325

Monochromatic Colors of #257340

#257340

Complementary Color

#257340 #732558

#257340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#257340 Color CSS Codes

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

#257340 Text Font Color

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

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


#257340 Background Color

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

This div background color is #257340


#257340 Border Color

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

This div border color is #257340


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,115,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 #257340">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257340


Comments

No comments written yet.

Please login to write comment.