COLOR #10472A

HEX: #10472A
RGB: (16,71,42)

Color info

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

RGB color model

#10472A color RGB value is (16,71,42).

  • red value is 16;
  • green value is 71;
  • blue value is 42.
RGB:
(16,71,42)
(6%,28%,16%)

RGB channels and saturation

R 16 of 255 = 6%
G 71 of 255 = 28%
B 42 of 255 = 16%

16
71
42

R + G + B ~ 17%. #10472A is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 71 + 42 = 129 (100%)
R 16 of 129 ~ 12.4%
G 71 of 129 ~ 55.04%
B 42 of 129 ~ 32.56%

%12.4
%55.04
%32.56

CMYK color model

#10472A color CMYK value is (77,0,41,72).

  • cyan value is 77.46%
  • magenta value is 0.00%
  • yellow value is 40.85%
  • key color value is 72.16%
CMYK:
(77,0,41,72)
C77M0Y41K72 
(77%,0%,41%,72%)
(0.77/0.00/0.41/0.72)	

CMYK percentages

%77.46
%0
%40.85
%72.16

Codes

Color #10472A in popluar color models

10472A
RGB167142
HSL148°63.22%17.06%
HSB/HSV148°77.46%27.84%
CMYK77.46%0.00%40.85%
72.16%

Color #10472A in popluar number systems.

HEX10472A
Decimal167142
Binary100001000111101010
Octal2010752

Shades and tints

Shades of #10472A

#10472A
(16,71,42)
#0F4127
(15,65,39)
#0E3B24
(14,59,36)
#0D3521
(13,53,33)
#0C2F1E
(12,47,30)
#0B291B
(11,41,27)
#0A2318
(10,35,24)
#091D15
(9,29,21)
#081712
(8,23,18)
#07110F
(7,17,15)
#060B0C
(6,11,12)
#000000
(0,0,0)

Tints of #10472A

#10472A
(16,71,42)
#25573D
(37,87,61)
#3A6750
(58,103,80)
#4F7763
(79,119,99)
#648776
(100,135,118)
#799789
(121,151,137)
#8EA79C
(142,167,156)
#A3B7AF
(163,183,175)
#B8C7C2
(184,199,194)
#CDD7D5
(205,215,213)
#E2E7E8
(226,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10472A color. Also use rgb(16,71,42) instead hex code.

Text Font Color

.myTextColor { color: #10472A; }

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

This text font color is #10472A.


Background Color

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

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

This div background color is #10472A.


Border color

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

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

This div border color is #10472A.


Opacity

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

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

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

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

This text has shadow with #10472A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10472A on black background.


Color preview on white background

This text has color #10472A on white background.



Black color preview on #10472A background

This text has black color on #10472A background.


White color preview on #10472A background

This text has white color on #10472A background.