Color Hex Logo

#257550 Color Hex

#257550
(37,117,80)
0 Favorites   0 Comments

Color spaces of #257550

RGB 3711780
HSL0.420.520.30
HSV152°68°46°
CMYK 0.680.000.32   0.54
XYZ8.572213.69519.7810
Yxy13.69510.26750.4273
Hunter Lab37.0069-23.414710.2344
CIE-Lab43.7925-33.499113.5187

#257550 color RGB value is (37,117,80).

#257550 hex color red value is 37, green value is 117 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #257550 hue: 0.42 , saturation: 0.52 and the lightness value of 257550 is 0.30.

The process color (four color CMYK) of #257550 color hex is 0.68, 0.00, 0.32, 0.54. Web safe color of #257550 is #336666. Color #257550 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01110101 01010000
Octal 45 165 120
Decimal 37 117 80
Hex 25 75 50

RGB Percentages of Color #257550

%15.81
%50.00
%34.19

CMYK Percentages of Color #257550

%68
%0
%32
%54

Triadic Colors of #257550

#257550 #502575 #755025

Analogous Colors of #257550

#257550 #257275 #257528

Monochromatic Colors of #257550

#257550

Complementary Color

#257550 #75254a

#257550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#257550 Color CSS Codes

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

#257550 Text Font Color

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

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


#257550 Background Color

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

This div background color is #257550


#257550 Border Color

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

This div border color is #257550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257550


Comments

No comments written yet.

Please login to write comment.