COLOR #198347

HEX: #198347
RGB: (25,131,71)

Color info

#198347 contains mainly green color. Web safe color of #198347 is #009933 (or #093).

RGB color model

#198347 color RGB value is (25,131,71).

  • red value is 25;
  • green value is 131;
  • blue value is 71.
RGB:
(25,131,71)
(10%,51%,28%)

RGB channels and saturation

R 25 of 255 = 10%
G 131 of 255 = 51%
B 71 of 255 = 28%

25
131
71

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

Portions of RGB colors in percentages

R + G + B =
25 + 131 + 71 = 227 (100%)
R 25 of 227 ~ 11.01%
G 131 of 227 ~ 57.71%
B 71 of 227 ~ 31.28%

%11.01
%57.71
%31.28

CMYK color model

#198347 color CMYK value is (81,0,46,49).

  • cyan value is 80.92%
  • magenta value is 0.00%
  • yellow value is 45.80%
  • key color value is 48.63%
CMYK:
(81,0,46,49)
C81M0Y46K49 
(81%,0%,46%,49%)
(0.81/0.00/0.46/0.49)	

CMYK percentages

%80.92
%0
%45.8
%48.63

Codes

Color #198347 in popluar color models

198347
RGB2513171
HSL146°67.95%30.59%
HSB/HSV146°80.92%51.37%
CMYK80.92%0.00%45.80%
48.63%

Color #198347 in popluar number systems.

HEX198347
Decimal2513171
Binary11001100000111000111
Octal31203107

Shades and tints

Shades of #198347

#198347
(25,131,71)
#177841
(23,120,65)
#156D3B
(21,109,59)
#136235
(19,98,53)
#11572F
(17,87,47)
#0F4C29
(15,76,41)
#0D4123
(13,65,35)
#0B361D
(11,54,29)
#092B17
(9,43,23)
#072011
(7,32,17)
#05150B
(5,21,11)
#000000
(0,0,0)

Tints of #198347

#198347
(25,131,71)
#2D8E57
(45,142,87)
#419967
(65,153,103)
#55A477
(85,164,119)
#69AF87
(105,175,135)
#7DBA97
(125,186,151)
#91C5A7
(145,197,167)
#A5D0B7
(165,208,183)
#B9DBC7
(185,219,199)
#CDE6D7
(205,230,215)
#E1F1E7
(225,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #198347 color. Also use rgb(25,131,71) instead hex code.

Text Font Color

.myTextColor { color: #198347; }

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

This text font color is #198347.


Background Color

.myBgColor { background-color: #198347; }

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

This div background color is #198347.


Border color

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

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

This div border color is #198347.


Opacity

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

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

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

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

This text has shadow with #198347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #198347 on black background.


Color preview on white background

This text has color #198347 on white background.



Black color preview on #198347 background

This text has black color on #198347 background.


White color preview on #198347 background

This text has white color on #198347 background.