Color Hex Logo

#13410a Color Hex

#13410A
(19,65,10)
0 Favorites   0 Comments

Color spaces of #13410a

RGB 196510
HSL0.310.730.15
HSV110°85°25°
CMYK 0.710.000.85   0.75
XYZ2.21363.94100.9312
Yxy3.94100.31240.5562
Hunter Lab19.8520-14.837211.1152
CIE-Lab23.4754-27.365227.1555

#13410a color RGB value is (19,65,10).

#13410a hex color red value is 19, green value is 65 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #13410a hue: 0.31 , saturation: 0.73 and the lightness value of 13410a is 0.15.

The process color (four color CMYK) of #13410a color hex is 0.71, 0.00, 0.85, 0.75. Web safe color of #13410a is #003300. Color #13410a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000001 00001010
Octal 23 101 12
Decimal 19 65 10
Hex 13 41 A

RGB Percentages of Color #13410a

%20.21
%69.15
%10.64

CMYK Percentages of Color #13410a

%71
%0
%85
%75

Triadic Colors of #13410a

#13410a #0a1341 #410a13

Analogous Colors of #13410a

#13410a #0a411d #2f410a

Monochromatic Colors of #13410a

#13410a

Complementary Color

#13410a #380a41

#13410a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13410a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13410a Color CSS Codes

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

#13410a Text Font Color

<p style="color:#13410a">Text here</p>

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


#13410a Background Color

<div style="background-color:#13410a">
Div content here</div>

This div background color is #13410a


#13410a Border Color

<div style="border:3px solid #13410a">
Div here</div>

This div border color is #13410a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,65,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13410a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13410a;
  -webkit-box-shadow: 1px 1px 3px 2px #13410a;
  box-shadow:         1px 1px 3px 2px #13410a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13410a


Comments

No comments written yet.

Please login to write comment.