COLOR #197159

HEX: #197159
RGB: (25,113,89)

Color info

#197159 contains mainly green and blue colors. Web safe color of #197159 is #006666 (or #066).

RGB color model

#197159 color RGB value is (25,113,89).

  • red value is 25;
  • green value is 113;
  • blue value is 89.
RGB:
(25,113,89)
(10%,44%,35%)

RGB channels and saturation

R 25 of 255 = 10%
G 113 of 255 = 44%
B 89 of 255 = 35%

25
113
89

R + G + B ~ 30%. #197159 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 113 + 89 = 227 (100%)
R 25 of 227 ~ 11.01%
G 113 of 227 ~ 49.78%
B 89 of 227 ~ 39.21%

%11.01
%49.78
%39.21

CMYK color model

#197159 color CMYK value is (78,0,21,56).

  • cyan value is 77.88%
  • magenta value is 0.00%
  • yellow value is 21.24%
  • key color value is 55.69%
CMYK:
(78,0,21,56)
C78M0Y21K56 
(78%,0%,21%,56%)
(0.78/0.00/0.21/0.56)	

CMYK percentages

%77.88
%0
%21.24
%55.69

Codes

Color #197159 in popluar color models

197159
RGB2511389
HSL164°63.77%27.06%
HSB/HSV164°77.88%44.31%
CMYK77.88%0.00%21.24%
55.69%

Color #197159 in popluar number systems.

HEX197159
Decimal2511389
Binary1100111100011011001
Octal31161131

Shades and tints

Shades of #197159

#197159
(25,113,89)
#176751
(23,103,81)
#155D49
(21,93,73)
#135341
(19,83,65)
#114939
(17,73,57)
#0F3F31
(15,63,49)
#0D3529
(13,53,41)
#0B2B21
(11,43,33)
#092119
(9,33,25)
#071711
(7,23,17)
#050D09
(5,13,9)
#000000
(0,0,0)

Tints of #197159

#197159
(25,113,89)
#2D7D68
(45,125,104)
#418977
(65,137,119)
#559586
(85,149,134)
#69A195
(105,161,149)
#7DADA4
(125,173,164)
#91B9B3
(145,185,179)
#A5C5C2
(165,197,194)
#B9D1D1
(185,209,209)
#CDDDE0
(205,221,224)
#E1E9EF
(225,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #197159 color. Also use rgb(25,113,89) instead hex code.

Text Font Color

.myTextColor { color: #197159; }

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

This text font color is #197159.


Background Color

.myBgColor { background-color: #197159; }

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

This div background color is #197159.


Border color

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

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

This div border color is #197159.


Opacity

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

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

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

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

This text has shadow with #197159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #197159 on black background.


Color preview on white background

This text has color #197159 on white background.



Black color preview on #197159 background

This text has black color on #197159 background.


White color preview on #197159 background

This text has white color on #197159 background.