Color Hex Logo

#19473f Color Hex

#19473F
(25,71,63)
0 Favorites   0 Comments

Color spaces of #19473f

RGB 257163
HSL0.470.480.19
HSV170°65°28°
CMYK 0.650.000.11   0.72
XYZ3.55135.07205.4945
Yxy5.07200.25150.3593
Hunter Lab22.5211-11.26471.2997
CIE-Lab26.9389-17.92640.1255

#19473f color RGB value is (25,71,63).

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

The process color (four color CMYK) of #19473f color hex is 0.65, 0.00, 0.11, 0.72. Web safe color of #19473f is #003333. Color #19473f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01000111 00111111
Octal 31 107 77
Decimal 25 71 63
Hex 19 47 3F

RGB Percentages of Color #19473f

%15.72
%44.65
%39.62

CMYK Percentages of Color #19473f

%65
%0
%11
%72

Triadic Colors of #19473f

#19473f #3f1947 #473f19

Analogous Colors of #19473f

#19473f #193847 #194728

Monochromatic Colors of #19473f

#19473f

Complementary Color

#19473f #471921

#19473f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19473f Color Preview on White Background

Lorem ipsum dolor sit amet.

#19473f Color CSS Codes

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

#19473f Text Font Color

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

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


#19473f Background Color

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

This div background color is #19473f


#19473f Border Color

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

This div border color is #19473f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19473f


Comments

No comments written yet.

Please login to write comment.