COLOR #28592E

HEX: #28592E
RGB: (40,89,46)

Color info

#28592E contains red, green and blue colors in about the same proportion. Web safe color of #28592E is #336633 (or #363).

RGB color model

#28592E color RGB value is (40,89,46).

  • red value is 40;
  • green value is 89;
  • blue value is 46.
RGB:
(40,89,46)
(16%,35%,18%)

RGB channels and saturation

R 40 of 255 = 16%
G 89 of 255 = 35%
B 46 of 255 = 18%

40
89
46

R + G + B ~ 23%. #28592E is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 89 + 46 = 175 (100%)
R 40 of 175 ~ 22.86%
G 89 of 175 ~ 50.86%
B 46 of 175 ~ 26.29%

%22.86
%50.86
%26.29

CMYK color model

#28592E color CMYK value is (55,0,48,65).

  • cyan value is 55.06%
  • magenta value is 0.00%
  • yellow value is 48.31%
  • key color value is 65.10%
CMYK:
(55,0,48,65)
C55M0Y48K65 
(55%,0%,48%,65%)
(0.55/0.00/0.48/0.65)	

CMYK percentages

%55.06
%0
%48.31
%65.1

Codes

Color #28592E in popluar color models

28592E
RGB408946
HSL127°37.98%25.29%
HSB/HSV127°55.06%34.90%
CMYK55.06%0.00%48.31%
65.10%

Color #28592E in popluar number systems.

HEX28592E
Decimal408946
Binary1010001011001101110
Octal5013156

Shades and tints

Shades of #28592E

#28592E
(40,89,46)
#25512A
(37,81,42)
#224926
(34,73,38)
#1F4122
(31,65,34)
#1C391E
(28,57,30)
#19311A
(25,49,26)
#162916
(22,41,22)
#132112
(19,33,18)
#10190E
(16,25,14)
#0D110A
(13,17,10)
#0A0906
(10,9,6)
#000000
(0,0,0)

Tints of #28592E

#28592E
(40,89,46)
#3B6841
(59,104,65)
#4E7754
(78,119,84)
#618667
(97,134,103)
#74957A
(116,149,122)
#87A48D
(135,164,141)
#9AB3A0
(154,179,160)
#ADC2B3
(173,194,179)
#C0D1C6
(192,209,198)
#D3E0D9
(211,224,217)
#E6EFEC
(230,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28592E color. Also use rgb(40,89,46) instead hex code.

Text Font Color

.myTextColor { color: #28592E; }

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

This text font color is #28592E.


Background Color

.myBgColor { background-color: #28592E; }

<div style="background-color:#28592E">Inner text</div>

This div background color is #28592E.


Border color

.myBorderColor { border: 1px solid #28592E; }

<div style="border:3px solid #28592E">Div</div>

This div border color is #28592E.


Opacity

.myOpacity80 { color: #28592E; opacity: 0.8; }

<p style="color:#28592E;opacity:0.8;">80%</p>

Text with #28592E 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 #28592E;}

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

This text has shadow with #28592E color.

.textShadow {text-shadow: 3px 3px 1px #28592E, 3px 3px 1px red;}

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

This text has shadow with #28592E primary color and red secondary color.


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

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

This text has shadow with #28592E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28592E on black background.


Color preview on white background

This text has color #28592E on white background.



Black color preview on #28592E background

This text has black color on #28592E background.


White color preview on #28592E background

This text has white color on #28592E background.