Color Hex Logo

#19594b Color Hex

#19594B
(25,89,75)
0 Favorites   0 Comments

Color spaces of #19594b

RGB 258975
HSL0.460.560.22
HSV167°72°35°
CMYK 0.720.000.16   0.65
XYZ5.24337.85947.8973
Yxy7.85940.24970.3743
Hunter Lab28.0346-15.67582.9224
CIE-Lab33.6883-23.83592.2625

#19594b color RGB value is (25,89,75).

#19594b hex color red value is 25, green value is 89 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #19594b hue: 0.46 , saturation: 0.56 and the lightness value of 19594b is 0.22.

The process color (four color CMYK) of #19594b color hex is 0.72, 0.00, 0.16, 0.65. Web safe color of #19594b is #006633. Color #19594b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011001 01001011
Octal 31 131 113
Decimal 25 89 75
Hex 19 59 4B

RGB Percentages of Color #19594b

%13.23
%47.09
%39.68

CMYK Percentages of Color #19594b

%72
%0
%16
%65

Triadic Colors of #19594b

#19594b #4b1959 #594b19

Analogous Colors of #19594b

#19594b #194759 #19592b

Monochromatic Colors of #19594b

#19594b

Complementary Color

#19594b #591927

#19594b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19594b Color Preview on White Background

Lorem ipsum dolor sit amet.

#19594b Color CSS Codes

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

#19594b Text Font Color

<p style="color:#19594b">Text here</p>

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


#19594b Background Color

<div style="background-color:#19594b">
Div content here</div>

This div background color is #19594b


#19594b Border Color

<div style="border:3px solid #19594b">
Div here</div>

This div border color is #19594b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,89,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19594b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19594b;
  -webkit-box-shadow: 1px 1px 3px 2px #19594b;
  box-shadow:         1px 1px 3px 2px #19594b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19594b


Comments

No comments written yet.

Please login to write comment.