Color Hex Logo

#253032 Color Hex

#253032
(37,48,50)
0 Favorites   0 Comments

Color spaces of #253032

RGB 374850
HSL0.530.150.17
HSV189°26°20°
CMYK 0.260.040.00   0.80
XYZ2.39562.73753.4197
Yxy2.73750.28010.3201
Hunter Lab16.5454-3.1095-0.6726
CIE-Lab18.9604-4.0931-2.8249

#253032 color RGB value is (37,48,50).

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

The process color (four color CMYK) of #253032 color hex is 0.26, 0.04, 0.00, 0.80. Web safe color of #253032 is #333333. Color #253032 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110000 00110010
Octal 45 60 62
Decimal 37 48 50
Hex 25 30 32

RGB Percentages of Color #253032

%27.41
%35.56
%37.04

CMYK Percentages of Color #253032

%26
%4
%0
%80

Triadic Colors of #253032

#253032 #322530 #303225

Analogous Colors of #253032

#253032 #252a32 #25322e

Monochromatic Colors of #253032

#253032

Complementary Color

#253032 #322725

#253032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253032 Color CSS Codes

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

#253032 Text Font Color

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

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


#253032 Background Color

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

This div background color is #253032


#253032 Border Color

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

This div border color is #253032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253032


Comments

No comments written yet.

Please login to write comment.