Color Hex Logo

#29130d Color Hex

#29130D
(41,19,13)
0 Favorites   0 Comments

Color spaces of #29130d

RGB 411913
HSL0.040.520.11
HSV13°68°16°
CMYK 0.000.540.68   0.84
XYZ1.22000.96620.5030
Yxy0.96620.45370.3593
Hunter Lab9.82954.95293.8467
CIE-Lab8.706610.57547.8168

#29130d color RGB value is (41,19,13).

#29130d hex color red value is 41, green value is 19 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #29130d hue: 0.04 , saturation: 0.52 and the lightness value of 29130d is 0.11.

The process color (four color CMYK) of #29130d color hex is 0.00, 0.54, 0.68, 0.84. Web safe color of #29130d is #330000. Color #29130d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00010011 00001101
Octal 51 23 15
Decimal 41 19 13
Hex 29 13 D

RGB Percentages of Color #29130d

%56.16
%26.03
%17.81

CMYK Percentages of Color #29130d

%0
%54
%68
%84

Triadic Colors of #29130d

#29130d #0d2913 #130d29

Analogous Colors of #29130d

#29130d #29210d #290d15

Monochromatic Colors of #29130d

#29130d

Complementary Color

#29130d #0d2329

#29130d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29130d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29130d Color CSS Codes

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

#29130d Text Font Color

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

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


#29130d Background Color

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

This div background color is #29130d


#29130d Border Color

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

This div border color is #29130d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29130d


Comments

No comments written yet.

Please login to write comment.