COLOR #114115

HEX: #114115
RGB: (17,65,21)

Color info

#114115 contains red, green and blue colors in about the same proportion. Web safe color of #114115 is #003300 (or #030).

RGB color model

#114115 color RGB value is (17,65,21).

  • red value is 17;
  • green value is 65;
  • blue value is 21.
RGB:
(17,65,21)
(7%,25%,8%)

RGB channels and saturation

R 17 of 255 = 7%
G 65 of 255 = 25%
B 21 of 255 = 8%

17
65
21

R + G + B ~ 13%. #114115 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 65 + 21 = 103 (100%)
R 17 of 103 ~ 16.5%
G 65 of 103 ~ 63.11%
B 21 of 103 ~ 20.39%

%16.5
%63.11
%20.39

CMYK color model

#114115 color CMYK value is (74,0,68,75).

  • cyan value is 73.85%
  • magenta value is 0.00%
  • yellow value is 67.69%
  • key color value is 74.51%
CMYK:
(74,0,68,75)
C74M0Y68K75 
(74%,0%,68%,75%)
(0.74/0.00/0.68/0.75)	

CMYK percentages

%73.85
%0
%67.69
%74.51

Codes

Color #114115 in popluar color models

114115
RGB176521
HSL125°58.54%16.08%
HSB/HSV125°73.85%25.49%
CMYK73.85%0.00%67.69%
74.51%

Color #114115 in popluar number systems.

HEX114115
Decimal176521
Binary10001100000110101
Octal2110125

Shades and tints

Shades of #114115

#114115
(17,65,21)
#103C14
(16,60,20)
#0F3713
(15,55,19)
#0E3212
(14,50,18)
#0D2D11
(13,45,17)
#0C2810
(12,40,16)
#0B230F
(11,35,15)
#0A1E0E
(10,30,14)
#09190D
(9,25,13)
#08140C
(8,20,12)
#070F0B
(7,15,11)
#000000
(0,0,0)

Tints of #114115

#114115
(17,65,21)
#26522A
(38,82,42)
#3B633F
(59,99,63)
#507454
(80,116,84)
#658569
(101,133,105)
#7A967E
(122,150,126)
#8FA793
(143,167,147)
#A4B8A8
(164,184,168)
#B9C9BD
(185,201,189)
#CEDAD2
(206,218,210)
#E3EBE7
(227,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #114115 color. Also use rgb(17,65,21) instead hex code.

Text Font Color

.myTextColor { color: #114115; }

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

This text font color is #114115.


Background Color

.myBgColor { background-color: #114115; }

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

This div background color is #114115.


Border color

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

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

This div border color is #114115.


Opacity

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

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

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

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

This text has shadow with #114115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #114115 on black background.


Color preview on white background

This text has color #114115 on white background.



Black color preview on #114115 background

This text has black color on #114115 background.


White color preview on #114115 background

This text has white color on #114115 background.