COLOR #114C38

HEX: #114C38
RGB: (17,76,56)

Color info

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

RGB color model

#114C38 color RGB value is (17,76,56).

  • red value is 17;
  • green value is 76;
  • blue value is 56.
RGB:
(17,76,56)
(7%,30%,22%)

RGB channels and saturation

R 17 of 255 = 7%
G 76 of 255 = 30%
B 56 of 255 = 22%

17
76
56

R + G + B ~ 20%. #114C38 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 76 + 56 = 149 (100%)
R 17 of 149 ~ 11.41%
G 76 of 149 ~ 51.01%
B 56 of 149 ~ 37.58%

%11.41
%51.01
%37.58

CMYK color model

#114C38 color CMYK value is (78,0,26,70).

  • cyan value is 77.63%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 70.20%
CMYK:
(78,0,26,70)
C78M0Y26K70 
(78%,0%,26%,70%)
(0.78/0.00/0.26/0.70)	

CMYK percentages

%77.63
%0
%26.32
%70.2

Codes

Color #114C38 in popluar color models

114C38
RGB177656
HSL160°63.44%18.24%
HSB/HSV160°77.63%29.80%
CMYK77.63%0.00%26.32%
70.20%

Color #114C38 in popluar number systems.

HEX114C38
Decimal177656
Binary100011001100111000
Octal2111470

Shades and tints

Shades of #114C38

#114C38
(17,76,56)
#104633
(16,70,51)
#0F402E
(15,64,46)
#0E3A29
(14,58,41)
#0D3424
(13,52,36)
#0C2E1F
(12,46,31)
#0B281A
(11,40,26)
#0A2215
(10,34,21)
#091C10
(9,28,16)
#08160B
(8,22,11)
#071006
(7,16,6)
#000000
(0,0,0)

Tints of #114C38

#114C38
(17,76,56)
#265C4A
(38,92,74)
#3B6C5C
(59,108,92)
#507C6E
(80,124,110)
#658C80
(101,140,128)
#7A9C92
(122,156,146)
#8FACA4
(143,172,164)
#A4BCB6
(164,188,182)
#B9CCC8
(185,204,200)
#CEDCDA
(206,220,218)
#E3ECEC
(227,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #114C38 color. Also use rgb(17,76,56) instead hex code.

Text Font Color

.myTextColor { color: #114C38; }

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

This text font color is #114C38.


Background Color

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

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

This div background color is #114C38.


Border color

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

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

This div border color is #114C38.


Opacity

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

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

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

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

This text has shadow with #114C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #114C38 on black background.


Color preview on white background

This text has color #114C38 on white background.



Black color preview on #114C38 background

This text has black color on #114C38 background.


White color preview on #114C38 background

This text has white color on #114C38 background.