Color Hex Logo

#114520 Color Hex

#114520
(17,69,32)
0 Favorites   0 Comments

Color spaces of #114520

RGB 176932
HSL0.380.600.17
HSV137°75°27°
CMYK 0.750.000.54   0.73
XYZ2.62004.47972.0931
Yxy4.47970.28500.4873
Hunter Lab21.1653-14.94328.9523
CIE-Lab25.1978-26.537217.4544

#114520 color RGB value is (17,69,32).

#114520 hex color red value is 17, green value is 69 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #114520 hue: 0.38 , saturation: 0.60 and the lightness value of 114520 is 0.17.

The process color (four color CMYK) of #114520 color hex is 0.75, 0.00, 0.54, 0.73. Web safe color of #114520 is #003333. Color #114520 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000101 00100000
Octal 21 105 40
Decimal 17 69 32
Hex 11 45 20

RGB Percentages of Color #114520

%14.41
%58.47
%27.12

CMYK Percentages of Color #114520

%75
%0
%54
%73

Triadic Colors of #114520

#114520 #201145 #452011

Analogous Colors of #114520

#114520 #11453a #1c4511

Monochromatic Colors of #114520

#114520

Complementary Color

#114520 #451136

#114520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114520 Color CSS Codes

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

#114520 Text Font Color

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

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


#114520 Background Color

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

This div background color is #114520


#114520 Border Color

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

This div border color is #114520


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,69,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 #114520">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114520


Comments

No comments written yet.

Please login to write comment.