COLOR #197A48

HEX: #197A48
RGB: (25,122,72)

Color info

#197A48 contains mainly green and blue colors. Web safe color of #197A48 is #006633 (or #063).

RGB color model

#197A48 color RGB value is (25,122,72).

  • red value is 25;
  • green value is 122;
  • blue value is 72.
RGB:
(25,122,72)
(10%,48%,28%)

RGB channels and saturation

R 25 of 255 = 10%
G 122 of 255 = 48%
B 72 of 255 = 28%

25
122
72

R + G + B ~ 29%. #197A48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 122 + 72 = 219 (100%)
R 25 of 219 ~ 11.42%
G 122 of 219 ~ 55.71%
B 72 of 219 ~ 32.88%

%11.42
%55.71
%32.88

CMYK color model

#197A48 color CMYK value is (80,0,41,52).

  • cyan value is 79.51%
  • magenta value is 0.00%
  • yellow value is 40.98%
  • key color value is 52.16%
CMYK:
(80,0,41,52)
C80M0Y41K52 
(80%,0%,41%,52%)
(0.80/0.00/0.41/0.52)	

CMYK percentages

%79.51
%0
%40.98
%52.16

Codes

Color #197A48 in popluar color models

197A48
RGB2512272
HSL149°65.99%28.82%
HSB/HSV149°79.51%47.84%
CMYK79.51%0.00%40.98%
52.16%

Color #197A48 in popluar number systems.

HEX197A48
Decimal2512272
Binary1100111110101001000
Octal31172110

Shades and tints

Shades of #197A48

#197A48
(25,122,72)
#176F42
(23,111,66)
#15643C
(21,100,60)
#135936
(19,89,54)
#114E30
(17,78,48)
#0F432A
(15,67,42)
#0D3824
(13,56,36)
#0B2D1E
(11,45,30)
#092218
(9,34,24)
#071712
(7,23,18)
#050C0C
(5,12,12)
#000000
(0,0,0)

Tints of #197A48

#197A48
(25,122,72)
#2D8658
(45,134,88)
#419268
(65,146,104)
#559E78
(85,158,120)
#69AA88
(105,170,136)
#7DB698
(125,182,152)
#91C2A8
(145,194,168)
#A5CEB8
(165,206,184)
#B9DAC8
(185,218,200)
#CDE6D8
(205,230,216)
#E1F2E8
(225,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #197A48 color. Also use rgb(25,122,72) instead hex code.

Text Font Color

.myTextColor { color: #197A48; }

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

This text font color is #197A48.


Background Color

.myBgColor { background-color: #197A48; }

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

This div background color is #197A48.


Border color

.myBorderColor { border: 1px solid #197A48; }

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

This div border color is #197A48.


Opacity

.myOpacity80 { color: #197A48; opacity: 0.8; }

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

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

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

This text has shadow with #197A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #197A48 on black background.


Color preview on white background

This text has color #197A48 on white background.



Black color preview on #197A48 background

This text has black color on #197A48 background.


White color preview on #197A48 background

This text has white color on #197A48 background.