COLOR #28582E

HEX: #28582E
RGB: (40,88,46)

Color info

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

RGB color model

#28582E color RGB value is (40,88,46).

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

RGB channels and saturation

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

40
88
46

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

Portions of RGB colors in percentages

R + G + B =
40 + 88 + 46 = 174 (100%)
R 40 of 174 ~ 22.99%
G 88 of 174 ~ 50.57%
B 46 of 174 ~ 26.44%

%22.99
%50.57
%26.44

CMYK color model

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

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

CMYK percentages

%54.55
%0
%47.73
%65.49

Codes

Color #28582E in popluar color models

28582E
RGB408846
HSL128°37.50%25.10%
HSB/HSV128°54.55%34.51%
CMYK54.55%0.00%47.73%
65.49%

Color #28582E in popluar number systems.

HEX28582E
Decimal408846
Binary1010001011000101110
Octal5013056

Shades and tints

Shades of #28582E

#28582E
(40,88,46)
#25502A
(37,80,42)
#224826
(34,72,38)
#1F4022
(31,64,34)
#1C381E
(28,56,30)
#19301A
(25,48,26)
#162816
(22,40,22)
#132012
(19,32,18)
#10180E
(16,24,14)
#0D100A
(13,16,10)
#0A0806
(10,8,6)
#000000
(0,0,0)

Tints of #28582E

#28582E
(40,88,46)
#3B6741
(59,103,65)
#4E7654
(78,118,84)
#618567
(97,133,103)
#74947A
(116,148,122)
#87A38D
(135,163,141)
#9AB2A0
(154,178,160)
#ADC1B3
(173,193,179)
#C0D0C6
(192,208,198)
#D3DFD9
(211,223,217)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #28582E; }

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

This text font color is #28582E.


Background Color

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

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

This div background color is #28582E.


Border color

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

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

This div border color is #28582E.


Opacity

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

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

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

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

This text has shadow with #28582E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28582E on black background.


Color preview on white background

This text has color #28582E on white background.



Black color preview on #28582E background

This text has black color on #28582E background.


White color preview on #28582E background

This text has white color on #28582E background.