COLOR #195220

HEX: #195220
RGB: (25,82,32)

Color info

#195220 contains red, green and blue colors in about the same proportion. Web safe color of #195220 is #006633 (or #063).

RGB color model

#195220 color RGB value is (25,82,32).

  • red value is 25;
  • green value is 82;
  • blue value is 32.
RGB:
(25,82,32)
(10%,32%,13%)

RGB channels and saturation

R 25 of 255 = 10%
G 82 of 255 = 32%
B 32 of 255 = 13%

25
82
32

R + G + B ~ 18%. #195220 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 82 + 32 = 139 (100%)
R 25 of 139 ~ 17.99%
G 82 of 139 ~ 58.99%
B 32 of 139 ~ 23.02%

%17.99
%58.99
%23.02

CMYK color model

#195220 color CMYK value is (70,0,61,68).

  • cyan value is 69.51%
  • magenta value is 0.00%
  • yellow value is 60.98%
  • key color value is 67.84%
CMYK:
(70,0,61,68)
C70M0Y61K68 
(70%,0%,61%,68%)
(0.70/0.00/0.61/0.68)	

CMYK percentages

%69.51
%0
%60.98
%67.84

Codes

Color #195220 in popluar color models

195220
RGB258232
HSL127°53.27%20.98%
HSB/HSV127°69.51%32.16%
CMYK69.51%0.00%60.98%
67.84%

Color #195220 in popluar number systems.

HEX195220
Decimal258232
Binary110011010010100000
Octal3112240

Shades and tints

Shades of #195220

#195220
(25,82,32)
#174B1E
(23,75,30)
#15441C
(21,68,28)
#133D1A
(19,61,26)
#113618
(17,54,24)
#0F2F16
(15,47,22)
#0D2814
(13,40,20)
#0B2112
(11,33,18)
#091A10
(9,26,16)
#07130E
(7,19,14)
#050C0C
(5,12,12)
#000000
(0,0,0)

Tints of #195220

#195220
(25,82,32)
#2D6134
(45,97,52)
#417048
(65,112,72)
#557F5C
(85,127,92)
#698E70
(105,142,112)
#7D9D84
(125,157,132)
#91AC98
(145,172,152)
#A5BBAC
(165,187,172)
#B9CAC0
(185,202,192)
#CDD9D4
(205,217,212)
#E1E8E8
(225,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #195220 color. Also use rgb(25,82,32) instead hex code.

Text Font Color

.myTextColor { color: #195220; }

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

This text font color is #195220.


Background Color

.myBgColor { background-color: #195220; }

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

This div background color is #195220.


Border color

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

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

This div border color is #195220.


Opacity

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

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

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

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

This text has shadow with #195220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #195220 on black background.


Color preview on white background

This text has color #195220 on white background.



Black color preview on #195220 background

This text has black color on #195220 background.


White color preview on #195220 background

This text has white color on #195220 background.