COLOR #195606

HEX: #195606
RGB: (25,86,6)

Color info

#195606 contains mainly green color. Web safe color of #195606 is #006600 (or #060).

RGB color model

#195606 color RGB value is (25,86,6).

  • red value is 25;
  • green value is 86;
  • blue value is 6.
RGB:
(25,86,6)
(10%,34%,2%)

RGB channels and saturation

R 25 of 255 = 10%
G 86 of 255 = 34%
B 6 of 255 = 2%

25
86
6

R + G + B ~ 15%. #195606 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 86 + 6 = 117 (100%)
R 25 of 117 ~ 21.37%
G 86 of 117 ~ 73.5%
B 6 of 117 ~ 5.13%

%21.37
%73.5

CMYK color model

#195606 color CMYK value is (71,0,93,66).

  • cyan value is 70.93%
  • magenta value is 0.00%
  • yellow value is 93.02%
  • key color value is 66.27%
CMYK:
(71,0,93,66)
C71M0Y93K66 
(71%,0%,93%,66%)
(0.71/0.00/0.93/0.66)	

CMYK percentages

%70.93
%0
%93.02
%66.27

Codes

Color #195606 in popluar color models

195606
RGB25866
HSL106°86.96%18.04%
HSB/HSV106°93.02%33.73%
CMYK70.93%0.00%93.02%
66.27%

Color #195606 in popluar number systems.

HEX195606
Decimal25866
Binary110011010110110
Octal311266

Shades and tints

Shades of #195606

#195606
(25,86,6)
#174F06
(23,79,6)
#154806
(21,72,6)
#134106
(19,65,6)
#113A06
(17,58,6)
#0F3306
(15,51,6)
#0D2C06
(13,44,6)
#0B2506
(11,37,6)
#091E06
(9,30,6)
#071706
(7,23,6)
#051006
(5,16,6)
#000000
(0,0,0)

Tints of #195606

#195606
(25,86,6)
#2D651C
(45,101,28)
#417432
(65,116,50)
#558348
(85,131,72)
#69925E
(105,146,94)
#7DA174
(125,161,116)
#91B08A
(145,176,138)
#A5BFA0
(165,191,160)
#B9CEB6
(185,206,182)
#CDDDCC
(205,221,204)
#E1ECE2
(225,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #195606 color. Also use rgb(25,86,6) instead hex code.

Text Font Color

.myTextColor { color: #195606; }

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

This text font color is #195606.


Background Color

.myBgColor { background-color: #195606; }

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

This div background color is #195606.


Border color

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

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

This div border color is #195606.


Opacity

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

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

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

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

This text has shadow with #195606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #195606 on black background.


Color preview on white background

This text has color #195606 on white background.



Black color preview on #195606 background

This text has black color on #195606 background.


White color preview on #195606 background

This text has white color on #195606 background.