COLOR #28591D

HEX: #28591D
RGB: (40,89,29)

Color info

#28591D contains mainly red and green colors. Web safe color of #28591D is #336633 (or #363).

RGB color model

#28591D color RGB value is (40,89,29).

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

RGB channels and saturation

R 40 of 255 = 16%
G 89 of 255 = 35%
B 29 of 255 = 11%

40
89
29

R + G + B ~ 21%. #28591D is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 89 + 29 = 158 (100%)
R 40 of 158 ~ 25.32%
G 89 of 158 ~ 56.33%
B 29 of 158 ~ 18.35%

%25.32
%56.33
%18.35

CMYK color model

#28591D color CMYK value is (55,0,67,65).

  • cyan value is 55.06%
  • magenta value is 0.00%
  • yellow value is 67.42%
  • key color value is 65.10%
CMYK:
(55,0,67,65)
C55M0Y67K65 
(55%,0%,67%,65%)
(0.55/0.00/0.67/0.65)	

CMYK percentages

%55.06
%0
%67.42
%65.1

Codes

Color #28591D in popluar color models

28591D
RGB408929
HSL109°50.85%23.14%
HSB/HSV109°67.42%34.90%
CMYK55.06%0.00%67.42%
65.10%

Color #28591D in popluar number systems.

HEX28591D
Decimal408929
Binary101000101100111101
Octal5013135

Shades and tints

Shades of #28591D

#28591D
(40,89,29)
#25511B
(37,81,27)
#224919
(34,73,25)
#1F4117
(31,65,23)
#1C3915
(28,57,21)
#193113
(25,49,19)
#162911
(22,41,17)
#13210F
(19,33,15)
#10190D
(16,25,13)
#0D110B
(13,17,11)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #28591D

#28591D
(40,89,29)
#3B6831
(59,104,49)
#4E7745
(78,119,69)
#618659
(97,134,89)
#74956D
(116,149,109)
#87A481
(135,164,129)
#9AB395
(154,179,149)
#ADC2A9
(173,194,169)
#C0D1BD
(192,209,189)
#D3E0D1
(211,224,209)
#E6EFE5
(230,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28591D color. Also use rgb(40,89,29) instead hex code.

Text Font Color

.myTextColor { color: #28591D; }

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

This text font color is #28591D.


Background Color

.myBgColor { background-color: #28591D; }

<div style="background-color:#28591D">Inner text</div>

This div background color is #28591D.


Border color

.myBorderColor { border: 1px solid #28591D; }

<div style="border:3px solid #28591D">Div</div>

This div border color is #28591D.


Opacity

.myOpacity80 { color: #28591D; opacity: 0.8; }

<p style="color:#28591D;opacity:0.8;">80%</p>

Text with #28591D 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 #28591D;}

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

This text has shadow with #28591D color.

.textShadow {text-shadow: 3px 3px 1px #28591D, 3px 3px 1px red;}

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

This text has shadow with #28591D primary color and red secondary color.


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

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

This text has shadow with #28591D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28591D on black background.


Color preview on white background

This text has color #28591D on white background.



Black color preview on #28591D background

This text has black color on #28591D background.


White color preview on #28591D background

This text has white color on #28591D background.