COLOR #194513

HEX: #194513
RGB: (25,69,19)

Color info

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

RGB color model

#194513 color RGB value is (25,69,19).

  • red value is 25;
  • green value is 69;
  • blue value is 19.
RGB:
(25,69,19)
(10%,27%,7%)

RGB channels and saturation

R 25 of 255 = 10%
G 69 of 255 = 27%
B 19 of 255 = 7%

25
69
19

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

Portions of RGB colors in percentages

R + G + B =
25 + 69 + 19 = 113 (100%)
R 25 of 113 ~ 22.12%
G 69 of 113 ~ 61.06%
B 19 of 113 ~ 16.81%

%22.12
%61.06
%16.81

CMYK color model

#194513 color CMYK value is (64,0,72,73).

  • cyan value is 63.77%
  • magenta value is 0.00%
  • yellow value is 72.46%
  • key color value is 72.94%
CMYK:
(64,0,72,73)
C64M0Y72K73 
(64%,0%,72%,73%)
(0.64/0.00/0.72/0.73)	

CMYK percentages

%63.77
%0
%72.46
%72.94

Codes

Color #194513 in popluar color models

194513
RGB256919
HSL113°56.82%17.25%
HSB/HSV113°72.46%27.06%
CMYK63.77%0.00%72.46%
72.94%

Color #194513 in popluar number systems.

HEX194513
Decimal256919
Binary11001100010110011
Octal3110523

Shades and tints

Shades of #194513

#194513
(25,69,19)
#173F12
(23,63,18)
#153911
(21,57,17)
#133310
(19,51,16)
#112D0F
(17,45,15)
#0F270E
(15,39,14)
#0D210D
(13,33,13)
#0B1B0C
(11,27,12)
#09150B
(9,21,11)
#070F0A
(7,15,10)
#050909
(5,9,9)
#000000
(0,0,0)

Tints of #194513

#194513
(25,69,19)
#2D5528
(45,85,40)
#41653D
(65,101,61)
#557552
(85,117,82)
#698567
(105,133,103)
#7D957C
(125,149,124)
#91A591
(145,165,145)
#A5B5A6
(165,181,166)
#B9C5BB
(185,197,187)
#CDD5D0
(205,213,208)
#E1E5E5
(225,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #194513; }

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

This text font color is #194513.


Background Color

.myBgColor { background-color: #194513; }

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

This div background color is #194513.


Border color

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

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

This div border color is #194513.


Opacity

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

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

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

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

This text has shadow with #194513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #194513 on black background.


Color preview on white background

This text has color #194513 on white background.



Black color preview on #194513 background

This text has black color on #194513 background.


White color preview on #194513 background

This text has white color on #194513 background.