COLOR #196625

HEX: #196625
RGB: (25,102,37)

Color info

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

RGB color model

#196625 color RGB value is (25,102,37).

  • red value is 25;
  • green value is 102;
  • blue value is 37.
RGB:
(25,102,37)
(10%,40%,15%)

RGB channels and saturation

R 25 of 255 = 10%
G 102 of 255 = 40%
B 37 of 255 = 15%

25
102
37

R + G + B ~ 22%. #196625 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 102 + 37 = 164 (100%)
R 25 of 164 ~ 15.24%
G 102 of 164 ~ 62.2%
B 37 of 164 ~ 22.56%

%15.24
%62.2
%22.56

CMYK color model

#196625 color CMYK value is (75,0,64,60).

  • cyan value is 75.49%
  • magenta value is 0.00%
  • yellow value is 63.73%
  • key color value is 60.00%
CMYK:
(75,0,64,60)
C75M0Y64K60 
(75%,0%,64%,60%)
(0.75/0.00/0.64/0.60)	

CMYK percentages

%75.49
%0
%63.73
%60

Codes

Color #196625 in popluar color models

196625
RGB2510237
HSL129°60.63%24.90%
HSB/HSV129°75.49%40.00%
CMYK75.49%0.00%63.73%
60.00%

Color #196625 in popluar number systems.

HEX196625
Decimal2510237
Binary110011100110100101
Octal3114645

Shades and tints

Shades of #196625

#196625
(25,102,37)
#175D22
(23,93,34)
#15541F
(21,84,31)
#134B1C
(19,75,28)
#114219
(17,66,25)
#0F3916
(15,57,22)
#0D3013
(13,48,19)
#0B2710
(11,39,16)
#091E0D
(9,30,13)
#07150A
(7,21,10)
#050C07
(5,12,7)
#000000
(0,0,0)

Tints of #196625

#196625
(25,102,37)
#2D7338
(45,115,56)
#41804B
(65,128,75)
#558D5E
(85,141,94)
#699A71
(105,154,113)
#7DA784
(125,167,132)
#91B497
(145,180,151)
#A5C1AA
(165,193,170)
#B9CEBD
(185,206,189)
#CDDBD0
(205,219,208)
#E1E8E3
(225,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #196625 color. Also use rgb(25,102,37) instead hex code.

Text Font Color

.myTextColor { color: #196625; }

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

This text font color is #196625.


Background Color

.myBgColor { background-color: #196625; }

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

This div background color is #196625.


Border color

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

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

This div border color is #196625.


Opacity

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

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

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

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

This text has shadow with #196625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #196625 on black background.


Color preview on white background

This text has color #196625 on white background.



Black color preview on #196625 background

This text has black color on #196625 background.


White color preview on #196625 background

This text has white color on #196625 background.