COLOR #117539

HEX: #117539 RGB: (17,117,57)

Color info

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

RGB color model

#117539 color RGB value is (17,117,57).

RGB: (17,117,57) (7%, 46%, 22%)

RGB channels and saturation

R 17 of 255 = 7%
G 117 of 255 = 46%
B 57 of 255 = 22%

17
117
57

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

Portions of RGB colors in percentages

R + G + B = 17 + 117 + 57 = 191 (100%)
R 17 of 191 ~ 8.9%
G 117 of 191 ~ 61.26%
B 57 of 191 ~ 29.84'%

%61.26
%29.84

CMYK color model

#117539 color CMYK value is (85,0,51,54).

  • cyan value is 85.47%
  • magenta value is 0.00%
  • yellow value is 51.28%
  • key color value is 54.12%
CMYK: (85,0,51,54) C85M0Y51K54 (85%,0%,51%,54%) (0.85/0.00/0.51/0.54) 

CMYK percentages

%85.47
%0
%51.28
%54.12

Codes

Color #117539 in popluar color models

11 75 39
RGB 17 117 57
HSL 144° 74.63% 26.27%
HSB/HSV 144° 85.47% 45.88%
CMYK 85.47% 0.00% 51.28%
54.12%

Color #117539 in popluar number systems.

HEX 11 75 39
Decimal 17 117 57
Binary 10001 1110101 111001
Octal 21 165 71

Shades and tints

Shades of #117539

#117539
(17,117,57)
#106B34
(16,107,52)
#0F612F
(15,97,47)
#0E572A
(14,87,42)
#0D4D25
(13,77,37)
#0C4320
(12,67,32)
#0B391B
(11,57,27)
#0A2F16
(10,47,22)
#092511
(9,37,17)
#081B0C
(8,27,12)
#071107
(7,17,7)
#000000
(0,0,0)

Tints of #117539

#117539
(17,117,57)
#26814B
(38,129,75)
#3B8D5D
(59,141,93)
#50996F
(80,153,111)
#65A581
(101,165,129)
#7AB193
(122,177,147)
#8FBDA5
(143,189,165)
#A4C9B7
(164,201,183)
#B9D5C9
(185,213,201)
#CEE1DB
(206,225,219)
#E3EDED
(227,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #117539 color. Also use rgb(17,117,57) instead hex code.

Text Font Color

.myTextColor { color: #117539; }

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

This text font color is #117539.

Background Color

.myBgColor { background-color: #117539; }

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

This div background color is #117539.

Border color

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

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

This div border color is #117539.

Opacity

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

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

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

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

This text has shadow with #117539 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #117539.

Preview

Color preview on black background

This text has color #117539 on black background.


Color preview on white background

This text has color #117539 on white background.


Black color preview on #117539 background

This text has black color on #117539 background.


White color preview on #117539 background

This text has white color on #117539 background.


Related colors

Complementary color

Complementary color for #hex is #EE8AC6.


I love getcolorcode.com

Triadic colors

1 #391175 and #753911 with #117539 are triadic colors.

2 #397511 and #751139 with #117539 are triadic colors.