Color Hex Logo

#253849 Color Hex

#253849
(37,56,73)
1 Favorites   0 Comments

Color spaces of #253849

RGB 375673
HSL0.580.330.22
HSV208°49°29°
CMYK 0.490.230.00   0.71
XYZ3.37973.70276.8399
Yxy3.70270.24280.2660
Hunter Lab19.2424-2.3228-7.6055
CIE-Lab22.6632-2.2334-12.8441

#253849 color RGB value is (37,56,73).

#253849 hex color red value is 37, green value is 56 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #253849 hue: 0.58 , saturation: 0.33 and the lightness value of 253849 is 0.22.

The process color (four color CMYK) of #253849 color hex is 0.49, 0.23, 0.00, 0.71. Web safe color of #253849 is #333333. Color #253849 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111000 01001001
Octal 45 70 111
Decimal 37 56 73
Hex 25 38 49

RGB Percentages of Color #253849

%22.29
%33.73
%43.98

CMYK Percentages of Color #253849

%49
%23
%0
%71

Triadic Colors of #253849

#253849 #492538 #384925

Analogous Colors of #253849

#253849 #252649 #254948

Monochromatic Colors of #253849

#253849

Complementary Color

#253849 #493625

#253849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253849 Color CSS Codes

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

#253849 Text Font Color

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

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


#253849 Background Color

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

This div background color is #253849


#253849 Border Color

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

This div border color is #253849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253849


Comments

No comments written yet.

Please login to write comment.