Color Hex Logo

#253034 Color Hex

#253034
(37,48,52)
0 Favorites   0 Comments

Color spaces of #253034

RGB 374852
HSL0.540.170.17
HSV196°29°20°
CMYK 0.290.080.00   0.80
XYZ2.43972.75523.6520
Yxy2.75520.27580.3114
Hunter Lab16.5988-2.8119-1.4256
CIE-Lab19.0356-3.5230-4.0930

#253034 color RGB value is (37,48,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110000 00110100
Octal 45 60 64
Decimal 37 48 52
Hex 25 30 34

RGB Percentages of Color #253034

%27.01
%35.04
%37.96

CMYK Percentages of Color #253034

%29
%8
%0
%80

Triadic Colors of #253034

#253034 #342530 #303425

Analogous Colors of #253034

#253034 #252934 #253431

Monochromatic Colors of #253034

#253034

Complementary Color

#253034 #342925

#253034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253034 Color CSS Codes

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

#253034 Text Font Color

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

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


#253034 Background Color

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

This div background color is #253034


#253034 Border Color

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

This div border color is #253034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253034


Comments

No comments written yet.

Please login to write comment.