COLOR #119461

HEX: #119461
RGB: (17,148,97)

Color info

#119461 contains mainly green and blue colors. Web safe color of #119461 is #009966 (or #096).

RGB color model

#119461 color RGB value is (17,148,97).

  • red value is 17;
  • green value is 148;
  • blue value is 97.
RGB:
(17,148,97)
(7%,58%,38%)

RGB channels and saturation

R 17 of 255 = 7%
G 148 of 255 = 58%
B 97 of 255 = 38%

17
148
97

R + G + B ~ 34%. #119461 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 148 + 97 = 262 (100%)
R 17 of 262 ~ 6.49%
G 148 of 262 ~ 56.49%
B 97 of 262 ~ 37.02%

%56.49
%37.02

CMYK color model

#119461 color CMYK value is (89,0,34,42).

  • cyan value is 88.51%
  • magenta value is 0.00%
  • yellow value is 34.46%
  • key color value is 41.96%
CMYK:
(89,0,34,42)
C89M0Y34K42 
(89%,0%,34%,42%)
(0.89/0.00/0.34/0.42)	

CMYK percentages

%88.51
%0
%34.46
%41.96

Codes

Color #119461 in popluar color models

119461
RGB1714897
HSL157°79.39%32.35%
HSB/HSV157°88.51%58.04%
CMYK88.51%0.00%34.46%
41.96%

Color #119461 in popluar number systems.

HEX119461
Decimal1714897
Binary10001100101001100001
Octal21224141

Shades and tints

Shades of #119461

#119461
(17,148,97)
#108759
(16,135,89)
#0F7A51
(15,122,81)
#0E6D49
(14,109,73)
#0D6041
(13,96,65)
#0C5339
(12,83,57)
#0B4631
(11,70,49)
#0A3929
(10,57,41)
#092C21
(9,44,33)
#081F19
(8,31,25)
#071211
(7,18,17)
#000000
(0,0,0)

Tints of #119461

#119461
(17,148,97)
#269D6F
(38,157,111)
#3BA67D
(59,166,125)
#50AF8B
(80,175,139)
#65B899
(101,184,153)
#7AC1A7
(122,193,167)
#8FCAB5
(143,202,181)
#A4D3C3
(164,211,195)
#B9DCD1
(185,220,209)
#CEE5DF
(206,229,223)
#E3EEED
(227,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #119461 color. Also use rgb(17,148,97) instead hex code.

Text Font Color

.myTextColor { color: #119461; }

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

This text font color is #119461.


Background Color

.myBgColor { background-color: #119461; }

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

This div background color is #119461.


Border color

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

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

This div border color is #119461.


Opacity

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

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

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

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

This text has shadow with #119461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #119461 on black background.


Color preview on white background

This text has color #119461 on white background.



Black color preview on #119461 background

This text has black color on #119461 background.


White color preview on #119461 background

This text has white color on #119461 background.