COLOR #114628

HEX: #114628
RGB: (17,70,40)

Color info

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

RGB color model

#114628 color RGB value is (17,70,40).

  • red value is 17;
  • green value is 70;
  • blue value is 40.
RGB:
(17,70,40)
(7%,27%,16%)

RGB channels and saturation

R 17 of 255 = 7%
G 70 of 255 = 27%
B 40 of 255 = 16%

17
70
40

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

Portions of RGB colors in percentages

R + G + B =
17 + 70 + 40 = 127 (100%)
R 17 of 127 ~ 13.39%
G 70 of 127 ~ 55.12%
B 40 of 127 ~ 31.5%

%13.39
%55.12
%31.5

CMYK color model

#114628 color CMYK value is (76,0,43,73).

  • cyan value is 75.71%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 72.55%
CMYK:
(76,0,43,73)
C76M0Y43K73 
(76%,0%,43%,73%)
(0.76/0.00/0.43/0.73)	

CMYK percentages

%75.71
%0
%42.86
%72.55

Codes

Color #114628 in popluar color models

114628
RGB177040
HSL146°60.92%17.06%
HSB/HSV146°75.71%27.45%
CMYK75.71%0.00%42.86%
72.55%

Color #114628 in popluar number systems.

HEX114628
Decimal177040
Binary100011000110101000
Octal2110650

Shades and tints

Shades of #114628

#114628
(17,70,40)
#104025
(16,64,37)
#0F3A22
(15,58,34)
#0E341F
(14,52,31)
#0D2E1C
(13,46,28)
#0C2819
(12,40,25)
#0B2216
(11,34,22)
#0A1C13
(10,28,19)
#091610
(9,22,16)
#08100D
(8,16,13)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #114628

#114628
(17,70,40)
#26563B
(38,86,59)
#3B664E
(59,102,78)
#507661
(80,118,97)
#658674
(101,134,116)
#7A9687
(122,150,135)
#8FA69A
(143,166,154)
#A4B6AD
(164,182,173)
#B9C6C0
(185,198,192)
#CED6D3
(206,214,211)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #114628 color. Also use rgb(17,70,40) instead hex code.

Text Font Color

.myTextColor { color: #114628; }

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

This text font color is #114628.


Background Color

.myBgColor { background-color: #114628; }

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

This div background color is #114628.


Border color

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

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

This div border color is #114628.


Opacity

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

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

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

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

This text has shadow with #114628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #114628 on black background.


Color preview on white background

This text has color #114628 on white background.



Black color preview on #114628 background

This text has black color on #114628 background.


White color preview on #114628 background

This text has white color on #114628 background.