Color Hex Logo

#253138 Color Hex

#253138
(37,49,56)
0 Favorites   0 Comments

Color spaces of #253138

RGB 374956
HSL0.560.200.18
HSV202°34°22°
CMYK 0.340.130.00   0.78
XYZ2.57512.87554.1607
Yxy2.87550.26790.2992
Hunter Lab16.9573-2.5686-2.6775
CIE-Lab19.5382-3.0102-6.0918

#253138 color RGB value is (37,49,56).

#253138 hex color red value is 37, green value is 49 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #253138 hue: 0.56 , saturation: 0.20 and the lightness value of 253138 is 0.18.

The process color (four color CMYK) of #253138 color hex is 0.34, 0.13, 0.00, 0.78. Web safe color of #253138 is #333333. Color #253138 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110001 00111000
Octal 45 61 70
Decimal 37 49 56
Hex 25 31 38

RGB Percentages of Color #253138

%26.06
%34.51
%39.44

CMYK Percentages of Color #253138

%34
%13
%0
%78

Triadic Colors of #253138

#253138 #382531 #313825

Analogous Colors of #253138

#253138 #252838 #253836

Monochromatic Colors of #253138

#253138

Complementary Color

#253138 #382c25

#253138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253138 Color CSS Codes

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

#253138 Text Font Color

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

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


#253138 Background Color

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

This div background color is #253138


#253138 Border Color

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

This div border color is #253138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253138


Comments

No comments written yet.

Please login to write comment.