Color Hex Logo

#116315 Color Hex

#116315
(17,99,21)
0 Favorites   0 Comments

Color spaces of #116315

RGB 179921
HSL0.340.710.23
HSV123°83°39°
CMYK 0.830.000.79   0.61
XYZ4.82849.09702.2109
Yxy9.09700.29920.5638
Hunter Lab30.1612-24.206816.7667
CIE-Lab36.1704-39.693435.3858

#116315 color RGB value is (17,99,21).

#116315 hex color red value is 17, green value is 99 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #116315 hue: 0.34 , saturation: 0.71 and the lightness value of 116315 is 0.23.

The process color (four color CMYK) of #116315 color hex is 0.83, 0.00, 0.79, 0.61. Web safe color of #116315 is #006600. Color #116315 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01100011 00010101
Octal 21 143 25
Decimal 17 99 21
Hex 11 63 15

RGB Percentages of Color #116315

%12.41
%72.26
%15.33

CMYK Percentages of Color #116315

%83
%0
%79
%61

Triadic Colors of #116315

#116315 #151163 #631511

Analogous Colors of #116315

#116315 #11633e #366311

Monochromatic Colors of #116315

#116315

Complementary Color

#116315 #63115f

#116315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#116315 Color CSS Codes

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

#116315 Text Font Color

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

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


#116315 Background Color

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

This div background color is #116315


#116315 Border Color

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

This div border color is #116315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116315


Comments

No comments written yet.

Please login to write comment.