COLOR #103C35

HEX: #103C35
RGB: (16,60,53)

Color info

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

RGB color model

#103C35 color RGB value is (16,60,53).

  • red value is 16;
  • green value is 60;
  • blue value is 53.
RGB:
(16,60,53)
(6%,24%,21%)

RGB channels and saturation

R 16 of 255 = 6%
G 60 of 255 = 24%
B 53 of 255 = 21%

16
60
53

R + G + B ~ 17%. #103C35 is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 60 + 53 = 129 (100%)
R 16 of 129 ~ 12.4%
G 60 of 129 ~ 46.51%
B 53 of 129 ~ 41.09%

%12.4
%46.51
%41.09

CMYK color model

#103C35 color CMYK value is (73,0,12,76).

  • cyan value is 73.33%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 76.47%
CMYK:
(73,0,12,76)
C73M0Y12K76 
(73%,0%,12%,76%)
(0.73/0.00/0.12/0.76)	

CMYK percentages

%73.33
%0
%11.67
%76.47

Codes

Color #103C35 in popluar color models

103C35
RGB166053
HSL170°57.89%14.90%
HSB/HSV170°73.33%23.53%
CMYK73.33%0.00%11.67%
76.47%

Color #103C35 in popluar number systems.

HEX103C35
Decimal166053
Binary10000111100110101
Octal207465

Shades and tints

Shades of #103C35

#103C35
(16,60,53)
#0F3731
(15,55,49)
#0E322D
(14,50,45)
#0D2D29
(13,45,41)
#0C2825
(12,40,37)
#0B2321
(11,35,33)
#0A1E1D
(10,30,29)
#091919
(9,25,25)
#081415
(8,20,21)
#070F11
(7,15,17)
#060A0D
(6,10,13)
#000000
(0,0,0)

Tints of #103C35

#103C35
(16,60,53)
#254D47
(37,77,71)
#3A5E59
(58,94,89)
#4F6F6B
(79,111,107)
#64807D
(100,128,125)
#79918F
(121,145,143)
#8EA2A1
(142,162,161)
#A3B3B3
(163,179,179)
#B8C4C5
(184,196,197)
#CDD5D7
(205,213,215)
#E2E6E9
(226,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #103C35 color. Also use rgb(16,60,53) instead hex code.

Text Font Color

.myTextColor { color: #103C35; }

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

This text font color is #103C35.


Background Color

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

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

This div background color is #103C35.


Border color

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

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

This div border color is #103C35.


Opacity

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

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

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

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

This text has shadow with #103C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #103C35 on black background.


Color preview on white background

This text has color #103C35 on white background.



Black color preview on #103C35 background

This text has black color on #103C35 background.


White color preview on #103C35 background

This text has white color on #103C35 background.