Color Hex Logo

#25493f Color Hex

#25493F
(37,73,63)
0 Favorites   0 Comments

Color spaces of #25493f

RGB 377363
HSL0.450.330.22
HSV163°49°29°
CMYK 0.490.000.14   0.71
XYZ4.04275.51735.5545
Yxy5.51730.26750.3650
Hunter Lab23.4889-10.38382.4218
CIE-Lab28.1605-15.81241.9636

#25493f color RGB value is (37,73,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001001 00111111
Octal 45 111 77
Decimal 37 73 63
Hex 25 49 3F

RGB Percentages of Color #25493f

%21.39
%42.20
%36.42

CMYK Percentages of Color #25493f

%49
%0
%14
%71

Triadic Colors of #25493f

#25493f #3f2549 #493f25

Analogous Colors of #25493f

#25493f #254149 #25492d

Monochromatic Colors of #25493f

#25493f

Complementary Color

#25493f #49252f

#25493f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25493f Color Preview on White Background

Lorem ipsum dolor sit amet.

#25493f Color CSS Codes

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

#25493f Text Font Color

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

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


#25493f Background Color

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

This div background color is #25493f


#25493f Border Color

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

This div border color is #25493f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25493f


Comments

No comments written yet.

Please login to write comment.