COLOR #10376A

HEX: #10376A
RGB: (16,55,106)

Color info

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

RGB color model

#10376A color RGB value is (16,55,106).

  • red value is 16;
  • green value is 55;
  • blue value is 106.
RGB:
(16,55,106)
(6%,22%,42%)

RGB channels and saturation

R 16 of 255 = 6%
G 55 of 255 = 22%
B 106 of 255 = 42%

16
55
106

R + G + B ~ 23%. #10376A is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 55 + 106 = 177 (100%)
R 16 of 177 ~ 9.04%
G 55 of 177 ~ 31.07%
B 106 of 177 ~ 59.89%

%31.07
%59.89

CMYK color model

#10376A color CMYK value is (85,48,0,58).

  • cyan value is 84.91%
  • magenta value is 48.11%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(85,48,0,58)
C85M48Y0K58 
(85%,48%,0%,58%)
(0.85/0.48/0.00/0.58)	

CMYK percentages

%84.91
%48.11
%0
%58.43

Codes

Color #10376A in popluar color models

10376A
RGB1655106
HSL214°73.77%23.92%
HSB/HSV214°84.91%41.57%
CMYK84.91%48.11%0.00%
58.43%

Color #10376A in popluar number systems.

HEX10376A
Decimal1655106
Binary100001101111101010
Octal2067152

Shades and tints

Shades of #10376A

#10376A
(16,55,106)
#0F3261
(15,50,97)
#0E2D58
(14,45,88)
#0D284F
(13,40,79)
#0C2346
(12,35,70)
#0B1E3D
(11,30,61)
#0A1934
(10,25,52)
#09142B
(9,20,43)
#080F22
(8,15,34)
#070A19
(7,10,25)
#060510
(6,5,16)
#000000
(0,0,0)

Tints of #10376A

#10376A
(16,55,106)
#254977
(37,73,119)
#3A5B84
(58,91,132)
#4F6D91
(79,109,145)
#647F9E
(100,127,158)
#7991AB
(121,145,171)
#8EA3B8
(142,163,184)
#A3B5C5
(163,181,197)
#B8C7D2
(184,199,210)
#CDD9DF
(205,217,223)
#E2EBEC
(226,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10376A color. Also use rgb(16,55,106) instead hex code.

Text Font Color

.myTextColor { color: #10376A; }

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

This text font color is #10376A.


Background Color

.myBgColor { background-color: #10376A; }

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

This div background color is #10376A.


Border color

.myBorderColor { border: 1px solid #10376A; }

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

This div border color is #10376A.


Opacity

.myOpacity80 { color: #10376A; opacity: 0.8; }

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

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

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

This text has shadow with #10376A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10376A on black background.


Color preview on white background

This text has color #10376A on white background.



Black color preview on #10376A background

This text has black color on #10376A background.


White color preview on #10376A background

This text has white color on #10376A background.