COLOR #199366

HEX: #199366
RGB: (25,147,102)

Color info

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

RGB color model

#199366 color RGB value is (25,147,102).

  • red value is 25;
  • green value is 147;
  • blue value is 102.
RGB:
(25,147,102)
(10%,58%,40%)

RGB channels and saturation

R 25 of 255 = 10%
G 147 of 255 = 58%
B 102 of 255 = 40%

25
147
102

R + G + B ~ 36%. #199366 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 147 + 102 = 274 (100%)
R 25 of 274 ~ 9.12%
G 147 of 274 ~ 53.65%
B 102 of 274 ~ 37.23%

%53.65
%37.23

CMYK color model

#199366 color CMYK value is (83,0,31,42).

  • cyan value is 82.99%
  • magenta value is 0.00%
  • yellow value is 30.61%
  • key color value is 42.35%
CMYK:
(83,0,31,42)
C83M0Y31K42 
(83%,0%,31%,42%)
(0.83/0.00/0.31/0.42)	

CMYK percentages

%82.99
%0
%30.61
%42.35

Codes

Color #199366 in popluar color models

199366
RGB25147102
HSL158°70.93%33.73%
HSB/HSV158°82.99%57.65%
CMYK82.99%0.00%30.61%
42.35%

Color #199366 in popluar number systems.

HEX199366
Decimal25147102
Binary11001100100111100110
Octal31223146

Shades and tints

Shades of #199366

#199366
(25,147,102)
#17865D
(23,134,93)
#157954
(21,121,84)
#136C4B
(19,108,75)
#115F42
(17,95,66)
#0F5239
(15,82,57)
#0D4530
(13,69,48)
#0B3827
(11,56,39)
#092B1E
(9,43,30)
#071E15
(7,30,21)
#05110C
(5,17,12)
#000000
(0,0,0)

Tints of #199366

#199366
(25,147,102)
#2D9C73
(45,156,115)
#41A580
(65,165,128)
#55AE8D
(85,174,141)
#69B79A
(105,183,154)
#7DC0A7
(125,192,167)
#91C9B4
(145,201,180)
#A5D2C1
(165,210,193)
#B9DBCE
(185,219,206)
#CDE4DB
(205,228,219)
#E1EDE8
(225,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #199366 color. Also use rgb(25,147,102) instead hex code.

Text Font Color

.myTextColor { color: #199366; }

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

This text font color is #199366.


Background Color

.myBgColor { background-color: #199366; }

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

This div background color is #199366.


Border color

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

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

This div border color is #199366.


Opacity

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

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

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

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

This text has shadow with #199366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #199366 on black background.


Color preview on white background

This text has color #199366 on white background.



Black color preview on #199366 background

This text has black color on #199366 background.


White color preview on #199366 background

This text has white color on #199366 background.