COLOR #196A47

HEX: #196A47
RGB: (25,106,71)

Color info

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

RGB color model

#196A47 color RGB value is (25,106,71).

  • red value is 25;
  • green value is 106;
  • blue value is 71.
RGB:
(25,106,71)
(10%,42%,28%)

RGB channels and saturation

R 25 of 255 = 10%
G 106 of 255 = 42%
B 71 of 255 = 28%

25
106
71

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

Portions of RGB colors in percentages

R + G + B =
25 + 106 + 71 = 202 (100%)
R 25 of 202 ~ 12.38%
G 106 of 202 ~ 52.48%
B 71 of 202 ~ 35.15%

%12.38
%52.48
%35.15

CMYK color model

#196A47 color CMYK value is (76,0,33,58).

  • cyan value is 76.42%
  • magenta value is 0.00%
  • yellow value is 33.02%
  • key color value is 58.43%
CMYK:
(76,0,33,58)
C76M0Y33K58 
(76%,0%,33%,58%)
(0.76/0.00/0.33/0.58)	

CMYK percentages

%76.42
%0
%33.02
%58.43

Codes

Color #196A47 in popluar color models

196A47
RGB2510671
HSL154°61.83%25.69%
HSB/HSV154°76.42%41.57%
CMYK76.42%0.00%33.02%
58.43%

Color #196A47 in popluar number systems.

HEX196A47
Decimal2510671
Binary1100111010101000111
Octal31152107

Shades and tints

Shades of #196A47

#196A47
(25,106,71)
#176141
(23,97,65)
#15583B
(21,88,59)
#134F35
(19,79,53)
#11462F
(17,70,47)
#0F3D29
(15,61,41)
#0D3423
(13,52,35)
#0B2B1D
(11,43,29)
#092217
(9,34,23)
#071911
(7,25,17)
#05100B
(5,16,11)
#000000
(0,0,0)

Tints of #196A47

#196A47
(25,106,71)
#2D7757
(45,119,87)
#418467
(65,132,103)
#559177
(85,145,119)
#699E87
(105,158,135)
#7DAB97
(125,171,151)
#91B8A7
(145,184,167)
#A5C5B7
(165,197,183)
#B9D2C7
(185,210,199)
#CDDFD7
(205,223,215)
#E1ECE7
(225,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #196A47 color. Also use rgb(25,106,71) instead hex code.

Text Font Color

.myTextColor { color: #196A47; }

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

This text font color is #196A47.


Background Color

.myBgColor { background-color: #196A47; }

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

This div background color is #196A47.


Border color

.myBorderColor { border: 1px solid #196A47; }

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

This div border color is #196A47.


Opacity

.myOpacity80 { color: #196A47; opacity: 0.8; }

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

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

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

This text has shadow with #196A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #196A47 on black background.


Color preview on white background

This text has color #196A47 on white background.



Black color preview on #196A47 background

This text has black color on #196A47 background.


White color preview on #196A47 background

This text has white color on #196A47 background.