Color Hex Logo

#113331 Color Hex

#113331
(17,51,49)
0 Favorites   0 Comments

Color spaces of #113331

RGB 175149
HSL0.490.500.13
HSV176°67°20°
CMYK 0.670.000.04   0.80
XYZ1.96942.70863.3247
Yxy2.70860.24610.3385
Hunter Lab16.4578-7.4413-0.4569
CIE-Lab18.8369-12.8281-2.4480

#113331 color RGB value is (17,51,49).

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

The process color (four color CMYK) of #113331 color hex is 0.67, 0.00, 0.04, 0.80. Web safe color of #113331 is #003333. Color #113331 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110011 00110001
Octal 21 63 61
Decimal 17 51 49
Hex 11 33 31

RGB Percentages of Color #113331

%14.53
%43.59
%41.88

CMYK Percentages of Color #113331

%67
%0
%4
%80

Triadic Colors of #113331

#113331 #311133 #333111

Analogous Colors of #113331

#113331 #112433 #113320

Monochromatic Colors of #113331

#113331

Complementary Color

#113331 #331113

#113331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113331 Color CSS Codes

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

#113331 Text Font Color

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

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


#113331 Background Color

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

This div background color is #113331


#113331 Border Color

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

This div border color is #113331


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113331


Comments

No comments written yet.

Please login to write comment.