Color Hex Logo

#25493e Color Hex

#25493E
(37,73,62)
0 Favorites   0 Comments

Color spaces of #25493e

RGB 377362
HSL0.450.330.22
HSV162°49°29°
CMYK 0.490.000.15   0.71
XYZ4.01505.50625.4086
Yxy5.50620.26890.3688
Hunter Lab23.4653-10.52222.7597
CIE-Lab28.1308-16.08422.5677

#25493e color RGB value is (37,73,62).

#25493e hex color red value is 37, green value is 73 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #25493e hue: 0.45 , saturation: 0.33 and the lightness value of 25493e is 0.22.

The process color (four color CMYK) of #25493e color hex is 0.49, 0.00, 0.15, 0.71. Web safe color of #25493e is #333333. Color #25493e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001001 00111110
Octal 45 111 76
Decimal 37 73 62
Hex 25 49 3E

RGB Percentages of Color #25493e

%21.51
%42.44
%36.05

CMYK Percentages of Color #25493e

%49
%0
%15
%71

Triadic Colors of #25493e

#25493e #3e2549 #493e25

Analogous Colors of #25493e

#25493e #254249 #25492c

Monochromatic Colors of #25493e

#25493e

Complementary Color

#25493e #492530

#25493e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25493e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25493e Color CSS Codes

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

#25493e Text Font Color

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

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


#25493e Background Color

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

This div background color is #25493e


#25493e Border Color

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

This div border color is #25493e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25493e


Comments

No comments written yet.

Please login to write comment.