Color Hex Logo

#257576 Color Hex

#257576
(37,117,118)
0 Favorites   0 Comments

Color spaces of #257576

RGB 37117118
HSL0.500.520.30
HSV181°69°46°
CMYK 0.690.010.00   0.54
XYZ10.394314.423919.3758
Yxy14.42390.23520.3264
Hunter Lab37.9788-17.6098-3.6630
CIE-Lab44.8348-23.1139-7.6065

#257576 color RGB value is (37,117,118).

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

The process color (four color CMYK) of #257576 color hex is 0.69, 0.01, 0.00, 0.54. Web safe color of #257576 is #336666. Color #257576 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01110101 01110110
Octal 45 165 166
Decimal 37 117 118
Hex 25 75 76

RGB Percentages of Color #257576

%13.60
%43.01
%43.38

CMYK Percentages of Color #257576

%69
%1
%0
%54

Triadic Colors of #257576

#257576 #762575 #757625

Analogous Colors of #257576

#257576 #254d76 #25764f

Monochromatic Colors of #257576

#257576

Complementary Color

#257576 #762625

#257576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#257576 Color CSS Codes

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

#257576 Text Font Color

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

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


#257576 Background Color

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

This div background color is #257576


#257576 Border Color

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

This div border color is #257576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257576


Comments

No comments written yet.

Please login to write comment.