Color Hex Logo

#112520 Color Hex

#112520
(17,37,32)
0 Favorites   0 Comments

Color spaces of #112520

RGB 173732
HSL0.460.370.11
HSV165°54°15°
CMYK 0.540.000.14   0.85
XYZ1.15341.54661.6042
Yxy1.54660.26800.3593
Hunter Lab12.4362-5.20841.0573
CIE-Lab12.9013-9.67530.7997

#112520 color RGB value is (17,37,32).

#112520 hex color red value is 17, green value is 37 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #112520 hue: 0.46 , saturation: 0.37 and the lightness value of 112520 is 0.11.

The process color (four color CMYK) of #112520 color hex is 0.54, 0.00, 0.14, 0.85. Web safe color of #112520 is #003333. Color #112520 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100101 00100000
Octal 21 45 40
Decimal 17 37 32
Hex 11 25 20

RGB Percentages of Color #112520

%19.77
%43.02
%37.21

CMYK Percentages of Color #112520

%54
%0
%14
%85

Triadic Colors of #112520

#112520 #201125 #252011

Analogous Colors of #112520

#112520 #112025 #112516

Monochromatic Colors of #112520

#112520

Complementary Color

#112520 #251116

#112520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112520 Color CSS Codes

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

#112520 Text Font Color

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

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


#112520 Background Color

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

This div background color is #112520


#112520 Border Color

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

This div border color is #112520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112520


Comments

No comments written yet.

Please login to write comment.