COLOR #197037

HEX: #197037
RGB: (25,112,55)

Color info

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

RGB color model

#197037 color RGB value is (25,112,55).

  • red value is 25;
  • green value is 112;
  • blue value is 55.
RGB:
(25,112,55)
(10%,44%,22%)

RGB channels and saturation

R 25 of 255 = 10%
G 112 of 255 = 44%
B 55 of 255 = 22%

25
112
55

R + G + B ~ 25%. #197037 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 112 + 55 = 192 (100%)
R 25 of 192 ~ 13.02%
G 112 of 192 ~ 58.33%
B 55 of 192 ~ 28.65%

%13.02
%58.33
%28.65

CMYK color model

#197037 color CMYK value is (78,0,51,56).

  • cyan value is 77.68%
  • magenta value is 0.00%
  • yellow value is 50.89%
  • key color value is 56.08%
CMYK:
(78,0,51,56)
C78M0Y51K56 
(78%,0%,51%,56%)
(0.78/0.00/0.51/0.56)	

CMYK percentages

%77.68
%0
%50.89
%56.08

Codes

Color #197037 in popluar color models

197037
RGB2511255
HSL141°63.50%26.86%
HSB/HSV141°77.68%43.92%
CMYK77.68%0.00%50.89%
56.08%

Color #197037 in popluar number systems.

HEX197037
Decimal2511255
Binary110011110000110111
Octal3116067

Shades and tints

Shades of #197037

#197037
(25,112,55)
#176632
(23,102,50)
#155C2D
(21,92,45)
#135228
(19,82,40)
#114823
(17,72,35)
#0F3E1E
(15,62,30)
#0D3419
(13,52,25)
#0B2A14
(11,42,20)
#09200F
(9,32,15)
#07160A
(7,22,10)
#050C05
(5,12,5)
#000000
(0,0,0)

Tints of #197037

#197037
(25,112,55)
#2D7D49
(45,125,73)
#418A5B
(65,138,91)
#55976D
(85,151,109)
#69A47F
(105,164,127)
#7DB191
(125,177,145)
#91BEA3
(145,190,163)
#A5CBB5
(165,203,181)
#B9D8C7
(185,216,199)
#CDE5D9
(205,229,217)
#E1F2EB
(225,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #197037 color. Also use rgb(25,112,55) instead hex code.

Text Font Color

.myTextColor { color: #197037; }

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

This text font color is #197037.


Background Color

.myBgColor { background-color: #197037; }

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

This div background color is #197037.


Border color

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

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

This div border color is #197037.


Opacity

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

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

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

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

This text has shadow with #197037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #197037 on black background.


Color preview on white background

This text has color #197037 on white background.



Black color preview on #197037 background

This text has black color on #197037 background.


White color preview on #197037 background

This text has white color on #197037 background.