Color Hex Logo

#13480e Color Hex

#13480E
(19,72,14)
0 Favorites   0 Comments

Color spaces of #13480e

RGB 197214
HSL0.320.670.17
HSV115°81°28°
CMYK 0.740.000.81   0.72
XYZ2.66524.80491.2024
Yxy4.80490.30730.5540
Hunter Lab21.9201-16.656812.0918
CIE-Lab26.1715-29.870628.1720

#13480e color RGB value is (19,72,14).

#13480e hex color red value is 19, green value is 72 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #13480e hue: 0.32 , saturation: 0.67 and the lightness value of 13480e is 0.17.

The process color (four color CMYK) of #13480e color hex is 0.74, 0.00, 0.81, 0.72. Web safe color of #13480e is #003300. Color #13480e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001000 00001110
Octal 23 110 16
Decimal 19 72 14
Hex 13 48 E

RGB Percentages of Color #13480e

%18.10
%68.57
%13.33

CMYK Percentages of Color #13480e

%74
%0
%81
%72

Triadic Colors of #13480e

#13480e #0e1348 #480e13

Analogous Colors of #13480e

#13480e #0e4826 #30480e

Monochromatic Colors of #13480e

#13480e

Complementary Color

#13480e #430e48

#13480e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13480e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13480e Color CSS Codes

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

#13480e Text Font Color

<p style="color:#13480e">Text here</p>

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


#13480e Background Color

<div style="background-color:#13480e">
Div content here</div>

This div background color is #13480e


#13480e Border Color

<div style="border:3px solid #13480e">
Div here</div>

This div border color is #13480e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,72,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13480e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13480e;
  -webkit-box-shadow: 1px 1px 3px 2px #13480e;
  box-shadow:         1px 1px 3px 2px #13480e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13480e


Comments

No comments written yet.

Please login to write comment.