COLOR #196521

HEX: #196521
RGB: (25,101,33)

Color info

#196521 contains mainly green color. Web safe color of #196521 is #006633 (or #063).

RGB color model

#196521 color RGB value is (25,101,33).

  • red value is 25;
  • green value is 101;
  • blue value is 33.
RGB:
(25,101,33)
(10%,40%,13%)

RGB channels and saturation

R 25 of 255 = 10%
G 101 of 255 = 40%
B 33 of 255 = 13%

25
101
33

R + G + B ~ 21%. #196521 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 101 + 33 = 159 (100%)
R 25 of 159 ~ 15.72%
G 101 of 159 ~ 63.52%
B 33 of 159 ~ 20.75%

%15.72
%63.52
%20.75

CMYK color model

#196521 color CMYK value is (75,0,67,60).

  • cyan value is 75.25%
  • magenta value is 0.00%
  • yellow value is 67.33%
  • key color value is 60.39%
CMYK:
(75,0,67,60)
C75M0Y67K60 
(75%,0%,67%,60%)
(0.75/0.00/0.67/0.60)	

CMYK percentages

%75.25
%0
%67.33
%60.39

Codes

Color #196521 in popluar color models

196521
RGB2510133
HSL126°60.32%24.71%
HSB/HSV126°75.25%39.61%
CMYK75.25%0.00%67.33%
60.39%

Color #196521 in popluar number systems.

HEX196521
Decimal2510133
Binary110011100101100001
Octal3114541

Shades and tints

Shades of #196521

#196521
(25,101,33)
#175C1E
(23,92,30)
#15531B
(21,83,27)
#134A18
(19,74,24)
#114115
(17,65,21)
#0F3812
(15,56,18)
#0D2F0F
(13,47,15)
#0B260C
(11,38,12)
#091D09
(9,29,9)
#071406
(7,20,6)
#050B03
(5,11,3)
#000000
(0,0,0)

Tints of #196521

#196521
(25,101,33)
#2D7335
(45,115,53)
#418149
(65,129,73)
#558F5D
(85,143,93)
#699D71
(105,157,113)
#7DAB85
(125,171,133)
#91B999
(145,185,153)
#A5C7AD
(165,199,173)
#B9D5C1
(185,213,193)
#CDE3D5
(205,227,213)
#E1F1E9
(225,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #196521 color. Also use rgb(25,101,33) instead hex code.

Text Font Color

.myTextColor { color: #196521; }

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

This text font color is #196521.


Background Color

.myBgColor { background-color: #196521; }

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

This div background color is #196521.


Border color

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

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

This div border color is #196521.


Opacity

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

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

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

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

This text has shadow with #196521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #196521 on black background.


Color preview on white background

This text has color #196521 on white background.



Black color preview on #196521 background

This text has black color on #196521 background.


White color preview on #196521 background

This text has white color on #196521 background.