COLOR #103E43

HEX: #103E43
RGB: (16,62,67)

Color info

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

RGB color model

#103E43 color RGB value is (16,62,67).

  • red value is 16;
  • green value is 62;
  • blue value is 67.
RGB:
(16,62,67)
(6%,24%,26%)

RGB channels and saturation

R 16 of 255 = 6%
G 62 of 255 = 24%
B 67 of 255 = 26%

16
62
67

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

Portions of RGB colors in percentages

R + G + B =
16 + 62 + 67 = 145 (100%)
R 16 of 145 ~ 11.03%
G 62 of 145 ~ 42.76%
B 67 of 145 ~ 46.21%

%11.03
%42.76
%46.21

CMYK color model

#103E43 color CMYK value is (76,7,0,74).

  • cyan value is 76.12%
  • magenta value is 7.46%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(76,7,0,74)
C76M7Y0K74 
(76%,7%,0%,74%)
(0.76/0.07/0.00/0.74)	

CMYK percentages

%76.12
%7.46
%0
%73.73

Codes

Color #103E43 in popluar color models

103E43
RGB166267
HSL186°61.45%16.27%
HSB/HSV186°76.12%26.27%
CMYK76.12%7.46%0.00%
73.73%

Color #103E43 in popluar number systems.

HEX103E43
Decimal166267
Binary100001111101000011
Octal2076103

Shades and tints

Shades of #103E43

#103E43
(16,62,67)
#0F393D
(15,57,61)
#0E3437
(14,52,55)
#0D2F31
(13,47,49)
#0C2A2B
(12,42,43)
#0B2525
(11,37,37)
#0A201F
(10,32,31)
#091B19
(9,27,25)
#081613
(8,22,19)
#07110D
(7,17,13)
#060C07
(6,12,7)
#000000
(0,0,0)

Tints of #103E43

#103E43
(16,62,67)
#254F54
(37,79,84)
#3A6065
(58,96,101)
#4F7176
(79,113,118)
#648287
(100,130,135)
#799398
(121,147,152)
#8EA4A9
(142,164,169)
#A3B5BA
(163,181,186)
#B8C6CB
(184,198,203)
#CDD7DC
(205,215,220)
#E2E8ED
(226,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #103E43 color. Also use rgb(16,62,67) instead hex code.

Text Font Color

.myTextColor { color: #103E43; }

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

This text font color is #103E43.


Background Color

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

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

This div background color is #103E43.


Border color

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

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

This div border color is #103E43.


Opacity

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

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

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

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

This text has shadow with #103E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #103E43 on black background.


Color preview on white background

This text has color #103E43 on white background.



Black color preview on #103E43 background

This text has black color on #103E43 background.


White color preview on #103E43 background

This text has white color on #103E43 background.