COLOR #194219

HEX: #194219
RGB: (25,66,25)

Color info

#194219 contains red, green and blue colors in about the same proportion. Web safe color of #194219 is #003300 (or #030).

RGB color model

#194219 color RGB value is (25,66,25).

  • red value is 25;
  • green value is 66;
  • blue value is 25.
RGB:
(25,66,25)
(10%,26%,10%)

RGB channels and saturation

R 25 of 255 = 10%
G 66 of 255 = 26%
B 25 of 255 = 10%

25
66
25

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

Portions of RGB colors in percentages

R + G + B =
25 + 66 + 25 = 116 (100%)
R 25 of 116 ~ 21.55%
G 66 of 116 ~ 56.9%
B 25 of 116 ~ 21.55%

%21.55
%56.9
%21.55

CMYK color model

#194219 color CMYK value is (62,0,62,74).

  • cyan value is 62.12%
  • magenta value is 0.00%
  • yellow value is 62.12%
  • key color value is 74.12%
CMYK:
(62,0,62,74)
C62M0Y62K74 
(62%,0%,62%,74%)
(0.62/0.00/0.62/0.74)	

CMYK percentages

%62.12
%0
%62.12
%74.12

Codes

Color #194219 in popluar color models

194219
RGB256625
HSL120°45.05%17.84%
HSB/HSV120°62.12%25.88%
CMYK62.12%0.00%62.12%
74.12%

Color #194219 in popluar number systems.

HEX194219
Decimal256625
Binary11001100001011001
Octal3110231

Shades and tints

Shades of #194219

#194219
(25,66,25)
#173C17
(23,60,23)
#153615
(21,54,21)
#133013
(19,48,19)
#112A11
(17,42,17)
#0F240F
(15,36,15)
#0D1E0D
(13,30,13)
#0B180B
(11,24,11)
#091209
(9,18,9)
#070C07
(7,12,7)
#050605
(5,6,5)
#000000
(0,0,0)

Tints of #194219

#194219
(25,66,25)
#2D532D
(45,83,45)
#416441
(65,100,65)
#557555
(85,117,85)
#698669
(105,134,105)
#7D977D
(125,151,125)
#91A891
(145,168,145)
#A5B9A5
(165,185,165)
#B9CAB9
(185,202,185)
#CDDBCD
(205,219,205)
#E1ECE1
(225,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #194219; }

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

This text font color is #194219.


Background Color

.myBgColor { background-color: #194219; }

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

This div background color is #194219.


Border color

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

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

This div border color is #194219.


Opacity

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

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

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

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

This text has shadow with #194219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #194219 on black background.


Color preview on white background

This text has color #194219 on white background.



Black color preview on #194219 background

This text has black color on #194219 background.


White color preview on #194219 background

This text has white color on #194219 background.