Color Hex Logo

#113410 Color Hex

#113410
(17,52,16)
0 Favorites   0 Comments

Color spaces of #113410

RGB 175216
HSL0.330.530.13
HSV118°69°20°
CMYK 0.670.000.69   0.80
XYZ1.55272.61260.9127
Yxy2.61260.30580.5145
Hunter Lab16.1635-11.13917.9666
CIE-Lab18.4204-21.495418.7045

#113410 color RGB value is (17,52,16).

#113410 hex color red value is 17, green value is 52 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #113410 hue: 0.33 , saturation: 0.53 and the lightness value of 113410 is 0.13.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110100 00010000
Octal 21 64 20
Decimal 17 52 16
Hex 11 34 10

RGB Percentages of Color #113410

%20.00
%61.18
%18.82

CMYK Percentages of Color #113410

%67
%0
%69
%80

Triadic Colors of #113410

#113410 #101134 #341011

Analogous Colors of #113410

#113410 #103421 #233410

Monochromatic Colors of #113410

#113410

Complementary Color

#113410 #331034

#113410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113410 Color CSS Codes

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

#113410 Text Font Color

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

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


#113410 Background Color

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

This div background color is #113410


#113410 Border Color

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

This div border color is #113410


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113410


Comments

No comments written yet.

Please login to write comment.