Color Hex Logo

#25313e Color Hex

#25313E
(37,49,62)
0 Favorites   0 Comments

Color spaces of #25313e

RGB 374962
HSL0.590.250.19
HSV211°40°24°
CMYK 0.400.210.00   0.76
XYZ2.73082.93774.9805
Yxy2.93770.25640.2759
Hunter Lab17.1397-1.5549-5.2308
CIE-Lab19.7926-1.1392-9.8151

#25313e color RGB value is (37,49,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110001 00111110
Octal 45 61 76
Decimal 37 49 62
Hex 25 31 3E

RGB Percentages of Color #25313e

%25.00
%33.11
%41.89

CMYK Percentages of Color #25313e

%40
%21
%0
%76

Triadic Colors of #25313e

#25313e #3e2531 #313e25

Analogous Colors of #25313e

#25313e #26253e #253e3e

Monochromatic Colors of #25313e

#25313e

Complementary Color

#25313e #3e3225

#25313e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25313e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25313e Color CSS Codes

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

#25313e Text Font Color

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

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


#25313e Background Color

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

This div background color is #25313e


#25313e Border Color

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

This div border color is #25313e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25313e


Comments

No comments written yet.

Please login to write comment.