COLOR #117121

HEX: #117121
RGB: (17,113,33)

Color info

#117121 contains mainly green color. Web safe color of #117121 is #006633 (or #063).

RGB color model

#117121 color RGB value is (17,113,33).

  • red value is 17;
  • green value is 113;
  • blue value is 33.
RGB:
(17,113,33)
(7%,44%,13%)

RGB channels and saturation

R 17 of 255 = 7%
G 113 of 255 = 44%
B 33 of 255 = 13%

17
113
33

R + G + B ~ 21%. #117121 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 113 + 33 = 163 (100%)
R 17 of 163 ~ 10.43%
G 113 of 163 ~ 69.33%
B 33 of 163 ~ 20.25%

%10.43
%69.33
%20.25

CMYK color model

#117121 color CMYK value is (85,0,71,56).

  • cyan value is 84.96%
  • magenta value is 0.00%
  • yellow value is 70.80%
  • key color value is 55.69%
CMYK:
(85,0,71,56)
C85M0Y71K56 
(85%,0%,71%,56%)
(0.85/0.00/0.71/0.56)	

CMYK percentages

%84.96
%0
%70.8
%55.69

Codes

Color #117121 in popluar color models

117121
RGB1711333
HSL130°73.85%25.49%
HSB/HSV130°84.96%44.31%
CMYK84.96%0.00%70.80%
55.69%

Color #117121 in popluar number systems.

HEX117121
Decimal1711333
Binary100011110001100001
Octal2116141

Shades and tints

Shades of #117121

#117121
(17,113,33)
#10671E
(16,103,30)
#0F5D1B
(15,93,27)
#0E5318
(14,83,24)
#0D4915
(13,73,21)
#0C3F12
(12,63,18)
#0B350F
(11,53,15)
#0A2B0C
(10,43,12)
#092109
(9,33,9)
#081706
(8,23,6)
#070D03
(7,13,3)
#000000
(0,0,0)

Tints of #117121

#117121
(17,113,33)
#267D35
(38,125,53)
#3B8949
(59,137,73)
#50955D
(80,149,93)
#65A171
(101,161,113)
#7AAD85
(122,173,133)
#8FB999
(143,185,153)
#A4C5AD
(164,197,173)
#B9D1C1
(185,209,193)
#CEDDD5
(206,221,213)
#E3E9E9
(227,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #117121 color. Also use rgb(17,113,33) instead hex code.

Text Font Color

.myTextColor { color: #117121; }

<p style="color:#117121">This sample text font color is #117121.</p>

This text font color is #117121.


Background Color

.myBgColor { background-color: #117121; }

<div style="background-color:#117121">Inner text</div>

This div background color is #117121.


Border color

.myBorderColor { border: 1px solid #117121; }

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

This div border color is #117121.


Opacity

.myOpacity80 { color: #117121; opacity: 0.8; }

<p style="color:#117121;opacity:0.8;">80%</p>

Text with #117121 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #117121;}

<p style="text-shadow: 3px 3px 1px #117121">Text here.</p>

This text has shadow with #117121 color.

.textShadow {text-shadow: 3px 3px 1px #117121, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #117121, 5px 5px 20px red">Text here.</p>

This text has shadow with #117121 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#117121, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#117121, Direction=45, Strength=4)">Text</p>

This text has shadow with #117121 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #117121;
  -webkit-box-shadow:	1px 1px 3px 2px #117121;
  box-shadow:		1px 1px 3px 2px #117121;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #117121;
-webkit-box-shadow: 1px 1px 3px 2px #117121;
box-shadow:1px 1px 3px 2px #117121;">
Div content here</div>
This div box has shadow with color #117121.

Preview

Color preview on black background

This text has color #117121 on black background.


Color preview on white background

This text has color #117121 on white background.



Black color preview on #117121 background

This text has black color on #117121 background.


White color preview on #117121 background

This text has white color on #117121 background.