Color Hex Logo

#11490d Color Hex

#11490D
(17,73,13)
0 Favorites   0 Comments

Color spaces of #11490d

RGB 177313
HSL0.320.700.17
HSV116°82°29°
CMYK 0.770.000.82   0.71
XYZ2.68644.91331.1875
Yxy4.91330.30570.5591
Hunter Lab22.1660-17.157212.3398
CIE-Lab26.4863-30.825728.8995

#11490d color RGB value is (17,73,13).

#11490d hex color red value is 17, green value is 73 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #11490d hue: 0.32 , saturation: 0.70 and the lightness value of 11490d is 0.17.

The process color (four color CMYK) of #11490d color hex is 0.77, 0.00, 0.82, 0.71. Web safe color of #11490d is #003300. Color #11490d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001001 00001101
Octal 21 111 15
Decimal 17 73 13
Hex 11 49 D

RGB Percentages of Color #11490d

%16.50
%70.87
%12.62

CMYK Percentages of Color #11490d

%77
%0
%82
%71

Triadic Colors of #11490d

#11490d #0d1149 #490d11

Analogous Colors of #11490d

#11490d #0d4927 #2f490d

Monochromatic Colors of #11490d

#11490d

Complementary Color

#11490d #450d49

#11490d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11490d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11490d Color CSS Codes

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

#11490d Text Font Color

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

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


#11490d Background Color

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

This div background color is #11490d


#11490d Border Color

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

This div border color is #11490d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11490d


Comments

No comments written yet.

Please login to write comment.