COLOR #197143

HEX: #197143
RGB: (25,113,67)

Color info

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

RGB color model

#197143 color RGB value is (25,113,67).

  • red value is 25;
  • green value is 113;
  • blue value is 67.
RGB:
(25,113,67)
(10%,44%,26%)

RGB channels and saturation

R 25 of 255 = 10%
G 113 of 255 = 44%
B 67 of 255 = 26%

25
113
67

R + G + B ~ 27%. #197143 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 113 + 67 = 205 (100%)
R 25 of 205 ~ 12.2%
G 113 of 205 ~ 55.12%
B 67 of 205 ~ 32.68%

%12.2
%55.12
%32.68

CMYK color model

#197143 color CMYK value is (78,0,41,56).

  • cyan value is 77.88%
  • magenta value is 0.00%
  • yellow value is 40.71%
  • key color value is 55.69%
CMYK:
(78,0,41,56)
C78M0Y41K56 
(78%,0%,41%,56%)
(0.78/0.00/0.41/0.56)	

CMYK percentages

%77.88
%0
%40.71
%55.69

Codes

Color #197143 in popluar color models

197143
RGB2511367
HSL149°63.77%27.06%
HSB/HSV149°77.88%44.31%
CMYK77.88%0.00%40.71%
55.69%

Color #197143 in popluar number systems.

HEX197143
Decimal2511367
Binary1100111100011000011
Octal31161103

Shades and tints

Shades of #197143

#197143
(25,113,67)
#17673D
(23,103,61)
#155D37
(21,93,55)
#135331
(19,83,49)
#11492B
(17,73,43)
#0F3F25
(15,63,37)
#0D351F
(13,53,31)
#0B2B19
(11,43,25)
#092113
(9,33,19)
#07170D
(7,23,13)
#050D07
(5,13,7)
#000000
(0,0,0)

Tints of #197143

#197143
(25,113,67)
#2D7D54
(45,125,84)
#418965
(65,137,101)
#559576
(85,149,118)
#69A187
(105,161,135)
#7DAD98
(125,173,152)
#91B9A9
(145,185,169)
#A5C5BA
(165,197,186)
#B9D1CB
(185,209,203)
#CDDDDC
(205,221,220)
#E1E9ED
(225,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #197143 color. Also use rgb(25,113,67) instead hex code.

Text Font Color

.myTextColor { color: #197143; }

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

This text font color is #197143.


Background Color

.myBgColor { background-color: #197143; }

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

This div background color is #197143.


Border color

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

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

This div border color is #197143.


Opacity

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

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

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

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

This text has shadow with #197143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #197143 on black background.


Color preview on white background

This text has color #197143 on white background.



Black color preview on #197143 background

This text has black color on #197143 background.


White color preview on #197143 background

This text has white color on #197143 background.