Color Hex Logo

#25323e Color Hex

#25323E
(37,50,62)
0 Favorites   0 Comments

Color spaces of #25323e

RGB 375062
HSL0.580.250.19
HSV209°40°24°
CMYK 0.400.190.00   0.76
XYZ2.77313.02234.9946
Yxy3.02230.25700.2801
Hunter Lab17.3848-1.9502-4.8645
CIE-Lab20.1330-1.8195-9.2958

#25323e color RGB value is (37,50,62).

#25323e hex color red value is 37, green value is 50 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #25323e hue: 0.58 , saturation: 0.25 and the lightness value of 25323e is 0.19.

The process color (four color CMYK) of #25323e color hex is 0.40, 0.19, 0.00, 0.76. Web safe color of #25323e is #333333. Color #25323e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110010 00111110
Octal 45 62 76
Decimal 37 50 62
Hex 25 32 3E

RGB Percentages of Color #25323e

%24.83
%33.56
%41.61

CMYK Percentages of Color #25323e

%40
%19
%0
%76

Triadic Colors of #25323e

#25323e #3e2532 #323e25

Analogous Colors of #25323e

#25323e #25263e #253e3e

Monochromatic Colors of #25323e

#25323e

Complementary Color

#25323e #3e3125

#25323e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25323e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25323e Color CSS Codes

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

#25323e Text Font Color

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

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


#25323e Background Color

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

This div background color is #25323e


#25323e Border Color

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

This div border color is #25323e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25323e


Comments

No comments written yet.

Please login to write comment.