Color Hex Logo

#132929 Color Hex

#132929
(19,41,41)
0 Favorites   0 Comments

Color spaces of #132929

RGB 194141
HSL0.500.370.12
HSV180°54°16°
CMYK 0.540.000.00   0.84
XYZ1.46171.88442.3845
Yxy1.88440.25510.3288
Hunter Lab13.7273-5.0160-0.6898
CIE-Lab14.8685-8.7142-2.7339

#132929 color RGB value is (19,41,41).

#132929 hex color red value is 19, green value is 41 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #132929 hue: 0.50 , saturation: 0.37 and the lightness value of 132929 is 0.12.

The process color (four color CMYK) of #132929 color hex is 0.54, 0.00, 0.00, 0.84. Web safe color of #132929 is #003333. Color #132929 contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #132929

%18.81
%40.59
%40.59

CMYK Percentages of Color #132929

%54
%0
%0
%84

Triadic Colors of #132929

#132929 #291329 #292913

Analogous Colors of #132929

#132929 #131e29 #13291e

Monochromatic Colors of #132929

#132929

Complementary Color

#132929 #291313

#132929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132929 Color CSS Codes

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

#132929 Text Font Color

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

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


#132929 Background Color

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

This div background color is #132929


#132929 Border Color

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

This div border color is #132929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132929


Comments

No comments written yet.

Please login to write comment.