Color Hex Logo

#13470d Color Hex

#13470D
(19,71,13)
0 Favorites   0 Comments

Color spaces of #13470d

RGB 197113
HSL0.320.690.16
HSV114°82°28°
CMYK 0.730.000.82   0.72
XYZ2.59444.67401.1462
Yxy4.67400.30830.5555
Hunter Lab21.6194-16.413511.9902
CIE-Lab25.7850-29.561928.2106

#13470d color RGB value is (19,71,13).

#13470d hex color red value is 19, green value is 71 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #13470d hue: 0.32 , saturation: 0.69 and the lightness value of 13470d is 0.16.

The process color (four color CMYK) of #13470d color hex is 0.73, 0.00, 0.82, 0.72. Web safe color of #13470d is #003300. Color #13470d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000111 00001101
Octal 23 107 15
Decimal 19 71 13
Hex 13 47 D

RGB Percentages of Color #13470d

%18.45
%68.93
%12.62

CMYK Percentages of Color #13470d

%73
%0
%82
%72

Triadic Colors of #13470d

#13470d #0d1347 #470d13

Analogous Colors of #13470d

#13470d #0d4724 #30470d

Monochromatic Colors of #13470d

#13470d

Complementary Color

#13470d #410d47

#13470d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13470d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13470d Color CSS Codes

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

#13470d Text Font Color

<p style="color:#13470d">Text here</p>

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


#13470d Background Color

<div style="background-color:#13470d">
Div content here</div>

This div background color is #13470d


#13470d Border Color

<div style="border:3px solid #13470d">
Div here</div>

This div border color is #13470d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,71,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13470d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13470d;
  -webkit-box-shadow: 1px 1px 3px 2px #13470d;
  box-shadow:         1px 1px 3px 2px #13470d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,71,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13470d


Comments

No comments written yet.

Please login to write comment.