COLOR #199163

HEX: #199163
RGB: (25,145,99)

Color info

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

RGB color model

#199163 color RGB value is (25,145,99).

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

RGB channels and saturation

R 25 of 255 = 10%
G 145 of 255 = 57%
B 99 of 255 = 39%

25
145
99

R + G + B ~ 35%. #199163 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 145 + 99 = 269 (100%)
R 25 of 269 ~ 9.29%
G 145 of 269 ~ 53.9%
B 99 of 269 ~ 36.8%

%53.9
%36.8

CMYK color model

#199163 color CMYK value is (83,0,32,43).

  • cyan value is 82.76%
  • magenta value is 0.00%
  • yellow value is 31.72%
  • key color value is 43.14%
CMYK:
(83,0,32,43)
C83M0Y32K43 
(83%,0%,32%,43%)
(0.83/0.00/0.32/0.43)	

CMYK percentages

%82.76
%0
%31.72
%43.14

Codes

Color #199163 in popluar color models

199163
RGB2514599
HSL157°70.59%33.33%
HSB/HSV157°82.76%56.86%
CMYK82.76%0.00%31.72%
43.14%

Color #199163 in popluar number systems.

HEX199163
Decimal2514599
Binary11001100100011100011
Octal31221143

Shades and tints

Shades of #199163

#199163
(25,145,99)
#17845A
(23,132,90)
#157751
(21,119,81)
#136A48
(19,106,72)
#115D3F
(17,93,63)
#0F5036
(15,80,54)
#0D432D
(13,67,45)
#0B3624
(11,54,36)
#09291B
(9,41,27)
#071C12
(7,28,18)
#050F09
(5,15,9)
#000000
(0,0,0)

Tints of #199163

#199163
(25,145,99)
#2D9B71
(45,155,113)
#41A57F
(65,165,127)
#55AF8D
(85,175,141)
#69B99B
(105,185,155)
#7DC3A9
(125,195,169)
#91CDB7
(145,205,183)
#A5D7C5
(165,215,197)
#B9E1D3
(185,225,211)
#CDEBE1
(205,235,225)
#E1F5EF
(225,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #199163; }

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

This text font color is #199163.


Background Color

.myBgColor { background-color: #199163; }

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

This div background color is #199163.


Border color

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

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

This div border color is #199163.


Opacity

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

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

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

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

This text has shadow with #199163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #199163 on black background.


Color preview on white background

This text has color #199163 on white background.



Black color preview on #199163 background

This text has black color on #199163 background.


White color preview on #199163 background

This text has white color on #199163 background.