Color Hex Logo

#257672 Color Hex

#257672
(37,118,114)
0 Favorites   0 Comments

Color spaces of #257672

RGB 37118114
HSL0.490.520.30
HSV177°69°46°
CMYK 0.690.000.03   0.54
XYZ10.278614.565118.1892
Yxy14.56510.23890.3385
Hunter Lab38.1643-18.7129-1.5428
CIE-Lab45.0327-24.8572-4.9204

#257672 color RGB value is (37,118,114).

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

The process color (four color CMYK) of #257672 color hex is 0.69, 0.00, 0.03, 0.54. Web safe color of #257672 is #336666. Color #257672 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01110110 01110010
Octal 45 166 162
Decimal 37 118 114
Hex 25 76 72

RGB Percentages of Color #257672

%13.75
%43.87
%42.38

CMYK Percentages of Color #257672

%69
%0
%3
%54

Triadic Colors of #257672

#257672 #722576 #767225

Analogous Colors of #257672

#257672 #255276 #25764a

Monochromatic Colors of #257672

#257672

Complementary Color

#257672 #762529

#257672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#257672 Color CSS Codes

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

#257672 Text Font Color

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

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


#257672 Background Color

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

This div background color is #257672


#257672 Border Color

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

This div border color is #257672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257672


Comments

No comments written yet.

Please login to write comment.