COLOR #196C49

HEX: #196C49
RGB: (25,108,73)

Color info

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

RGB color model

#196C49 color RGB value is (25,108,73).

  • red value is 25;
  • green value is 108;
  • blue value is 73.
RGB:
(25,108,73)
(10%,42%,29%)

RGB channels and saturation

R 25 of 255 = 10%
G 108 of 255 = 42%
B 73 of 255 = 29%

25
108
73

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

Portions of RGB colors in percentages

R + G + B =
25 + 108 + 73 = 206 (100%)
R 25 of 206 ~ 12.14%
G 108 of 206 ~ 52.43%
B 73 of 206 ~ 35.44%

%12.14
%52.43
%35.44

CMYK color model

#196C49 color CMYK value is (77,0,32,58).

  • cyan value is 76.85%
  • magenta value is 0.00%
  • yellow value is 32.41%
  • key color value is 57.65%
CMYK:
(77,0,32,58)
C77M0Y32K58 
(77%,0%,32%,58%)
(0.77/0.00/0.32/0.58)	

CMYK percentages

%76.85
%0
%32.41
%57.65

Codes

Color #196C49 in popluar color models

196C49
RGB2510873
HSL155°62.41%26.08%
HSB/HSV155°76.85%42.35%
CMYK76.85%0.00%32.41%
57.65%

Color #196C49 in popluar number systems.

HEX196C49
Decimal2510873
Binary1100111011001001001
Octal31154111

Shades and tints

Shades of #196C49

#196C49
(25,108,73)
#176343
(23,99,67)
#155A3D
(21,90,61)
#135137
(19,81,55)
#114831
(17,72,49)
#0F3F2B
(15,63,43)
#0D3625
(13,54,37)
#0B2D1F
(11,45,31)
#092419
(9,36,25)
#071B13
(7,27,19)
#05120D
(5,18,13)
#000000
(0,0,0)

Tints of #196C49

#196C49
(25,108,73)
#2D7959
(45,121,89)
#418669
(65,134,105)
#559379
(85,147,121)
#69A089
(105,160,137)
#7DAD99
(125,173,153)
#91BAA9
(145,186,169)
#A5C7B9
(165,199,185)
#B9D4C9
(185,212,201)
#CDE1D9
(205,225,217)
#E1EEE9
(225,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #196C49 color. Also use rgb(25,108,73) instead hex code.

Text Font Color

.myTextColor { color: #196C49; }

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

This text font color is #196C49.


Background Color

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

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

This div background color is #196C49.


Border color

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

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

This div border color is #196C49.


Opacity

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

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

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

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

This text has shadow with #196C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #196C49 on black background.


Color preview on white background

This text has color #196C49 on white background.



Black color preview on #196C49 background

This text has black color on #196C49 background.


White color preview on #196C49 background

This text has white color on #196C49 background.