COLOR #104849

HEX: #104849
RGB: (16,72,73)

Color info

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

RGB color model

#104849 color RGB value is (16,72,73).

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

RGB channels and saturation

R 16 of 255 = 6%
G 72 of 255 = 28%
B 73 of 255 = 29%

16
72
73

R + G + B ~ 21%. #104849 is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 72 + 73 = 161 (100%)
R 16 of 161 ~ 9.94%
G 72 of 161 ~ 44.72%
B 73 of 161 ~ 45.34%

%9.94
%44.72
%45.34

CMYK color model

#104849 color CMYK value is (78,1,0,71).

  • cyan value is 78.08%
  • magenta value is 1.37%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(78,1,0,71)
C78M1Y0K71 
(78%,1%,0%,71%)
(0.78/0.01/0.00/0.71)	

CMYK percentages

%78.08
%1.37
%0
%71.37

Codes

Color #104849 in popluar color models

104849
RGB167273
HSL181°64.04%17.45%
HSB/HSV181°78.08%28.63%
CMYK78.08%1.37%0.00%
71.37%

Color #104849 in popluar number systems.

HEX104849
Decimal167273
Binary1000010010001001001
Octal20110111

Shades and tints

Shades of #104849

#104849
(16,72,73)
#0F4243
(15,66,67)
#0E3C3D
(14,60,61)
#0D3637
(13,54,55)
#0C3031
(12,48,49)
#0B2A2B
(11,42,43)
#0A2425
(10,36,37)
#091E1F
(9,30,31)
#081819
(8,24,25)
#071213
(7,18,19)
#060C0D
(6,12,13)
#000000
(0,0,0)

Tints of #104849

#104849
(16,72,73)
#255859
(37,88,89)
#3A6869
(58,104,105)
#4F7879
(79,120,121)
#648889
(100,136,137)
#799899
(121,152,153)
#8EA8A9
(142,168,169)
#A3B8B9
(163,184,185)
#B8C8C9
(184,200,201)
#CDD8D9
(205,216,217)
#E2E8E9
(226,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #104849; }

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

This text font color is #104849.


Background Color

.myBgColor { background-color: #104849; }

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

This div background color is #104849.


Border color

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

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

This div border color is #104849.


Opacity

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

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

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

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

This text has shadow with #104849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #104849 on black background.


Color preview on white background

This text has color #104849 on white background.



Black color preview on #104849 background

This text has black color on #104849 background.


White color preview on #104849 background

This text has white color on #104849 background.