COLOR #194849

HEX: #194849
RGB: (25,72,73)

Color info

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

RGB color model

#194849 color RGB value is (25,72,73).

  • red value is 25;
  • green value is 72;
  • blue value is 73.
RGB:
(25,72,73)
(10%,28%,29%)

RGB channels and saturation

R 25 of 255 = 10%
G 72 of 255 = 28%
B 73 of 255 = 29%

25
72
73

R + G + B ~ 22%. #194849 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 72 + 73 = 170 (100%)
R 25 of 170 ~ 14.71%
G 72 of 170 ~ 42.35%
B 73 of 170 ~ 42.94%

%14.71
%42.35
%42.94

CMYK color model

#194849 color CMYK value is (66,1,0,71).

  • cyan value is 65.75%
  • magenta value is 1.37%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(66,1,0,71)
C66M1Y0K71 
(66%,1%,0%,71%)
(0.66/0.01/0.00/0.71)	

CMYK percentages

%65.75
%1.37
%0
%71.37

Codes

Color #194849 in popluar color models

194849
RGB257273
HSL181°48.98%19.22%
HSB/HSV181°65.75%28.63%
CMYK65.75%1.37%0.00%
71.37%

Color #194849 in popluar number systems.

HEX194849
Decimal257273
Binary1100110010001001001
Octal31110111

Shades and tints

Shades of #194849

#194849
(25,72,73)
#174243
(23,66,67)
#153C3D
(21,60,61)
#133637
(19,54,55)
#113031
(17,48,49)
#0F2A2B
(15,42,43)
#0D2425
(13,36,37)
#0B1E1F
(11,30,31)
#091819
(9,24,25)
#071213
(7,18,19)
#050C0D
(5,12,13)
#000000
(0,0,0)

Tints of #194849

#194849
(25,72,73)
#2D5859
(45,88,89)
#416869
(65,104,105)
#557879
(85,120,121)
#698889
(105,136,137)
#7D9899
(125,152,153)
#91A8A9
(145,168,169)
#A5B8B9
(165,184,185)
#B9C8C9
(185,200,201)
#CDD8D9
(205,216,217)
#E1E8E9
(225,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #194849; }

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

This text font color is #194849.


Background Color

.myBgColor { background-color: #194849; }

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

This div background color is #194849.


Border color

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

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

This div border color is #194849.


Opacity

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

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

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

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

This text has shadow with #194849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #194849 on black background.


Color preview on white background

This text has color #194849 on white background.



Black color preview on #194849 background

This text has black color on #194849 background.


White color preview on #194849 background

This text has white color on #194849 background.