Color Hex Logo

#113032 Color Hex

#113032
(17,48,50)
0 Favorites   0 Comments

Color spaces of #113032

RGB 174850
HSL0.510.490.13
HSV184°66°20°
CMYK 0.660.040.00   0.80
XYZ1.86382.46343.3949
Yxy2.46340.24140.3190
Hunter Lab15.6952-6.2699-1.8379
CIE-Lab17.7523-10.6527-4.7550

#113032 color RGB value is (17,48,50).

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

The process color (four color CMYK) of #113032 color hex is 0.66, 0.04, 0.00, 0.80. Web safe color of #113032 is #003333. Color #113032 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110000 00110010
Octal 21 60 62
Decimal 17 48 50
Hex 11 30 32

RGB Percentages of Color #113032

%14.78
%41.74
%43.48

CMYK Percentages of Color #113032

%66
%4
%0
%80

Triadic Colors of #113032

#113032 #321130 #303211

Analogous Colors of #113032

#113032 #112032 #113224

Monochromatic Colors of #113032

#113032

Complementary Color

#113032 #321311

#113032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113032 Color CSS Codes

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

#113032 Text Font Color

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

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


#113032 Background Color

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

This div background color is #113032


#113032 Border Color

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

This div border color is #113032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113032


Comments

No comments written yet.

Please login to write comment.