Color Hex Logo

#11321f Color Hex

#11321F
(17,50,31)
0 Favorites   0 Comments

Color spaces of #11321f

RGB 175031
HSL0.400.490.13
HSV145°66°20°
CMYK 0.660.000.38   0.80
XYZ1.61912.49931.6934
Yxy2.49930.27860.4300
Hunter Lab15.8092-9.38494.7156
CIE-Lab17.9154-17.53578.5524

#11321f color RGB value is (17,50,31).

#11321f hex color red value is 17, green value is 50 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #11321f hue: 0.40 , saturation: 0.49 and the lightness value of 11321f is 0.13.

The process color (four color CMYK) of #11321f color hex is 0.66, 0.00, 0.38, 0.80. Web safe color of #11321f is #003333. Color #11321f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110010 00011111
Octal 21 62 37
Decimal 17 50 31
Hex 11 32 1F

RGB Percentages of Color #11321f

%17.35
%51.02
%31.63

CMYK Percentages of Color #11321f

%66
%0
%38
%80

Triadic Colors of #11321f

#11321f #1f1132 #321f11

Analogous Colors of #11321f

#11321f #113230 #143211

Monochromatic Colors of #11321f

#11321f

Complementary Color

#11321f #321124

#11321f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11321f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11321f Color CSS Codes

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

#11321f Text Font Color

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

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


#11321f Background Color

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

This div background color is #11321f


#11321f Border Color

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

This div border color is #11321f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11321f


Comments

No comments written yet.

Please login to write comment.