Color Hex Logo

#117321 Color Hex

#117321
(17,115,33)
0 Favorites   0 Comments

Color spaces of #117321

RGB 1711533
HSL0.360.740.26
HSV130°85°45°
CMYK 0.850.000.71   0.55
XYZ6.636412.49043.5000
Yxy12.49040.29330.5520
Hunter Lab35.3418-28.329718.8676
CIE-Lab41.9851-44.046236.3829

#117321 color RGB value is (17,115,33).

#117321 hex color red value is 17, green value is 115 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #117321 hue: 0.36 , saturation: 0.74 and the lightness value of 117321 is 0.26.

The process color (four color CMYK) of #117321 color hex is 0.85, 0.00, 0.71, 0.55. Web safe color of #117321 is #006633. Color #117321 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01110011 00100001
Octal 21 163 41
Decimal 17 115 33
Hex 11 73 21

RGB Percentages of Color #117321

%10.30
%69.70
%20.00

CMYK Percentages of Color #117321

%85
%0
%71
%55

Triadic Colors of #117321

#117321 #211173 #732111

Analogous Colors of #117321

#117321 #117352 #327311

Monochromatic Colors of #117321

#117321

Complementary Color

#117321 #731163

#117321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#117321 Color CSS Codes

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

#117321 Text Font Color

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

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


#117321 Background Color

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

This div background color is #117321


#117321 Border Color

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

This div border color is #117321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117321


Comments

No comments written yet.

Please login to write comment.