COLOR #28471F

HEX: #28471F
RGB: (40,71,31)

Color info

#28471F contains red, green and blue colors in about the same proportion. Web safe color of #28471F is #333333 (or #333).

RGB color model

#28471F color RGB value is (40,71,31).

  • red value is 40;
  • green value is 71;
  • blue value is 31.
RGB:
(40,71,31)
(16%,28%,12%)

RGB channels and saturation

R 40 of 255 = 16%
G 71 of 255 = 28%
B 31 of 255 = 12%

40
71
31

R + G + B ~ 19%. #28471F is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 71 + 31 = 142 (100%)
R 40 of 142 ~ 28.17%
G 71 of 142 ~ 50%
B 31 of 142 ~ 21.83%

%28.17
%50
%21.83

CMYK color model

#28471F color CMYK value is (44,0,56,72).

  • cyan value is 43.66%
  • magenta value is 0.00%
  • yellow value is 56.34%
  • key color value is 72.16%
CMYK:
(44,0,56,72)
C44M0Y56K72 
(44%,0%,56%,72%)
(0.44/0.00/0.56/0.72)	

CMYK percentages

%43.66
%0
%56.34
%72.16

Codes

Color #28471F in popluar color models

28471F
RGB407131
HSL107°39.22%20.00%
HSB/HSV107°56.34%27.84%
CMYK43.66%0.00%56.34%
72.16%

Color #28471F in popluar number systems.

HEX28471F
Decimal407131
Binary101000100011111111
Octal5010737

Shades and tints

Shades of #28471F

#28471F
(40,71,31)
#25411D
(37,65,29)
#223B1B
(34,59,27)
#1F3519
(31,53,25)
#1C2F17
(28,47,23)
#192915
(25,41,21)
#162313
(22,35,19)
#131D11
(19,29,17)
#10170F
(16,23,15)
#0D110D
(13,17,13)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #28471F

#28471F
(40,71,31)
#3B5733
(59,87,51)
#4E6747
(78,103,71)
#61775B
(97,119,91)
#74876F
(116,135,111)
#879783
(135,151,131)
#9AA797
(154,167,151)
#ADB7AB
(173,183,171)
#C0C7BF
(192,199,191)
#D3D7D3
(211,215,211)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28471F color. Also use rgb(40,71,31) instead hex code.

Text Font Color

.myTextColor { color: #28471F; }

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

This text font color is #28471F.


Background Color

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

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

This div background color is #28471F.


Border color

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

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

This div border color is #28471F.


Opacity

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

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

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

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

This text has shadow with #28471F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28471F on black background.


Color preview on white background

This text has color #28471F on white background.



Black color preview on #28471F background

This text has black color on #28471F background.


White color preview on #28471F background

This text has white color on #28471F background.