COLOR #197163

HEX: #197163
RGB: (25,113,99)

Color info

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

RGB color model

#197163 color RGB value is (25,113,99).

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

RGB channels and saturation

R 25 of 255 = 10%
G 113 of 255 = 44%
B 99 of 255 = 39%

25
113
99

R + G + B ~ 31%. #197163 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 113 + 99 = 237 (100%)
R 25 of 237 ~ 10.55%
G 113 of 237 ~ 47.68%
B 99 of 237 ~ 41.77%

%10.55
%47.68
%41.77

CMYK color model

#197163 color CMYK value is (78,0,12,56).

  • cyan value is 77.88%
  • magenta value is 0.00%
  • yellow value is 12.39%
  • key color value is 55.69%
CMYK:
(78,0,12,56)
C78M0Y12K56 
(78%,0%,12%,56%)
(0.78/0.00/0.12/0.56)	

CMYK percentages

%77.88
%0
%12.39
%55.69

Codes

Color #197163 in popluar color models

197163
RGB2511399
HSL170°63.77%27.06%
HSB/HSV170°77.88%44.31%
CMYK77.88%0.00%12.39%
55.69%

Color #197163 in popluar number systems.

HEX197163
Decimal2511399
Binary1100111100011100011
Octal31161143

Shades and tints

Shades of #197163

#197163
(25,113,99)
#17675A
(23,103,90)
#155D51
(21,93,81)
#135348
(19,83,72)
#11493F
(17,73,63)
#0F3F36
(15,63,54)
#0D352D
(13,53,45)
#0B2B24
(11,43,36)
#09211B
(9,33,27)
#071712
(7,23,18)
#050D09
(5,13,9)
#000000
(0,0,0)

Tints of #197163

#197163
(25,113,99)
#2D7D71
(45,125,113)
#41897F
(65,137,127)
#55958D
(85,149,141)
#69A19B
(105,161,155)
#7DADA9
(125,173,169)
#91B9B7
(145,185,183)
#A5C5C5
(165,197,197)
#B9D1D3
(185,209,211)
#CDDDE1
(205,221,225)
#E1E9EF
(225,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #197163; }

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

This text font color is #197163.


Background Color

.myBgColor { background-color: #197163; }

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

This div background color is #197163.


Border color

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

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

This div border color is #197163.


Opacity

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

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

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

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

This text has shadow with #197163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #197163 on black background.


Color preview on white background

This text has color #197163 on white background.



Black color preview on #197163 background

This text has black color on #197163 background.


White color preview on #197163 background

This text has white color on #197163 background.