Color Hex Logo

#13451d Color Hex

#13451D
(19,69,29)
0 Favorites   0 Comments

Color spaces of #13451d

RGB 196929
HSL0.370.570.17
HSV132°72°27°
CMYK 0.720.000.58   0.73
XYZ2.61854.48341.8898
Yxy4.48340.29120.4986
Hunter Lab21.1740-14.98039.5301
CIE-Lab25.2092-26.614919.2679

#13451d color RGB value is (19,69,29).

#13451d hex color red value is 19, green value is 69 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #13451d hue: 0.37 , saturation: 0.57 and the lightness value of 13451d is 0.17.

The process color (four color CMYK) of #13451d color hex is 0.72, 0.00, 0.58, 0.73. Web safe color of #13451d is #003333. Color #13451d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000101 00011101
Octal 23 105 35
Decimal 19 69 29
Hex 13 45 1D

RGB Percentages of Color #13451d

%16.24
%58.97
%24.79

CMYK Percentages of Color #13451d

%72
%0
%58
%73

Triadic Colors of #13451d

#13451d #1d1345 #451d13

Analogous Colors of #13451d

#13451d #134536 #224513

Monochromatic Colors of #13451d

#13451d

Complementary Color

#13451d #45133b

#13451d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13451d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13451d Color CSS Codes

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

#13451d Text Font Color

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

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


#13451d Background Color

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

This div background color is #13451d


#13451d Border Color

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

This div border color is #13451d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13451d


Comments

No comments written yet.

Please login to write comment.