COLOR #114726

HEX: #114726
RGB: (17,71,38)

Color info

#114726 contains red, green and blue colors in about the same proportion. Web safe color of #114726 is #003333 (or #033).

RGB color model

#114726 color RGB value is (17,71,38).

  • red value is 17;
  • green value is 71;
  • blue value is 38.
RGB:
(17,71,38)
(7%,28%,15%)

RGB channels and saturation

R 17 of 255 = 7%
G 71 of 255 = 28%
B 38 of 255 = 15%

17
71
38

R + G + B ~ 17%. #114726 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 71 + 38 = 126 (100%)
R 17 of 126 ~ 13.49%
G 71 of 126 ~ 56.35%
B 38 of 126 ~ 30.16%

%13.49
%56.35
%30.16

CMYK color model

#114726 color CMYK value is (76,0,46,72).

  • cyan value is 76.06%
  • magenta value is 0.00%
  • yellow value is 46.48%
  • key color value is 72.16%
CMYK:
(76,0,46,72)
C76M0Y46K72 
(76%,0%,46%,72%)
(0.76/0.00/0.46/0.72)	

CMYK percentages

%76.06
%0
%46.48
%72.16

Codes

Color #114726 in popluar color models

114726
RGB177138
HSL143°61.36%17.25%
HSB/HSV143°76.06%27.84%
CMYK76.06%0.00%46.48%
72.16%

Color #114726 in popluar number systems.

HEX114726
Decimal177138
Binary100011000111100110
Octal2110746

Shades and tints

Shades of #114726

#114726
(17,71,38)
#104123
(16,65,35)
#0F3B20
(15,59,32)
#0E351D
(14,53,29)
#0D2F1A
(13,47,26)
#0C2917
(12,41,23)
#0B2314
(11,35,20)
#0A1D11
(10,29,17)
#09170E
(9,23,14)
#08110B
(8,17,11)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #114726

#114726
(17,71,38)
#265739
(38,87,57)
#3B674C
(59,103,76)
#50775F
(80,119,95)
#658772
(101,135,114)
#7A9785
(122,151,133)
#8FA798
(143,167,152)
#A4B7AB
(164,183,171)
#B9C7BE
(185,199,190)
#CED7D1
(206,215,209)
#E3E7E4
(227,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #114726 color. Also use rgb(17,71,38) instead hex code.

Text Font Color

.myTextColor { color: #114726; }

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

This text font color is #114726.


Background Color

.myBgColor { background-color: #114726; }

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

This div background color is #114726.


Border color

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

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

This div border color is #114726.


Opacity

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

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

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

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

This text has shadow with #114726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #114726 on black background.


Color preview on white background

This text has color #114726 on white background.



Black color preview on #114726 background

This text has black color on #114726 background.


White color preview on #114726 background

This text has white color on #114726 background.