Color Hex Logo

#253949 Color Hex

#253949
(37,57,73)
2 Favorites   0 Comments

Color spaces of #253949

RGB 375773
HSL0.570.330.22
HSV207°49°29°
CMYK 0.490.220.00   0.71
XYZ3.42873.80066.8562
Yxy3.80060.24340.2698
Hunter Lab19.4951-2.7228-7.2050
CIE-Lab23.0010-2.8986-12.3248

#253949 color RGB value is (37,57,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111001 01001001
Octal 45 71 111
Decimal 37 57 73
Hex 25 39 49

RGB Percentages of Color #253949

%22.16
%34.13
%43.71

CMYK Percentages of Color #253949

%49
%22
%0
%71

Triadic Colors of #253949

#253949 #492539 #394925

Analogous Colors of #253949

#253949 #252749 #254947

Monochromatic Colors of #253949

#253949

Complementary Color

#253949 #493525

#253949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253949 Color CSS Codes

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

#253949 Text Font Color

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

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


#253949 Background Color

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

This div background color is #253949


#253949 Border Color

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

This div border color is #253949


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,57,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 #253949">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253949

#253949 Color Palettes


Comments

No comments written yet.

Please login to write comment.