COLOR #10374C

HEX: #10374C RGB: (16,55,76)

Color info

#10374C contains mainly green and blue colors. Web safe color of #10374C is #003333 (or #033).

RGB color model

#10374C color RGB value is (16,55,76).

RGB: (16,55,76) (6%, 22%, 30%)

RGB channels and saturation

R 16 of 255 = 6%
G 55 of 255 = 22%
B 76 of 255 = 30%

16
55
76

R + G + B ~ 19%. #10374C is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 55 + 76 = 147 (100%)
R 16 of 147 ~ 10.88%
G 55 of 147 ~ 37.41%
B 76 of 147 ~ 51.7'%

%10.88
%37.41
%51.7

CMYK color model

#10374C color CMYK value is (79,28,0,70).

  • cyan value is 78.95%
  • magenta value is 27.63%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (79,28,0,70)
C79M28Y0K70 (79%, 28%, 0%, 70%)
(0.79 / 0.28 / 0.00 / 0.70)

CMYK percentages

%78.95
%27.63
%0
%70.2

Codes

Color #10374C in popluar color models

10 37 4C
RGB 16 55 76
HSL 201° 65.22% 18.04%
HSB/HSV 201° 78.95% 29.80%
CMYK 78.95% 27.63% 0.00%
70.20%

Color #10374C in popluar number systems.

HEX 10 37 4C
Decimal 16 55 76
Binary 10000 110111 1001100
Octal 20 67 114

Shades and tints

Shades of #10374C

#10374C
(16,55,76)
#0F3246
(15,50,70)
#0E2D40
(14,45,64)
#0D283A
(13,40,58)
#0C2334
(12,35,52)
#0B1E2E
(11,30,46)
#0A1928
(10,25,40)
#091422
(9,20,34)
#080F1C
(8,15,28)
#070A16
(7,10,22)
#060510
(6,5,16)
#000000
(0,0,0)

Tints of #10374C

#10374C
(16,55,76)
#25495C
(37,73,92)
#3A5B6C
(58,91,108)
#4F6D7C
(79,109,124)
#647F8C
(100,127,140)
#79919C
(121,145,156)
#8EA3AC
(142,163,172)
#A3B5BC
(163,181,188)
#B8C7CC
(184,199,204)
#CDD9DC
(205,217,220)
#E2EBEC
(226,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10374C color. Also use rgb(16,55,76) instead hex code.

Text Font Color

.myTextColor { color: #10374C; }

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

This text font color is #10374C.

Background Color

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

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

This div background color is #10374C.

Border color

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

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

This div border color is #10374C.

Opacity

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

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

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

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

This text has shadow with #10374C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #10374C.

Preview

Color preview on black background

This text has color #10374C on black background.


Color preview on white background

This text has color #10374C on white background.


Black color preview on #10374C background

This text has black color on #10374C background.


White color preview on #10374C background

This text has white color on #10374C background.


Related colors

Complementary color

Complementary color for #hex is #EFC8B3.


I love getcolorcode.com

Triadic colors

1 #4C1037 and #374C10 with #10374C are triadic colors.

2 #4C3710 and #37104C with #10374C are triadic colors.