COLOR #103A35

HEX: #103A35
RGB: (16,58,53)

Color info

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

RGB color model

#103A35 color RGB value is (16,58,53).

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

RGB channels and saturation

R 16 of 255 = 6%
G 58 of 255 = 23%
B 53 of 255 = 21%

16
58
53

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

Portions of RGB colors in percentages

R + G + B =
16 + 58 + 53 = 127 (100%)
R 16 of 127 ~ 12.6%
G 58 of 127 ~ 45.67%
B 53 of 127 ~ 41.73%

%12.6
%45.67
%41.73

CMYK color model

#103A35 color CMYK value is (72,0,9,77).

  • cyan value is 72.41%
  • magenta value is 0.00%
  • yellow value is 8.62%
  • key color value is 77.25%
CMYK:
(72,0,9,77)
C72M0Y9K77 
(72%,0%,9%,77%)
(0.72/0.00/0.09/0.77)	

CMYK percentages

%72.41
%0
%8.62
%77.25

Codes

Color #103A35 in popluar color models

103A35
RGB165853
HSL173°56.76%14.51%
HSB/HSV173°72.41%22.75%
CMYK72.41%0.00%8.62%
77.25%

Color #103A35 in popluar number systems.

HEX103A35
Decimal165853
Binary10000111010110101
Octal207265

Shades and tints

Shades of #103A35

#103A35
(16,58,53)
#0F3531
(15,53,49)
#0E302D
(14,48,45)
#0D2B29
(13,43,41)
#0C2625
(12,38,37)
#0B2121
(11,33,33)
#0A1C1D
(10,28,29)
#091719
(9,23,25)
#081215
(8,18,21)
#070D11
(7,13,17)
#06080D
(6,8,13)
#000000
(0,0,0)

Tints of #103A35

#103A35
(16,58,53)
#254B47
(37,75,71)
#3A5C59
(58,92,89)
#4F6D6B
(79,109,107)
#647E7D
(100,126,125)
#798F8F
(121,143,143)
#8EA0A1
(142,160,161)
#A3B1B3
(163,177,179)
#B8C2C5
(184,194,197)
#CDD3D7
(205,211,215)
#E2E4E9
(226,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #103A35; }

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

This text font color is #103A35.


Background Color

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

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

This div background color is #103A35.


Border color

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

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

This div border color is #103A35.


Opacity

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

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

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

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

This text has shadow with #103A35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #103A35 on black background.


Color preview on white background

This text has color #103A35 on white background.



Black color preview on #103A35 background

This text has black color on #103A35 background.


White color preview on #103A35 background

This text has white color on #103A35 background.