COLOR #114631

HEX: #114631
RGB: (17,70,49)

Color info

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

RGB color model

#114631 color RGB value is (17,70,49).

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

RGB channels and saturation

R 17 of 255 = 7%
G 70 of 255 = 27%
B 49 of 255 = 19%

17
70
49

R + G + B ~ 18%. #114631 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 70 + 49 = 136 (100%)
R 17 of 136 ~ 12.5%
G 70 of 136 ~ 51.47%
B 49 of 136 ~ 36.03%

%12.5
%51.47
%36.03

CMYK color model

#114631 color CMYK value is (76,0,30,73).

  • cyan value is 75.71%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 72.55%
CMYK:
(76,0,30,73)
C76M0Y30K73 
(76%,0%,30%,73%)
(0.76/0.00/0.30/0.73)	

CMYK percentages

%75.71
%0
%30
%72.55

Codes

Color #114631 in popluar color models

114631
RGB177049
HSL156°60.92%17.06%
HSB/HSV156°75.71%27.45%
CMYK75.71%0.00%30.00%
72.55%

Color #114631 in popluar number systems.

HEX114631
Decimal177049
Binary100011000110110001
Octal2110661

Shades and tints

Shades of #114631

#114631
(17,70,49)
#10402D
(16,64,45)
#0F3A29
(15,58,41)
#0E3425
(14,52,37)
#0D2E21
(13,46,33)
#0C281D
(12,40,29)
#0B2219
(11,34,25)
#0A1C15
(10,28,21)
#091611
(9,22,17)
#08100D
(8,16,13)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #114631

#114631
(17,70,49)
#265643
(38,86,67)
#3B6655
(59,102,85)
#507667
(80,118,103)
#658679
(101,134,121)
#7A968B
(122,150,139)
#8FA69D
(143,166,157)
#A4B6AF
(164,182,175)
#B9C6C1
(185,198,193)
#CED6D3
(206,214,211)
#E3E6E5
(227,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #114631; }

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

This text font color is #114631.


Background Color

.myBgColor { background-color: #114631; }

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

This div background color is #114631.


Border color

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

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

This div border color is #114631.


Opacity

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

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

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

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

This text has shadow with #114631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #114631 on black background.


Color preview on white background

This text has color #114631 on white background.



Black color preview on #114631 background

This text has black color on #114631 background.


White color preview on #114631 background

This text has white color on #114631 background.