COLOR #117525

HEX: #117525
RGB: (17,117,37)

Color info

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

RGB color model

#117525 color RGB value is (17,117,37).

  • red value is 17;
  • green value is 117;
  • blue value is 37.
RGB:
(17,117,37)
(7%,46%,15%)

RGB channels and saturation

R 17 of 255 = 7%
G 117 of 255 = 46%
B 37 of 255 = 15%

17
117
37

R + G + B ~ 23%. #117525 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 117 + 37 = 171 (100%)
R 17 of 171 ~ 9.94%
G 117 of 171 ~ 68.42%
B 37 of 171 ~ 21.64%

%9.94
%68.42
%21.64

CMYK color model

#117525 color CMYK value is (85,0,68,54).

  • cyan value is 85.47%
  • magenta value is 0.00%
  • yellow value is 68.38%
  • key color value is 54.12%
CMYK:
(85,0,68,54)
C85M0Y68K54 
(85%,0%,68%,54%)
(0.85/0.00/0.68/0.54)	

CMYK percentages

%85.47
%0
%68.38
%54.12

Codes

Color #117525 in popluar color models

117525
RGB1711737
HSL132°74.63%26.27%
HSB/HSV132°85.47%45.88%
CMYK85.47%0.00%68.38%
54.12%

Color #117525 in popluar number systems.

HEX117525
Decimal1711737
Binary100011110101100101
Octal2116545

Shades and tints

Shades of #117525

#117525
(17,117,37)
#106B22
(16,107,34)
#0F611F
(15,97,31)
#0E571C
(14,87,28)
#0D4D19
(13,77,25)
#0C4316
(12,67,22)
#0B3913
(11,57,19)
#0A2F10
(10,47,16)
#09250D
(9,37,13)
#081B0A
(8,27,10)
#071107
(7,17,7)
#000000
(0,0,0)

Tints of #117525

#117525
(17,117,37)
#268138
(38,129,56)
#3B8D4B
(59,141,75)
#50995E
(80,153,94)
#65A571
(101,165,113)
#7AB184
(122,177,132)
#8FBD97
(143,189,151)
#A4C9AA
(164,201,170)
#B9D5BD
(185,213,189)
#CEE1D0
(206,225,208)
#E3EDE3
(227,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #117525; }

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

This text font color is #117525.


Background Color

.myBgColor { background-color: #117525; }

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

This div background color is #117525.


Border color

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

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

This div border color is #117525.


Opacity

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

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

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

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

This text has shadow with #117525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #117525 on black background.


Color preview on white background

This text has color #117525 on white background.



Black color preview on #117525 background

This text has black color on #117525 background.


White color preview on #117525 background

This text has white color on #117525 background.