COLOR #10373D

HEX: #10373D RGB: (16,55,61)

Color info

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

RGB color model

#10373D color RGB value is (16,55,61).

RGB: (16,55,61) (6%, 22%, 24%)

RGB channels and saturation

R 16 of 255 = 6%
G 55 of 255 = 22%
B 61 of 255 = 24%

16
55
61

R + G + B ~ 17%. #10373D is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 55 + 61 = 132 (100%)
R 16 of 132 ~ 12.12%
G 55 of 132 ~ 41.67%
B 61 of 132 ~ 46.21'%

%12.12
%41.67
%46.21

CMYK color model

#10373D color CMYK value is (74,10,0,76).

  • cyan value is 73.77%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (74,10,0,76)
C74M10Y0K76 (74%, 10%, 0%, 76%)
(0.74 / 0.10 / 0.00 / 0.76)

CMYK percentages

%73.77
%9.84
%0
%76.08

Codes

Color #10373D in popluar color models

10 37 3D
RGB 16 55 61
HSL 188° 58.44% 15.10%
HSB/HSV 188° 73.77% 23.92%
CMYK 73.77% 9.84% 0.00%
76.08%

Color #10373D in popluar number systems.

HEX 10 37 3D
Decimal 16 55 61
Binary 10000 110111 111101
Octal 20 67 75

Shades and tints

Shades of #10373D

#10373D
(16,55,61)
#0F3238
(15,50,56)
#0E2D33
(14,45,51)
#0D282E
(13,40,46)
#0C2329
(12,35,41)
#0B1E24
(11,30,36)
#0A191F
(10,25,31)
#09141A
(9,20,26)
#080F15
(8,15,21)
#070A10
(7,10,16)
#06050B
(6,5,11)
#000000
(0,0,0)

Tints of #10373D

#10373D
(16,55,61)
#25494E
(37,73,78)
#3A5B5F
(58,91,95)
#4F6D70
(79,109,112)
#647F81
(100,127,129)
#799192
(121,145,146)
#8EA3A3
(142,163,163)
#A3B5B4
(163,181,180)
#B8C7C5
(184,199,197)
#CDD9D6
(205,217,214)
#E2EBE7
(226,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10373D color. Also use rgb(16,55,61) instead hex code.

Text Font Color

.myTextColor { color: #10373D; }

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

This text font color is #10373D.

Background Color

.myBgColor { background-color: #10373D; }

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

This div background color is #10373D.

Border color

.myBorderColor { border: 1px solid #10373D; }

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

This div border color is #10373D.

Opacity

.myOpacity80 { color: #10373D; opacity: 0.8; }

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

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

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

This text has shadow with #10373D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #10373D.

Preview

Color preview on black background

This text has color #10373D on black background.


Color preview on white background

This text has color #10373D on white background.


Black color preview on #10373D background

This text has black color on #10373D background.


White color preview on #10373D background

This text has white color on #10373D background.


Related colors

Complementary color

Complementary color for #hex is #EFC8C2.


I love getcolorcode.com

Triadic colors

1 #3D1037 and #373D10 with #10373D are triadic colors.

2 #3D3710 and #37103D with #10373D are triadic colors.