Color Hex Logo

#11320d Color Hex

#11320D
(17,50,13)
0 Favorites   0 Comments

Color spaces of #11320d

RGB 175013
HSL0.320.590.12
HSV114°74°20°
CMYK 0.660.000.74   0.80
XYZ1.44442.42940.7736
Yxy2.42940.31080.5227
Hunter Lab15.5865-10.73497.9679
CIE-Lab17.5963-20.964219.2733

#11320d color RGB value is (17,50,13).

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

The process color (four color CMYK) of #11320d color hex is 0.66, 0.00, 0.74, 0.80. Web safe color of #11320d is #003300. Color #11320d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110010 00001101
Octal 21 62 15
Decimal 17 50 13
Hex 11 32 D

RGB Percentages of Color #11320d

%21.25
%62.50
%16.25

CMYK Percentages of Color #11320d

%66
%0
%74
%80

Triadic Colors of #11320d

#11320d #0d1132 #320d11

Analogous Colors of #11320d

#11320d #0d321c #24320d

Monochromatic Colors of #11320d

#11320d

Complementary Color

#11320d #2e0d32

#11320d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11320d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11320d Color CSS Codes

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

#11320d Text Font Color

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

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


#11320d Background Color

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

This div background color is #11320d


#11320d Border Color

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

This div border color is #11320d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11320d


Comments

No comments written yet.

Please login to write comment.