Color Hex Logo

#113d1f Color Hex

#113D1F
(17,61,31)
0 Favorites   0 Comments

Color spaces of #113d1f

RGB 176131
HSL0.390.560.15
HSV139°72°24°
CMYK 0.720.000.49   0.76
XYZ2.14723.55561.8694
Yxy3.55560.28360.4696
Hunter Lab18.8563-12.67247.3214
CIE-Lab22.1442-23.069514.1706

#113d1f color RGB value is (17,61,31).

#113d1f hex color red value is 17, green value is 61 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #113d1f hue: 0.39 , saturation: 0.56 and the lightness value of 113d1f is 0.15.

The process color (four color CMYK) of #113d1f color hex is 0.72, 0.00, 0.49, 0.76. Web safe color of #113d1f is #003333. Color #113d1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111101 00011111
Octal 21 75 37
Decimal 17 61 31
Hex 11 3D 1F

RGB Percentages of Color #113d1f

%15.60
%55.96
%28.44

CMYK Percentages of Color #113d1f

%72
%0
%49
%76

Triadic Colors of #113d1f

#113d1f #1f113d #3d1f11

Analogous Colors of #113d1f

#113d1f #113d35 #193d11

Monochromatic Colors of #113d1f

#113d1f

Complementary Color

#113d1f #3d112f

#113d1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113d1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#113d1f Color CSS Codes

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

#113d1f Text Font Color

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

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


#113d1f Background Color

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

This div background color is #113d1f


#113d1f Border Color

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

This div border color is #113d1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113d1f


Comments

No comments written yet.

Please login to write comment.