Color Hex Logo

#13431d Color Hex

#13431D
(19,67,29)
0 Favorites   0 Comments

Color spaces of #13431d

RGB 196729
HSL0.370.560.17
HSV133°72°26°
CMYK 0.720.000.57   0.74
XYZ2.49754.24151.8495
Yxy4.24150.29080.4939
Hunter Lab20.5949-14.39489.0920
CIE-Lab24.4543-25.723918.3371

#13431d color RGB value is (19,67,29).

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

The process color (four color CMYK) of #13431d color hex is 0.72, 0.00, 0.57, 0.74. Web safe color of #13431d is #003333. Color #13431d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000011 00011101
Octal 23 103 35
Decimal 19 67 29
Hex 13 43 1D

RGB Percentages of Color #13431d

%16.52
%58.26
%25.22

CMYK Percentages of Color #13431d

%72
%0
%57
%74

Triadic Colors of #13431d

#13431d #1d1343 #431d13

Analogous Colors of #13431d

#13431d #134335 #214313

Monochromatic Colors of #13431d

#13431d

Complementary Color

#13431d #431339

#13431d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13431d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13431d Color CSS Codes

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

#13431d Text Font Color

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

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


#13431d Background Color

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

This div background color is #13431d


#13431d Border Color

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

This div border color is #13431d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13431d


Comments

No comments written yet.

Please login to write comment.