COLOR #10476C

HEX: #10476C
RGB: (16,71,108)

Color info

#10476C contains mainly green and blue colors. Web safe color of #10476C is #003366 (or #036).

RGB color model

#10476C color RGB value is (16,71,108).

  • red value is 16;
  • green value is 71;
  • blue value is 108.
RGB:
(16,71,108)
(6%,28%,42%)

RGB channels and saturation

R 16 of 255 = 6%
G 71 of 255 = 28%
B 108 of 255 = 42%

16
71
108

R + G + B ~ 25%. #10476C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 71 + 108 = 195 (100%)
R 16 of 195 ~ 8.21%
G 71 of 195 ~ 36.41%
B 108 of 195 ~ 55.38%

%36.41
%55.38

CMYK color model

#10476C color CMYK value is (85,34,0,58).

  • cyan value is 85.19%
  • magenta value is 34.26%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(85,34,0,58)
C85M34Y0K58 
(85%,34%,0%,58%)
(0.85/0.34/0.00/0.58)	

CMYK percentages

%85.19
%34.26
%0
%57.65

Codes

Color #10476C in popluar color models

10476C
RGB1671108
HSL204°74.19%24.31%
HSB/HSV204°85.19%42.35%
CMYK85.19%34.26%0.00%
57.65%

Color #10476C in popluar number systems.

HEX10476C
Decimal1671108
Binary1000010001111101100
Octal20107154

Shades and tints

Shades of #10476C

#10476C
(16,71,108)
#0F4163
(15,65,99)
#0E3B5A
(14,59,90)
#0D3551
(13,53,81)
#0C2F48
(12,47,72)
#0B293F
(11,41,63)
#0A2336
(10,35,54)
#091D2D
(9,29,45)
#081724
(8,23,36)
#07111B
(7,17,27)
#060B12
(6,11,18)
#000000
(0,0,0)

Tints of #10476C

#10476C
(16,71,108)
#255779
(37,87,121)
#3A6786
(58,103,134)
#4F7793
(79,119,147)
#6487A0
(100,135,160)
#7997AD
(121,151,173)
#8EA7BA
(142,167,186)
#A3B7C7
(163,183,199)
#B8C7D4
(184,199,212)
#CDD7E1
(205,215,225)
#E2E7EE
(226,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10476C color. Also use rgb(16,71,108) instead hex code.

Text Font Color

.myTextColor { color: #10476C; }

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

This text font color is #10476C.


Background Color

.myBgColor { background-color: #10476C; }

<div style="background-color:#10476C">Inner text</div>

This div background color is #10476C.


Border color

.myBorderColor { border: 1px solid #10476C; }

<div style="border:3px solid #10476C">Div</div>

This div border color is #10476C.


Opacity

.myOpacity80 { color: #10476C; opacity: 0.8; }

<p style="color:#10476C;opacity:0.8;">80%</p>

Text with #10476C 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 #10476C;}

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

This text has shadow with #10476C color.

.textShadow {text-shadow: 3px 3px 1px #10476C, 3px 3px 1px red;}

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

This text has shadow with #10476C primary color and red secondary color.


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

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

This text has shadow with #10476C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10476C on black background.


Color preview on white background

This text has color #10476C on white background.



Black color preview on #10476C background

This text has black color on #10476C background.


White color preview on #10476C background

This text has white color on #10476C background.