Color Hex Logo

#113401 Color Hex

#113401
(17,52,1)
0 Favorites   0 Comments

Color spaces of #113401

RGB 17521
HSL0.280.960.10
HSV101°98°20°
CMYK 0.670.000.98   0.80
XYZ1.46462.57730.4490
Yxy2.57730.32610.5739
Hunter Lab16.0540-11.80999.5795
CIE-Lab18.2647-23.270525.0685

#113401 color RGB value is (17,52,1).

#113401 hex color red value is 17, green value is 52 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #113401 hue: 0.28 , saturation: 0.96 and the lightness value of 113401 is 0.10.

The process color (four color CMYK) of #113401 color hex is 0.67, 0.00, 0.98, 0.80. Web safe color of #113401 is #003300. Color #113401 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110100 00000001
Octal 21 64 1
Decimal 17 52 1
Hex 11 34 1

RGB Percentages of Color #113401

%24.29
%74.29
%1.43

CMYK Percentages of Color #113401

%67
%0
%98
%80

Triadic Colors of #113401

#113401 #011134 #340111

Analogous Colors of #113401

#113401 #01340b #2b3401

Monochromatic Colors of #113401

#113401

Complementary Color

#113401 #240134

#113401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113401 Color CSS Codes

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

#113401 Text Font Color

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

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


#113401 Background Color

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

This div background color is #113401


#113401 Border Color

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

This div border color is #113401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113401


Comments

No comments written yet.

Please login to write comment.