COLOR #117735

HEX: #117735
RGB: (17,119,53)

Color info

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

RGB color model

#117735 color RGB value is (17,119,53).

  • red value is 17;
  • green value is 119;
  • blue value is 53.
RGB:
(17,119,53)
(7%,47%,21%)

RGB channels and saturation

R 17 of 255 = 7%
G 119 of 255 = 47%
B 53 of 255 = 21%

17
119
53

R + G + B ~ 25%. #117735 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 119 + 53 = 189 (100%)
R 17 of 189 ~ 8.99%
G 119 of 189 ~ 62.96%
B 53 of 189 ~ 28.04%

%62.96
%28.04

CMYK color model

#117735 color CMYK value is (86,0,55,53).

  • cyan value is 85.71%
  • magenta value is 0.00%
  • yellow value is 55.46%
  • key color value is 53.33%
CMYK:
(86,0,55,53)
C86M0Y55K53 
(86%,0%,55%,53%)
(0.86/0.00/0.55/0.53)	

CMYK percentages

%85.71
%0
%55.46
%53.33

Codes

Color #117735 in popluar color models

117735
RGB1711953
HSL141°75.00%26.67%
HSB/HSV141°85.71%46.67%
CMYK85.71%0.00%55.46%
53.33%

Color #117735 in popluar number systems.

HEX117735
Decimal1711953
Binary100011110111110101
Octal2116765

Shades and tints

Shades of #117735

#117735
(17,119,53)
#106D31
(16,109,49)
#0F632D
(15,99,45)
#0E5929
(14,89,41)
#0D4F25
(13,79,37)
#0C4521
(12,69,33)
#0B3B1D
(11,59,29)
#0A3119
(10,49,25)
#092715
(9,39,21)
#081D11
(8,29,17)
#07130D
(7,19,13)
#000000
(0,0,0)

Tints of #117735

#117735
(17,119,53)
#268347
(38,131,71)
#3B8F59
(59,143,89)
#509B6B
(80,155,107)
#65A77D
(101,167,125)
#7AB38F
(122,179,143)
#8FBFA1
(143,191,161)
#A4CBB3
(164,203,179)
#B9D7C5
(185,215,197)
#CEE3D7
(206,227,215)
#E3EFE9
(227,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #117735 color. Also use rgb(17,119,53) instead hex code.

Text Font Color

.myTextColor { color: #117735; }

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

This text font color is #117735.


Background Color

.myBgColor { background-color: #117735; }

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

This div background color is #117735.


Border color

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

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

This div border color is #117735.


Opacity

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

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

Text with #117735 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 #117735;}

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

This text has shadow with #117735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #117735 on black background.


Color preview on white background

This text has color #117735 on white background.



Black color preview on #117735 background

This text has black color on #117735 background.


White color preview on #117735 background

This text has white color on #117735 background.