COLOR #198713

HEX: #198713
RGB: (25,135,19)

Color info

#198713 contains mainly green color. Web safe color of #198713 is #009900 (or #090).

RGB color model

#198713 color RGB value is (25,135,19).

  • red value is 25;
  • green value is 135;
  • blue value is 19.
RGB:
(25,135,19)
(10%,53%,7%)

RGB channels and saturation

R 25 of 255 = 10%
G 135 of 255 = 53%
B 19 of 255 = 7%

25
135
19

R + G + B ~ 23%. #198713 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 135 + 19 = 179 (100%)
R 25 of 179 ~ 13.97%
G 135 of 179 ~ 75.42%
B 19 of 179 ~ 10.61%

%13.97
%75.42
%10.61

CMYK color model

#198713 color CMYK value is (81,0,86,47).

  • cyan value is 81.48%
  • magenta value is 0.00%
  • yellow value is 85.93%
  • key color value is 47.06%
CMYK:
(81,0,86,47)
C81M0Y86K47 
(81%,0%,86%,47%)
(0.81/0.00/0.86/0.47)	

CMYK percentages

%81.48
%0
%85.93
%47.06

Codes

Color #198713 in popluar color models

198713
RGB2513519
HSL117°75.32%30.20%
HSB/HSV117°85.93%52.94%
CMYK81.48%0.00%85.93%
47.06%

Color #198713 in popluar number systems.

HEX198713
Decimal2513519
Binary110011000011110011
Octal3120723

Shades and tints

Shades of #198713

#198713
(25,135,19)
#177B12
(23,123,18)
#156F11
(21,111,17)
#136310
(19,99,16)
#11570F
(17,87,15)
#0F4B0E
(15,75,14)
#0D3F0D
(13,63,13)
#0B330C
(11,51,12)
#09270B
(9,39,11)
#071B0A
(7,27,10)
#050F09
(5,15,9)
#000000
(0,0,0)

Tints of #198713

#198713
(25,135,19)
#2D9128
(45,145,40)
#419B3D
(65,155,61)
#55A552
(85,165,82)
#69AF67
(105,175,103)
#7DB97C
(125,185,124)
#91C391
(145,195,145)
#A5CDA6
(165,205,166)
#B9D7BB
(185,215,187)
#CDE1D0
(205,225,208)
#E1EBE5
(225,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #198713 color. Also use rgb(25,135,19) instead hex code.

Text Font Color

.myTextColor { color: #198713; }

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

This text font color is #198713.


Background Color

.myBgColor { background-color: #198713; }

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

This div background color is #198713.


Border color

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

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

This div border color is #198713.


Opacity

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

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

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

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

This text has shadow with #198713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #198713 on black background.


Color preview on white background

This text has color #198713 on white background.



Black color preview on #198713 background

This text has black color on #198713 background.


White color preview on #198713 background

This text has white color on #198713 background.