COLOR #114D23

HEX: #114D23
RGB: (17,77,35)

Color info

#114D23 contains mainly green and blue colors. Web safe color of #114D23 is #003333 (or #033).

RGB color model

#114D23 color RGB value is (17,77,35).

  • red value is 17;
  • green value is 77;
  • blue value is 35.
RGB:
(17,77,35)
(7%,30%,14%)

RGB channels and saturation

R 17 of 255 = 7%
G 77 of 255 = 30%
B 35 of 255 = 14%

17
77
35

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

Portions of RGB colors in percentages

R + G + B =
17 + 77 + 35 = 129 (100%)
R 17 of 129 ~ 13.18%
G 77 of 129 ~ 59.69%
B 35 of 129 ~ 27.13%

%13.18
%59.69
%27.13

CMYK color model

#114D23 color CMYK value is (78,0,55,70).

  • cyan value is 77.92%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 69.80%
CMYK:
(78,0,55,70)
C78M0Y55K70 
(78%,0%,55%,70%)
(0.78/0.00/0.55/0.70)	

CMYK percentages

%77.92
%0
%54.55
%69.8

Codes

Color #114D23 in popluar color models

114D23
RGB177735
HSL138°63.83%18.43%
HSB/HSV138°77.92%30.20%
CMYK77.92%0.00%54.55%
69.80%

Color #114D23 in popluar number systems.

HEX114D23
Decimal177735
Binary100011001101100011
Octal2111543

Shades and tints

Shades of #114D23

#114D23
(17,77,35)
#104620
(16,70,32)
#0F3F1D
(15,63,29)
#0E381A
(14,56,26)
#0D3117
(13,49,23)
#0C2A14
(12,42,20)
#0B2311
(11,35,17)
#0A1C0E
(10,28,14)
#09150B
(9,21,11)
#080E08
(8,14,8)
#070705
(7,7,5)
#000000
(0,0,0)

Tints of #114D23

#114D23
(17,77,35)
#265D37
(38,93,55)
#3B6D4B
(59,109,75)
#507D5F
(80,125,95)
#658D73
(101,141,115)
#7A9D87
(122,157,135)
#8FAD9B
(143,173,155)
#A4BDAF
(164,189,175)
#B9CDC3
(185,205,195)
#CEDDD7
(206,221,215)
#E3EDEB
(227,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #114D23 color. Also use rgb(17,77,35) instead hex code.

Text Font Color

.myTextColor { color: #114D23; }

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

This text font color is #114D23.


Background Color

.myBgColor { background-color: #114D23; }

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

This div background color is #114D23.


Border color

.myBorderColor { border: 1px solid #114D23; }

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

This div border color is #114D23.


Opacity

.myOpacity80 { color: #114D23; opacity: 0.8; }

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

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

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

This text has shadow with #114D23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #114D23 on black background.


Color preview on white background

This text has color #114D23 on white background.



Black color preview on #114D23 background

This text has black color on #114D23 background.


White color preview on #114D23 background

This text has white color on #114D23 background.