COLOR #10372F

HEX: #10372F
RGB: (16,55,47)

Color info

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

RGB color model

#10372F color RGB value is (16,55,47).

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

RGB channels and saturation

R 16 of 255 = 6%
G 55 of 255 = 22%
B 47 of 255 = 18%

16
55
47

R + G + B ~ 15%. #10372F is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 55 + 47 = 118 (100%)
R 16 of 118 ~ 13.56%
G 55 of 118 ~ 46.61%
B 47 of 118 ~ 39.83%

%13.56
%46.61
%39.83

CMYK color model

#10372F color CMYK value is (71,0,15,78).

  • cyan value is 70.91%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 78.43%
CMYK:
(71,0,15,78)
C71M0Y15K78 
(71%,0%,15%,78%)
(0.71/0.00/0.15/0.78)	

CMYK percentages

%70.91
%0
%14.55
%78.43

Codes

Color #10372F in popluar color models

10372F
RGB165547
HSL168°54.93%13.92%
HSB/HSV168°70.91%21.57%
CMYK70.91%0.00%14.55%
78.43%

Color #10372F in popluar number systems.

HEX10372F
Decimal165547
Binary10000110111101111
Octal206757

Shades and tints

Shades of #10372F

#10372F
(16,55,47)
#0F322B
(15,50,43)
#0E2D27
(14,45,39)
#0D2823
(13,40,35)
#0C231F
(12,35,31)
#0B1E1B
(11,30,27)
#0A1917
(10,25,23)
#091413
(9,20,19)
#080F0F
(8,15,15)
#070A0B
(7,10,11)
#060507
(6,5,7)
#000000
(0,0,0)

Tints of #10372F

#10372F
(16,55,47)
#254941
(37,73,65)
#3A5B53
(58,91,83)
#4F6D65
(79,109,101)
#647F77
(100,127,119)
#799189
(121,145,137)
#8EA39B
(142,163,155)
#A3B5AD
(163,181,173)
#B8C7BF
(184,199,191)
#CDD9D1
(205,217,209)
#E2EBE3
(226,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10372F color. Also use rgb(16,55,47) instead hex code.

Text Font Color

.myTextColor { color: #10372F; }

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

This text font color is #10372F.


Background Color

.myBgColor { background-color: #10372F; }

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

This div background color is #10372F.


Border color

.myBorderColor { border: 1px solid #10372F; }

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

This div border color is #10372F.


Opacity

.myOpacity80 { color: #10372F; opacity: 0.8; }

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

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

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

This text has shadow with #10372F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10372F on black background.


Color preview on white background

This text has color #10372F on white background.



Black color preview on #10372F background

This text has black color on #10372F background.


White color preview on #10372F background

This text has white color on #10372F background.