Color Hex Logo

#113136 Color Hex

#113136
(17,49,54)
0 Favorites   0 Comments

Color spaces of #113136

RGB 174954
HSL0.520.520.14
HSV188°69°21°
CMYK 0.690.090.00   0.79
XYZ1.99532.58213.8833
Yxy2.58210.23580.3052
Hunter Lab16.0689-5.9560-3.0801
CIE-Lab18.2859-9.8537-6.7194

#113136 color RGB value is (17,49,54).

#113136 hex color red value is 17, green value is 49 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #113136 hue: 0.52 , saturation: 0.52 and the lightness value of 113136 is 0.14.

The process color (four color CMYK) of #113136 color hex is 0.69, 0.09, 0.00, 0.79. Web safe color of #113136 is #003333. Color #113136 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110001 00110110
Octal 21 61 66
Decimal 17 49 54
Hex 11 31 36

RGB Percentages of Color #113136

%14.17
%40.83
%45.00

CMYK Percentages of Color #113136

%69
%9
%0
%79

Triadic Colors of #113136

#113136 #361131 #313611

Analogous Colors of #113136

#113136 #111f36 #113629

Monochromatic Colors of #113136

#113136

Complementary Color

#113136 #361611

#113136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113136 Color CSS Codes

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

#113136 Text Font Color

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

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


#113136 Background Color

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

This div background color is #113136


#113136 Border Color

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

This div border color is #113136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113136


Comments

No comments written yet.

Please login to write comment.