COLOR #197327

HEX: #197327
RGB: (25,115,39)

Color info

#197327 contains mainly green color. Web safe color of #197327 is #006633 (or #063).

RGB color model

#197327 color RGB value is (25,115,39).

  • red value is 25;
  • green value is 115;
  • blue value is 39.
RGB:
(25,115,39)
(10%,45%,15%)

RGB channels and saturation

R 25 of 255 = 10%
G 115 of 255 = 45%
B 39 of 255 = 15%

25
115
39

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

Portions of RGB colors in percentages

R + G + B =
25 + 115 + 39 = 179 (100%)
R 25 of 179 ~ 13.97%
G 115 of 179 ~ 64.25%
B 39 of 179 ~ 21.79%

%13.97
%64.25
%21.79

CMYK color model

#197327 color CMYK value is (78,0,66,55).

  • cyan value is 78.26%
  • magenta value is 0.00%
  • yellow value is 66.09%
  • key color value is 54.90%
CMYK:
(78,0,66,55)
C78M0Y66K55 
(78%,0%,66%,55%)
(0.78/0.00/0.66/0.55)	

CMYK percentages

%78.26
%0
%66.09
%54.9

Codes

Color #197327 in popluar color models

197327
RGB2511539
HSL129°64.29%27.45%
HSB/HSV129°78.26%45.10%
CMYK78.26%0.00%66.09%
54.90%

Color #197327 in popluar number systems.

HEX197327
Decimal2511539
Binary110011110011100111
Octal3116347

Shades and tints

Shades of #197327

#197327
(25,115,39)
#176924
(23,105,36)
#155F21
(21,95,33)
#13551E
(19,85,30)
#114B1B
(17,75,27)
#0F4118
(15,65,24)
#0D3715
(13,55,21)
#0B2D12
(11,45,18)
#09230F
(9,35,15)
#07190C
(7,25,12)
#050F09
(5,15,9)
#000000
(0,0,0)

Tints of #197327

#197327
(25,115,39)
#2D7F3A
(45,127,58)
#418B4D
(65,139,77)
#559760
(85,151,96)
#69A373
(105,163,115)
#7DAF86
(125,175,134)
#91BB99
(145,187,153)
#A5C7AC
(165,199,172)
#B9D3BF
(185,211,191)
#CDDFD2
(205,223,210)
#E1EBE5
(225,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #197327 color. Also use rgb(25,115,39) instead hex code.

Text Font Color

.myTextColor { color: #197327; }

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

This text font color is #197327.


Background Color

.myBgColor { background-color: #197327; }

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

This div background color is #197327.


Border color

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

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

This div border color is #197327.


Opacity

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

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

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

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

This text has shadow with #197327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #197327 on black background.


Color preview on white background

This text has color #197327 on white background.



Black color preview on #197327 background

This text has black color on #197327 background.


White color preview on #197327 background

This text has white color on #197327 background.