Color Hex Logo

#253740 Color Hex

#253740
(37,55,64)
0 Favorites   0 Comments

Color spaces of #253740

RGB 375564
HSL0.560.270.20
HSV200°42°25°
CMYK 0.420.140.00   0.75
XYZ3.05463.49595.3643
Yxy3.49590.25640.2934
Hunter Lab18.6973-3.5586-3.9223
CIE-Lab21.9295-4.5218-7.9229

#253740 color RGB value is (37,55,64).

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

The process color (four color CMYK) of #253740 color hex is 0.42, 0.14, 0.00, 0.75. Web safe color of #253740 is #333333. Color #253740 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110111 01000000
Octal 45 67 100
Decimal 37 55 64
Hex 25 37 40

RGB Percentages of Color #253740

%23.72
%35.26
%41.03

CMYK Percentages of Color #253740

%42
%14
%0
%75

Triadic Colors of #253740

#253740 #402537 #374025

Analogous Colors of #253740

#253740 #252a40 #25403c

Monochromatic Colors of #253740

#253740

Complementary Color

#253740 #402e25

#253740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253740 Color CSS Codes

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

#253740 Text Font Color

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

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


#253740 Background Color

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

This div background color is #253740


#253740 Border Color

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

This div border color is #253740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253740


Comments

No comments written yet.

Please login to write comment.