Color Hex Logo

#13140d Color Hex

#13140D
(19,20,13)
0 Favorites   0 Comments

Color spaces of #13140d

RGB 192013
HSL0.190.210.06
HSV69°35°
CMYK 0.050.000.35   0.92
XYZ0.59140.66780.4785
Yxy0.66780.34030.3843
Hunter Lab8.1719-1.38282.2486
CIE-Lab6.0322-1.77473.5561

#13140d color RGB value is (19,20,13).

#13140d hex color red value is 19, green value is 20 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #13140d hue: 0.19 , saturation: 0.21 and the lightness value of 13140d is 0.06.

The process color (four color CMYK) of #13140d color hex is 0.05, 0.00, 0.35, 0.92. Web safe color of #13140d is #000000. Color #13140d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010100 00001101
Octal 23 24 15
Decimal 19 20 13
Hex 13 14 D

RGB Percentages of Color #13140d

%36.54
%38.46
%25.00

CMYK Percentages of Color #13140d

%5
%0
%35
%92

Triadic Colors of #13140d

#13140d #0d1314 #140d13

Analogous Colors of #13140d

#13140d #10140d #14120d

Monochromatic Colors of #13140d

#13140d

Complementary Color

#13140d #0e0d14

#13140d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13140d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13140d Color CSS Codes

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

#13140d Text Font Color

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

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


#13140d Background Color

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

This div background color is #13140d


#13140d Border Color

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

This div border color is #13140d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,20,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 #13140d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13140d


Comments

No comments written yet.

Please login to write comment.