COLOR #194521

HEX: #194521 RGB: (25,69,33)

Color info

#194521 contains red, green and blue colors in about the same proportion. Web safe color of #194521 is #003333 (or #033).

RGB color model

#194521 color RGB value is (25,69,33).

RGB: (25,69,33) (10%, 27%, 13%)

RGB channels and saturation

R 25 of 255 = 10%
G 69 of 255 = 27%
B 33 of 255 = 13%

25
69
33

R + G + B ~ 17%. #194521 is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 69 + 33 = 127 (100%)
R 25 of 127 ~ 19.69%
G 69 of 127 ~ 54.33%
B 33 of 127 ~ 25.98'%

%19.69
%54.33
%25.98

CMYK color model

#194521 color CMYK value is (64,0,52,73).

  • cyan value is 63.77%
  • magenta value is 0.00%
  • yellow value is 52.17%
  • key color value is 72.94%
CMYK: (64,0,52,73) C64M0Y52K73 (64%,0%,52%,73%) (0.64/0.00/0.52/0.73) 

CMYK percentages

%63.77
%0
%52.17
%72.94

Codes

Color #194521 in popluar color models

19 45 21
RGB 25 69 33
HSL 131° 46.81% 18.43%
HSB/HSV 131° 63.77% 27.06%
CMYK 63.77% 0.00% 52.17%
72.94%

Color #194521 in popluar number systems.

HEX 19 45 21
Decimal 25 69 33
Binary 11001 1000101 100001
Octal 31 105 41

Shades and tints

Shades of #194521

#194521
(25,69,33)
#173F1E
(23,63,30)
#15391B
(21,57,27)
#133318
(19,51,24)
#112D15
(17,45,21)
#0F2712
(15,39,18)
#0D210F
(13,33,15)
#0B1B0C
(11,27,12)
#091509
(9,21,9)
#070F06
(7,15,6)
#050903
(5,9,3)
#000000
(0,0,0)

Tints of #194521

#194521
(25,69,33)
#2D5535
(45,85,53)
#416549
(65,101,73)
#55755D
(85,117,93)
#698571
(105,133,113)
#7D9585
(125,149,133)
#91A599
(145,165,153)
#A5B5AD
(165,181,173)
#B9C5C1
(185,197,193)
#CDD5D5
(205,213,213)
#E1E5E9
(225,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #194521; }

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

This text font color is #194521.

Background Color

.myBgColor { background-color: #194521; }

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

This div background color is #194521.

Border color

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

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

This div border color is #194521.

Opacity

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

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

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

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

This text has shadow with #194521 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #194521.

Preview

Color preview on black background

This text has color #194521 on black background.


Color preview on white background

This text has color #194521 on white background.


Black color preview on #194521 background

This text has black color on #194521 background.


White color preview on #194521 background

This text has white color on #194521 background.


Related colors

Complementary color

Complementary color for #hex is #E6BADE.


I love getcolorcode.com

Triadic colors

1 #211945 and #452119 with #194521 are triadic colors.

2 #214519 and #451921 with #194521 are triadic colors.