Color Hex Logo

#253b3e Color Hex

#253B3E
(37,59,62)
0 Favorites   0 Comments

Color spaces of #253b3e

RGB 375962
HSL0.520.250.19
HSV187°40°24°
CMYK 0.400.050.00   0.76
XYZ3.19643.86905.1358
Yxy3.86900.26200.3171
Hunter Lab19.6698-5.4153-1.7118
CIE-Lab23.2335-7.7198-4.6184

#253b3e color RGB value is (37,59,62).

#253b3e hex color red value is 37, green value is 59 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #253b3e hue: 0.52 , saturation: 0.25 and the lightness value of 253b3e is 0.19.

The process color (four color CMYK) of #253b3e color hex is 0.40, 0.05, 0.00, 0.76. Web safe color of #253b3e is #333333. Color #253b3e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111011 00111110
Octal 45 73 76
Decimal 37 59 62
Hex 25 3B 3E

RGB Percentages of Color #253b3e

%23.42
%37.34
%39.24

CMYK Percentages of Color #253b3e

%40
%5
%0
%76

Triadic Colors of #253b3e

#253b3e #3e253b #3b3e25

Analogous Colors of #253b3e

#253b3e #252f3e #253e35

Monochromatic Colors of #253b3e

#253b3e

Complementary Color

#253b3e #3e2825

#253b3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253b3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#253b3e Color CSS Codes

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

#253b3e Text Font Color

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

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


#253b3e Background Color

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

This div background color is #253b3e


#253b3e Border Color

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

This div border color is #253b3e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,59,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #253b3e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #253b3e;
  -webkit-box-shadow: 1px 1px 3px 2px #253b3e;
  box-shadow:         1px 1px 3px 2px #253b3e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253b3e


Comments

No comments written yet.

Please login to write comment.