COLOR #106478

HEX: #106478
RGB: (16,100,120)

Color info

#106478 contains mainly green and blue colors. Web safe color of #106478 is #006666 (or #066).

RGB color model

#106478 color RGB value is (16,100,120).

  • red value is 16;
  • green value is 100;
  • blue value is 120.
RGB:
(16,100,120)
(6%,39%,47%)

RGB channels and saturation

R 16 of 255 = 6%
G 100 of 255 = 39%
B 120 of 255 = 47%

16
100
120

R + G + B ~ 31%. #106478 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 100 + 120 = 236 (100%)
R 16 of 236 ~ 6.78%
G 100 of 236 ~ 42.37%
B 120 of 236 ~ 50.85%

%42.37
%50.85

CMYK color model

#106478 color CMYK value is (87,17,0,53).

  • cyan value is 86.67%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(87,17,0,53)
C87M17Y0K53 
(87%,17%,0%,53%)
(0.87/0.17/0.00/0.53)	

CMYK percentages

%86.67
%16.67
%0
%52.94

Codes

Color #106478 in popluar color models

106478
RGB16100120
HSL192°76.47%26.67%
HSB/HSV192°86.67%47.06%
CMYK86.67%16.67%0.00%
52.94%

Color #106478 in popluar number systems.

HEX106478
Decimal16100120
Binary1000011001001111000
Octal20144170

Shades and tints

Shades of #106478

#106478
(16,100,120)
#0F5B6E
(15,91,110)
#0E5264
(14,82,100)
#0D495A
(13,73,90)
#0C4050
(12,64,80)
#0B3746
(11,55,70)
#0A2E3C
(10,46,60)
#092532
(9,37,50)
#081C28
(8,28,40)
#07131E
(7,19,30)
#060A14
(6,10,20)
#000000
(0,0,0)

Tints of #106478

#106478
(16,100,120)
#257284
(37,114,132)
#3A8090
(58,128,144)
#4F8E9C
(79,142,156)
#649CA8
(100,156,168)
#79AAB4
(121,170,180)
#8EB8C0
(142,184,192)
#A3C6CC
(163,198,204)
#B8D4D8
(184,212,216)
#CDE2E4
(205,226,228)
#E2F0F0
(226,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #106478 color. Also use rgb(16,100,120) instead hex code.

Text Font Color

.myTextColor { color: #106478; }

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

This text font color is #106478.


Background Color

.myBgColor { background-color: #106478; }

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

This div background color is #106478.


Border color

.myBorderColor { border: 1px solid #106478; }

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

This div border color is #106478.


Opacity

.myOpacity80 { color: #106478; opacity: 0.8; }

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

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

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

This text has shadow with #106478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #106478 on black background.


Color preview on white background

This text has color #106478 on white background.



Black color preview on #106478 background

This text has black color on #106478 background.


White color preview on #106478 background

This text has white color on #106478 background.