COLOR #197D57

HEX: #197D57
RGB: (25,125,87)

Color info

#197D57 contains mainly green and blue colors. Web safe color of #197D57 is #006666 (or #066).

RGB color model

#197D57 color RGB value is (25,125,87).

  • red value is 25;
  • green value is 125;
  • blue value is 87.
RGB:
(25,125,87)
(10%,49%,34%)

RGB channels and saturation

R 25 of 255 = 10%
G 125 of 255 = 49%
B 87 of 255 = 34%

25
125
87

R + G + B ~ 31%. #197D57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 125 + 87 = 237 (100%)
R 25 of 237 ~ 10.55%
G 125 of 237 ~ 52.74%
B 87 of 237 ~ 36.71%

%10.55
%52.74
%36.71

CMYK color model

#197D57 color CMYK value is (80,0,30,51).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 30.40%
  • key color value is 50.98%
CMYK:
(80,0,30,51)
C80M0Y30K51 
(80%,0%,30%,51%)
(0.80/0.00/0.30/0.51)	

CMYK percentages

%80
%0
%30.4
%50.98

Codes

Color #197D57 in popluar color models

197D57
RGB2512587
HSL157°66.67%29.41%
HSB/HSV157°80.00%49.02%
CMYK80.00%0.00%30.40%
50.98%

Color #197D57 in popluar number systems.

HEX197D57
Decimal2512587
Binary1100111111011010111
Octal31175127

Shades and tints

Shades of #197D57

#197D57
(25,125,87)
#177250
(23,114,80)
#156749
(21,103,73)
#135C42
(19,92,66)
#11513B
(17,81,59)
#0F4634
(15,70,52)
#0D3B2D
(13,59,45)
#0B3026
(11,48,38)
#09251F
(9,37,31)
#071A18
(7,26,24)
#050F11
(5,15,17)
#000000
(0,0,0)

Tints of #197D57

#197D57
(25,125,87)
#2D8866
(45,136,102)
#419375
(65,147,117)
#559E84
(85,158,132)
#69A993
(105,169,147)
#7DB4A2
(125,180,162)
#91BFB1
(145,191,177)
#A5CAC0
(165,202,192)
#B9D5CF
(185,213,207)
#CDE0DE
(205,224,222)
#E1EBED
(225,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #197D57 color. Also use rgb(25,125,87) instead hex code.

Text Font Color

.myTextColor { color: #197D57; }

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

This text font color is #197D57.


Background Color

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

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

This div background color is #197D57.


Border color

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

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

This div border color is #197D57.


Opacity

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

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

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

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

This text has shadow with #197D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #197D57 on black background.


Color preview on white background

This text has color #197D57 on white background.



Black color preview on #197D57 background

This text has black color on #197D57 background.


White color preview on #197D57 background

This text has white color on #197D57 background.