Color Hex Logo

#253137 Color Hex

#253137
(37,49,55)
0 Favorites   0 Comments

Color spaces of #253137

RGB 374955
HSL0.560.200.18
HSV200°33°22°
CMYK 0.330.110.00   0.78
XYZ2.55092.86584.0331
Yxy2.86580.26990.3033
Hunter Lab16.9287-2.7279-2.2752
CIE-Lab19.4982-3.3096-5.4650

#253137 color RGB value is (37,49,55).

#253137 hex color red value is 37, green value is 49 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #253137 hue: 0.56 , saturation: 0.20 and the lightness value of 253137 is 0.18.

The process color (four color CMYK) of #253137 color hex is 0.33, 0.11, 0.00, 0.78. Web safe color of #253137 is #333333. Color #253137 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110001 00110111
Octal 45 61 67
Decimal 37 49 55
Hex 25 31 37

RGB Percentages of Color #253137

%26.24
%34.75
%39.01

CMYK Percentages of Color #253137

%33
%11
%0
%78

Triadic Colors of #253137

#253137 #372531 #313725

Analogous Colors of #253137

#253137 #252837 #253734

Monochromatic Colors of #253137

#253137

Complementary Color

#253137 #372b25

#253137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253137 Color CSS Codes

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

#253137 Text Font Color

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

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


#253137 Background Color

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

This div background color is #253137


#253137 Border Color

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

This div border color is #253137


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253137


Comments

No comments written yet.

Please login to write comment.