Color Hex Logo

#253538 Color Hex

#253538
(37,53,56)
0 Favorites   0 Comments

Color spaces of #253538

RGB 375356
HSL0.530.200.18
HSV189°34°22°
CMYK 0.340.050.00   0.78
XYZ2.74993.22504.2189
Yxy3.22500.26980.3164
Hunter Lab17.9583-4.0938-1.3581
CIE-Lab20.9234-5.6567-4.0163

#253538 color RGB value is (37,53,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110101 00111000
Octal 45 65 70
Decimal 37 53 56
Hex 25 35 38

RGB Percentages of Color #253538

%25.34
%36.30
%38.36

CMYK Percentages of Color #253538

%34
%5
%0
%78

Triadic Colors of #253538

#253538 #382535 #353825

Analogous Colors of #253538

#253538 #252c38 #253832

Monochromatic Colors of #253538

#253538

Complementary Color

#253538 #382825

#253538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253538 Color CSS Codes

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

#253538 Text Font Color

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

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


#253538 Background Color

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

This div background color is #253538


#253538 Border Color

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

This div border color is #253538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253538


Comments

No comments written yet.

Please login to write comment.