COLOR #28472C

HEX: #28472C
RGB: (40,71,44)

Color info

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

RGB color model

#28472C color RGB value is (40,71,44).

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

RGB channels and saturation

R 40 of 255 = 16%
G 71 of 255 = 28%
B 44 of 255 = 17%

40
71
44

R + G + B ~ 20%. #28472C is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 71 + 44 = 155 (100%)
R 40 of 155 ~ 25.81%
G 71 of 155 ~ 45.81%
B 44 of 155 ~ 28.39%

%25.81
%45.81
%28.39

CMYK color model

#28472C color CMYK value is (44,0,38,72).

  • cyan value is 43.66%
  • magenta value is 0.00%
  • yellow value is 38.03%
  • key color value is 72.16%
CMYK:
(44,0,38,72)
C44M0Y38K72 
(44%,0%,38%,72%)
(0.44/0.00/0.38/0.72)	

CMYK percentages

%43.66
%0
%38.03
%72.16

Codes

Color #28472C in popluar color models

28472C
RGB407144
HSL128°27.93%21.76%
HSB/HSV128°43.66%27.84%
CMYK43.66%0.00%38.03%
72.16%

Color #28472C in popluar number systems.

HEX28472C
Decimal407144
Binary1010001000111101100
Octal5010754

Shades and tints

Shades of #28472C

#28472C
(40,71,44)
#254128
(37,65,40)
#223B24
(34,59,36)
#1F3520
(31,53,32)
#1C2F1C
(28,47,28)
#192918
(25,41,24)
#162314
(22,35,20)
#131D10
(19,29,16)
#10170C
(16,23,12)
#0D1108
(13,17,8)
#0A0B04
(10,11,4)
#000000
(0,0,0)

Tints of #28472C

#28472C
(40,71,44)
#3B573F
(59,87,63)
#4E6752
(78,103,82)
#617765
(97,119,101)
#748778
(116,135,120)
#87978B
(135,151,139)
#9AA79E
(154,167,158)
#ADB7B1
(173,183,177)
#C0C7C4
(192,199,196)
#D3D7D7
(211,215,215)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28472C color. Also use rgb(40,71,44) instead hex code.

Text Font Color

.myTextColor { color: #28472C; }

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

This text font color is #28472C.


Background Color

.myBgColor { background-color: #28472C; }

<div style="background-color:#28472C">Inner text</div>

This div background color is #28472C.


Border color

.myBorderColor { border: 1px solid #28472C; }

<div style="border:3px solid #28472C">Div</div>

This div border color is #28472C.


Opacity

.myOpacity80 { color: #28472C; opacity: 0.8; }

<p style="color:#28472C;opacity:0.8;">80%</p>

Text with #28472C 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 #28472C;}

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

This text has shadow with #28472C color.

.textShadow {text-shadow: 3px 3px 1px #28472C, 3px 3px 1px red;}

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

This text has shadow with #28472C primary color and red secondary color.


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

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

This text has shadow with #28472C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28472C on black background.


Color preview on white background

This text has color #28472C on white background.



Black color preview on #28472C background

This text has black color on #28472C background.


White color preview on #28472C background

This text has white color on #28472C background.