Color Hex Logo

#253134 Color Hex

#253134
(37,49,52)
0 Favorites   0 Comments

Color spaces of #253134

RGB 374952
HSL0.530.170.17
HSV192°29°20°
CMYK 0.290.060.00   0.80
XYZ2.48112.83793.6658
Yxy2.83790.27610.3159
Hunter Lab16.8461-3.1910-1.1096
CIE-Lab19.3826-4.1895-3.5757

#253134 color RGB value is (37,49,52).

#253134 hex color red value is 37, green value is 49 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #253134 hue: 0.53 , saturation: 0.17 and the lightness value of 253134 is 0.17.

The process color (four color CMYK) of #253134 color hex is 0.29, 0.06, 0.00, 0.80. Web safe color of #253134 is #333333. Color #253134 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110001 00110100
Octal 45 61 64
Decimal 37 49 52
Hex 25 31 34

RGB Percentages of Color #253134

%26.81
%35.51
%37.68

CMYK Percentages of Color #253134

%29
%6
%0
%80

Triadic Colors of #253134

#253134 #342531 #313425

Analogous Colors of #253134

#253134 #252a34 #253430

Monochromatic Colors of #253134

#253134

Complementary Color

#253134 #342825

#253134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253134 Color CSS Codes

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

#253134 Text Font Color

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

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


#253134 Background Color

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

This div background color is #253134


#253134 Border Color

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

This div border color is #253134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253134


Comments

No comments written yet.

Please login to write comment.