Color Hex Logo

#25594f Color Hex

#25594F
(37,89,79)
0 Favorites   0 Comments

Color spaces of #25594f

RGB 378979
HSL0.470.410.25
HSV168°58°35°
CMYK 0.580.000.11   0.65
XYZ5.74668.10268.6582
Yxy8.10260.25530.3600
Hunter Lab28.4651-13.77781.8913
CIE-Lab34.1957-20.11760.5401

#25594f color RGB value is (37,89,79).

#25594f hex color red value is 37, green value is 89 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #25594f hue: 0.47 , saturation: 0.41 and the lightness value of 25594f is 0.25.

The process color (four color CMYK) of #25594f color hex is 0.58, 0.00, 0.11, 0.65. Web safe color of #25594f is #336666. Color #25594f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011001 01001111
Octal 45 131 117
Decimal 37 89 79
Hex 25 59 4F

RGB Percentages of Color #25594f

%18.05
%43.41
%38.54

CMYK Percentages of Color #25594f

%58
%0
%11
%65

Triadic Colors of #25594f

#25594f #4f2559 #594f25

Analogous Colors of #25594f

#25594f #254959 #255935

Monochromatic Colors of #25594f

#25594f

Complementary Color

#25594f #59252f

#25594f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25594f Color Preview on White Background

Lorem ipsum dolor sit amet.

#25594f Color CSS Codes

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

#25594f Text Font Color

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

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


#25594f Background Color

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

This div background color is #25594f


#25594f Border Color

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

This div border color is #25594f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25594f


Comments

No comments written yet.

Please login to write comment.