Color Hex Logo

#253539 Color Hex

#253539
(37,53,57)
0 Favorites   0 Comments

Color spaces of #253539

RGB 375357
HSL0.530.210.18
HSV192°35°22°
CMYK 0.350.070.00   0.78
XYZ2.77463.23494.3491
Yxy3.23490.26790.3123
Hunter Lab17.9858-3.9387-1.7467
CIE-Lab20.9611-5.3612-4.6404

#253539 color RGB value is (37,53,57).

#253539 hex color red value is 37, green value is 53 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #253539 hue: 0.53 , saturation: 0.21 and the lightness value of 253539 is 0.18.

The process color (four color CMYK) of #253539 color hex is 0.35, 0.07, 0.00, 0.78. Web safe color of #253539 is #333333. Color #253539 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110101 00111001
Octal 45 65 71
Decimal 37 53 57
Hex 25 35 39

RGB Percentages of Color #253539

%25.17
%36.05
%38.78

CMYK Percentages of Color #253539

%35
%7
%0
%78

Triadic Colors of #253539

#253539 #392535 #353925

Analogous Colors of #253539

#253539 #252b39 #253933

Monochromatic Colors of #253539

#253539

Complementary Color

#253539 #392925

#253539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253539 Color CSS Codes

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

#253539 Text Font Color

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

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


#253539 Background Color

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

This div background color is #253539


#253539 Border Color

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

This div border color is #253539


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253539


Comments

No comments written yet.

Please login to write comment.