COLOR #16471B

HEX: #16471B
RGB: (22,71,27)

Color info

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

RGB color model

#16471B color RGB value is (22,71,27).

  • red value is 22;
  • green value is 71;
  • blue value is 27.
RGB:
(22,71,27)
(9%,28%,11%)

RGB channels and saturation

R 22 of 255 = 9%
G 71 of 255 = 28%
B 27 of 255 = 11%

22
71
27

R + G + B ~ 16%. #16471B is dark color.

Portions of RGB colors in percentages

R + G + B =
22 + 71 + 27 = 120 (100%)
R 22 of 120 ~ 18.33%
G 71 of 120 ~ 59.17%
B 27 of 120 ~ 22.5%

%18.33
%59.17
%22.5

CMYK color model

#16471B color CMYK value is (69,0,62,72).

  • cyan value is 69.01%
  • magenta value is 0.00%
  • yellow value is 61.97%
  • key color value is 72.16%
CMYK:
(69,0,62,72)
C69M0Y62K72 
(69%,0%,62%,72%)
(0.69/0.00/0.62/0.72)	

CMYK percentages

%69.01
%0
%61.97
%72.16

Codes

Color #16471B in popluar color models

16471B
RGB227127
HSL126°52.69%18.24%
HSB/HSV126°69.01%27.84%
CMYK69.01%0.00%61.97%
72.16%

Color #16471B in popluar number systems.

HEX16471B
Decimal227127
Binary10110100011111011
Octal2610733

Shades and tints

Shades of #16471B

#16471B
(22,71,27)
#144119
(20,65,25)
#123B17
(18,59,23)
#103515
(16,53,21)
#0E2F13
(14,47,19)
#0C2911
(12,41,17)
#0A230F
(10,35,15)
#081D0D
(8,29,13)
#06170B
(6,23,11)
#041109
(4,17,9)
#020B07
(2,11,7)
#000000
(0,0,0)

Tints of #16471B

#16471B
(22,71,27)
#2B572F
(43,87,47)
#406743
(64,103,67)
#557757
(85,119,87)
#6A876B
(106,135,107)
#7F977F
(127,151,127)
#94A793
(148,167,147)
#A9B7A7
(169,183,167)
#BEC7BB
(190,199,187)
#D3D7CF
(211,215,207)
#E8E7E3
(232,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #16471B color. Also use rgb(22,71,27) instead hex code.

Text Font Color

.myTextColor { color: #16471B; }

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

This text font color is #16471B.


Background Color

.myBgColor { background-color: #16471B; }

<div style="background-color:#16471B">Inner text</div>

This div background color is #16471B.


Border color

.myBorderColor { border: 1px solid #16471B; }

<div style="border:3px solid #16471B">Div</div>

This div border color is #16471B.


Opacity

.myOpacity80 { color: #16471B; opacity: 0.8; }

<p style="color:#16471B;opacity:0.8;">80%</p>

Text with #16471B 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 #16471B;}

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

This text has shadow with #16471B color.

.textShadow {text-shadow: 3px 3px 1px #16471B, 3px 3px 1px red;}

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

This text has shadow with #16471B primary color and red secondary color.


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

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

This text has shadow with #16471B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #16471B on black background.


Color preview on white background

This text has color #16471B on white background.



Black color preview on #16471B background

This text has black color on #16471B background.


White color preview on #16471B background

This text has white color on #16471B background.