COLOR #10353F

HEX: #10353F
RGB: (16,53,63)

Color info

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

RGB color model

#10353F color RGB value is (16,53,63).

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

RGB channels and saturation

R 16 of 255 = 6%
G 53 of 255 = 21%
B 63 of 255 = 25%

16
53
63

R + G + B ~ 17%. #10353F is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 53 + 63 = 132 (100%)
R 16 of 132 ~ 12.12%
G 53 of 132 ~ 40.15%
B 63 of 132 ~ 47.73%

%12.12
%40.15
%47.73

CMYK color model

#10353F color CMYK value is (75,16,0,75).

  • cyan value is 74.60%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(75,16,0,75)
C75M16Y0K75 
(75%,16%,0%,75%)
(0.75/0.16/0.00/0.75)	

CMYK percentages

%74.6
%15.87
%0
%75.29

Codes

Color #10353F in popluar color models

10353F
RGB165363
HSL193°59.49%15.49%
HSB/HSV193°74.60%24.71%
CMYK74.60%15.87%0.00%
75.29%

Color #10353F in popluar number systems.

HEX10353F
Decimal165363
Binary10000110101111111
Octal206577

Shades and tints

Shades of #10353F

#10353F
(16,53,63)
#0F313A
(15,49,58)
#0E2D35
(14,45,53)
#0D2930
(13,41,48)
#0C252B
(12,37,43)
#0B2126
(11,33,38)
#0A1D21
(10,29,33)
#09191C
(9,25,28)
#081517
(8,21,23)
#071112
(7,17,18)
#060D0D
(6,13,13)
#000000
(0,0,0)

Tints of #10353F

#10353F
(16,53,63)
#254750
(37,71,80)
#3A5961
(58,89,97)
#4F6B72
(79,107,114)
#647D83
(100,125,131)
#798F94
(121,143,148)
#8EA1A5
(142,161,165)
#A3B3B6
(163,179,182)
#B8C5C7
(184,197,199)
#CDD7D8
(205,215,216)
#E2E9E9
(226,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10353F color. Also use rgb(16,53,63) instead hex code.

Text Font Color

.myTextColor { color: #10353F; }

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

This text font color is #10353F.


Background Color

.myBgColor { background-color: #10353F; }

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

This div background color is #10353F.


Border color

.myBorderColor { border: 1px solid #10353F; }

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

This div border color is #10353F.


Opacity

.myOpacity80 { color: #10353F; opacity: 0.8; }

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

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

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

This text has shadow with #10353F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10353F on black background.


Color preview on white background

This text has color #10353F on white background.



Black color preview on #10353F background

This text has black color on #10353F background.


White color preview on #10353F background

This text has white color on #10353F background.