Color Hex Logo

#25594c Color Hex

#25594C
(37,89,76)
0 Favorites   0 Comments

Color spaces of #25594c

RGB 378976
HSL0.460.410.25
HSV165°58°35°
CMYK 0.580.000.15   0.65
XYZ5.63988.05998.0959
Yxy8.05990.25880.3698
Hunter Lab28.3900-14.22262.9654
CIE-Lab34.1073-20.96022.2915

#25594c color RGB value is (37,89,76).

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

The process color (four color CMYK) of #25594c color hex is 0.58, 0.00, 0.15, 0.65. Web safe color of #25594c is #336633. Color #25594c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011001 01001100
Octal 45 131 114
Decimal 37 89 76
Hex 25 59 4C

RGB Percentages of Color #25594c

%18.32
%44.06
%37.62

CMYK Percentages of Color #25594c

%58
%0
%15
%65

Triadic Colors of #25594c

#25594c #4c2559 #594c25

Analogous Colors of #25594c

#25594c #254c59 #255932

Monochromatic Colors of #25594c

#25594c

Complementary Color

#25594c #592532

#25594c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25594c Color Preview on White Background

Lorem ipsum dolor sit amet.

#25594c Color CSS Codes

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

#25594c Text Font Color

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

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


#25594c Background Color

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

This div background color is #25594c


#25594c Border Color

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

This div border color is #25594c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25594c


Comments

No comments written yet.

Please login to write comment.