Color Hex Logo

#253543 Color Hex

#253543
(37,53,67)
0 Favorites   0 Comments

Color spaces of #253543

RGB 375367
HSL0.580.290.20
HSV208°45°26°
CMYK 0.450.210.00   0.74
XYZ3.04923.34485.7951
Yxy3.34480.25020.2744
Hunter Lab18.2888-2.2450-5.9848
CIE-Lab21.3750-2.2253-10.7913

#253543 color RGB value is (37,53,67).

#253543 hex color red value is 37, green value is 53 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #253543 hue: 0.58 , saturation: 0.29 and the lightness value of 253543 is 0.20.

The process color (four color CMYK) of #253543 color hex is 0.45, 0.21, 0.00, 0.74. Web safe color of #253543 is #333333. Color #253543 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110101 01000011
Octal 45 65 103
Decimal 37 53 67
Hex 25 35 43

RGB Percentages of Color #253543

%23.57
%33.76
%42.68

CMYK Percentages of Color #253543

%45
%21
%0
%74

Triadic Colors of #253543

#253543 #432535 #354325

Analogous Colors of #253543

#253543 #252643 #254342

Monochromatic Colors of #253543

#253543

Complementary Color

#253543 #433325

#253543 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253543 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253543 Color CSS Codes

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

#253543 Text Font Color

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

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


#253543 Background Color

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

This div background color is #253543


#253543 Border Color

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

This div border color is #253543


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253543


Comments

No comments written yet.

Please login to write comment.