Color Hex Logo

#19493f Color Hex

#19493F
(25,73,63)
0 Favorites   0 Comments

Color spaces of #19493f

RGB 257363
HSL0.470.490.19
HSV168°66°29°
CMYK 0.660.000.14   0.71
XYZ3.68075.33065.5376
Yxy5.33060.25300.3664
Hunter Lab23.0881-11.94771.9412
CIE-Lab27.6566-19.01391.1702

#19493f color RGB value is (25,73,63).

#19493f hex color red value is 25, green value is 73 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #19493f hue: 0.47 , saturation: 0.49 and the lightness value of 19493f is 0.19.

The process color (four color CMYK) of #19493f color hex is 0.66, 0.00, 0.14, 0.71. Web safe color of #19493f is #003333. Color #19493f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01001001 00111111
Octal 31 111 77
Decimal 25 73 63
Hex 19 49 3F

RGB Percentages of Color #19493f

%15.53
%45.34
%39.13

CMYK Percentages of Color #19493f

%66
%0
%14
%71

Triadic Colors of #19493f

#19493f #3f1949 #493f19

Analogous Colors of #19493f

#19493f #193b49 #194927

Monochromatic Colors of #19493f

#19493f

Complementary Color

#19493f #491923

#19493f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19493f Color Preview on White Background

Lorem ipsum dolor sit amet.

#19493f Color CSS Codes

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

#19493f Text Font Color

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

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


#19493f Background Color

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

This div background color is #19493f


#19493f Border Color

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

This div border color is #19493f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,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 #19493f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19493f


Comments

No comments written yet.

Please login to write comment.