COLOR #117048

HEX: #117048
RGB: (17,112,72)

Color info

#117048 contains mainly green and blue colors. Web safe color of #117048 is #006633 (or #063).

RGB color model

#117048 color RGB value is (17,112,72).

  • red value is 17;
  • green value is 112;
  • blue value is 72.
RGB:
(17,112,72)
(7%,44%,28%)

RGB channels and saturation

R 17 of 255 = 7%
G 112 of 255 = 44%
B 72 of 255 = 28%

17
112
72

R + G + B ~ 26%. #117048 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 112 + 72 = 201 (100%)
R 17 of 201 ~ 8.46%
G 112 of 201 ~ 55.72%
B 72 of 201 ~ 35.82%

%55.72
%35.82

CMYK color model

#117048 color CMYK value is (85,0,36,56).

  • cyan value is 84.82%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 56.08%
CMYK:
(85,0,36,56)
C85M0Y36K56 
(85%,0%,36%,56%)
(0.85/0.00/0.36/0.56)	

CMYK percentages

%84.82
%0
%35.71
%56.08

Codes

Color #117048 in popluar color models

117048
RGB1711272
HSL155°73.64%25.29%
HSB/HSV155°84.82%43.92%
CMYK84.82%0.00%35.71%
56.08%

Color #117048 in popluar number systems.

HEX117048
Decimal1711272
Binary1000111100001001000
Octal21160110

Shades and tints

Shades of #117048

#117048
(17,112,72)
#106642
(16,102,66)
#0F5C3C
(15,92,60)
#0E5236
(14,82,54)
#0D4830
(13,72,48)
#0C3E2A
(12,62,42)
#0B3424
(11,52,36)
#0A2A1E
(10,42,30)
#092018
(9,32,24)
#081612
(8,22,18)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #117048

#117048
(17,112,72)
#267D58
(38,125,88)
#3B8A68
(59,138,104)
#509778
(80,151,120)
#65A488
(101,164,136)
#7AB198
(122,177,152)
#8FBEA8
(143,190,168)
#A4CBB8
(164,203,184)
#B9D8C8
(185,216,200)
#CEE5D8
(206,229,216)
#E3F2E8
(227,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #117048 color. Also use rgb(17,112,72) instead hex code.

Text Font Color

.myTextColor { color: #117048; }

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

This text font color is #117048.


Background Color

.myBgColor { background-color: #117048; }

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

This div background color is #117048.


Border color

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

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

This div border color is #117048.


Opacity

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

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

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

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

This text has shadow with #117048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #117048 on black background.


Color preview on white background

This text has color #117048 on white background.



Black color preview on #117048 background

This text has black color on #117048 background.


White color preview on #117048 background

This text has white color on #117048 background.