COLOR #103B48

HEX: #103B48 RGB: (16,59,72)

Color info

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

RGB color model

#103B48 color RGB value is (16,59,72).

RGB: (16,59,72) (6%, 23%, 28%)

RGB channels and saturation

R 16 of 255 = 6%
G 59 of 255 = 23%
B 72 of 255 = 28%

16
59
72

R + G + B ~ 19%. #103B48 is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 59 + 72 = 147 (100%)
R 16 of 147 ~ 10.88%
G 59 of 147 ~ 40.14%
B 72 of 147 ~ 48.98'%

%10.88
%40.14
%48.98

CMYK color model

#103B48 color CMYK value is (78,18,0,72).

  • cyan value is 77.78%
  • magenta value is 18.06%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK: (78,18,0,72) C78M18Y0K72 (78%,18%,0%,72%) (0.78/0.18/0.00/0.72) 

CMYK percentages

%77.78
%18.06
%0
%71.76

Codes

Color #103B48 in popluar color models

10 3B 48
RGB 16 59 72
HSL 194° 63.64% 17.25%
HSB/HSV 194° 77.78% 28.24%
CMYK 77.78% 18.06% 0.00%
71.76%

Color #103B48 in popluar number systems.

HEX 10 3B 48
Decimal 16 59 72
Binary 10000 111011 1001000
Octal 20 73 110

Shades and tints

Shades of #103B48

#103B48
(16,59,72)
#0F3642
(15,54,66)
#0E313C
(14,49,60)
#0D2C36
(13,44,54)
#0C2730
(12,39,48)
#0B222A
(11,34,42)
#0A1D24
(10,29,36)
#09181E
(9,24,30)
#081318
(8,19,24)
#070E12
(7,14,18)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #103B48

#103B48
(16,59,72)
#254C58
(37,76,88)
#3A5D68
(58,93,104)
#4F6E78
(79,110,120)
#647F88
(100,127,136)
#799098
(121,144,152)
#8EA1A8
(142,161,168)
#A3B2B8
(163,178,184)
#B8C3C8
(184,195,200)
#CDD4D8
(205,212,216)
#E2E5E8
(226,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #103B48; }

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

This text font color is #103B48.

Background Color

.myBgColor { background-color: #103B48; }

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

This div background color is #103B48.

Border color

.myBorderColor { border: 1px solid #103B48; }

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

This div border color is #103B48.

Opacity

.myOpacity80 { color: #103B48; opacity: 0.8; }

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

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

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

This text has shadow with #103B48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #103B48.

Preview

Color preview on black background

This text has color #103B48 on black background.


Color preview on white background

This text has color #103B48 on white background.


Black color preview on #103B48 background

This text has black color on #103B48 background.


White color preview on #103B48 background

This text has white color on #103B48 background.


Related colors

Complementary color

Complementary color for #hex is #EFC4B7.


I love getcolorcode.com

Triadic colors

1 #48103B and #3B4810 with #103B48 are triadic colors.

2 #483B10 and #3B1048 with #103B48 are triadic colors.