Color Hex Logo

#257060 Color Hex

#257060
(37,112,96)
0 Favorites   0 Comments

Color spaces of #257060

RGB 3711296
HSL0.460.500.29
HSV167°67°44°
CMYK 0.670.000.14   0.56
XYZ8.668412.826213.0852
Yxy12.82620.25070.3709
Hunter Lab35.8137-19.46953.4069
CIE-Lab42.5002-27.09332.1655

#257060 color RGB value is (37,112,96).

#257060 hex color red value is 37, green value is 112 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #257060 hue: 0.46 , saturation: 0.50 and the lightness value of 257060 is 0.29.

The process color (four color CMYK) of #257060 color hex is 0.67, 0.00, 0.14, 0.56. Web safe color of #257060 is #336666. Color #257060 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01110000 01100000
Octal 45 160 140
Decimal 37 112 96
Hex 25 70 60

RGB Percentages of Color #257060

%15.10
%45.71
%39.18

CMYK Percentages of Color #257060

%67
%0
%14
%56

Triadic Colors of #257060

#257060 #602570 #706025

Analogous Colors of #257060

#257060 #255b70 #25703b

Monochromatic Colors of #257060

#257060

Complementary Color

#257060 #702535

#257060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#257060 Color CSS Codes

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

#257060 Text Font Color

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

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


#257060 Background Color

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

This div background color is #257060


#257060 Border Color

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

This div border color is #257060


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,112,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257060


Comments

No comments written yet.

Please login to write comment.