COLOR #114846

HEX: #114846
RGB: (17,72,70)

Color info

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

RGB color model

#114846 color RGB value is (17,72,70).

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

RGB channels and saturation

R 17 of 255 = 7%
G 72 of 255 = 28%
B 70 of 255 = 27%

17
72
70

R + G + B ~ 21%. #114846 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 72 + 70 = 159 (100%)
R 17 of 159 ~ 10.69%
G 72 of 159 ~ 45.28%
B 70 of 159 ~ 44.03%

%10.69
%45.28
%44.03

CMYK color model

#114846 color CMYK value is (76,0,3,72).

  • cyan value is 76.39%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 71.76%
CMYK:
(76,0,3,72)
C76M0Y3K72 
(76%,0%,3%,72%)
(0.76/0.00/0.03/0.72)	

CMYK percentages

%76.39
%0
%2.78
%71.76

Codes

Color #114846 in popluar color models

114846
RGB177270
HSL178°61.80%17.45%
HSB/HSV178°76.39%28.24%
CMYK76.39%0.00%2.78%
71.76%

Color #114846 in popluar number systems.

HEX114846
Decimal177270
Binary1000110010001000110
Octal21110106

Shades and tints

Shades of #114846

#114846
(17,72,70)
#104240
(16,66,64)
#0F3C3A
(15,60,58)
#0E3634
(14,54,52)
#0D302E
(13,48,46)
#0C2A28
(12,42,40)
#0B2422
(11,36,34)
#0A1E1C
(10,30,28)
#091816
(9,24,22)
#081210
(8,18,16)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #114846

#114846
(17,72,70)
#265856
(38,88,86)
#3B6866
(59,104,102)
#507876
(80,120,118)
#658886
(101,136,134)
#7A9896
(122,152,150)
#8FA8A6
(143,168,166)
#A4B8B6
(164,184,182)
#B9C8C6
(185,200,198)
#CED8D6
(206,216,214)
#E3E8E6
(227,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #114846; }

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

This text font color is #114846.


Background Color

.myBgColor { background-color: #114846; }

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

This div background color is #114846.


Border color

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

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

This div border color is #114846.


Opacity

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

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

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

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

This text has shadow with #114846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #114846 on black background.


Color preview on white background

This text has color #114846 on white background.



Black color preview on #114846 background

This text has black color on #114846 background.


White color preview on #114846 background

This text has white color on #114846 background.