COLOR #28594A

HEX: #28594A
RGB: (40,89,74)

Color info

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

RGB color model

#28594A color RGB value is (40,89,74).

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

RGB channels and saturation

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

40
89
74

R + G + B ~ 27%. #28594A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 89 + 74 = 203 (100%)
R 40 of 203 ~ 19.7%
G 89 of 203 ~ 43.84%
B 74 of 203 ~ 36.45%

%19.7
%43.84
%36.45

CMYK color model

#28594A color CMYK value is (55,0,17,65).

  • cyan value is 55.06%
  • magenta value is 0.00%
  • yellow value is 16.85%
  • key color value is 65.10%
CMYK:
(55,0,17,65)
C55M0Y17K65 
(55%,0%,17%,65%)
(0.55/0.00/0.17/0.65)	

CMYK percentages

%55.06
%0
%16.85
%65.1

Codes

Color #28594A in popluar color models

28594A
RGB408974
HSL162°37.98%25.29%
HSB/HSV162°55.06%34.90%
CMYK55.06%0.00%16.85%
65.10%

Color #28594A in popluar number systems.

HEX28594A
Decimal408974
Binary10100010110011001010
Octal50131112

Shades and tints

Shades of #28594A

#28594A
(40,89,74)
#255144
(37,81,68)
#22493E
(34,73,62)
#1F4138
(31,65,56)
#1C3932
(28,57,50)
#19312C
(25,49,44)
#162926
(22,41,38)
#132120
(19,33,32)
#10191A
(16,25,26)
#0D1114
(13,17,20)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #28594A

#28594A
(40,89,74)
#3B685A
(59,104,90)
#4E776A
(78,119,106)
#61867A
(97,134,122)
#74958A
(116,149,138)
#87A49A
(135,164,154)
#9AB3AA
(154,179,170)
#ADC2BA
(173,194,186)
#C0D1CA
(192,209,202)
#D3E0DA
(211,224,218)
#E6EFEA
(230,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28594A color. Also use rgb(40,89,74) instead hex code.

Text Font Color

.myTextColor { color: #28594A; }

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

This text font color is #28594A.


Background Color

.myBgColor { background-color: #28594A; }

<div style="background-color:#28594A">Inner text</div>

This div background color is #28594A.


Border color

.myBorderColor { border: 1px solid #28594A; }

<div style="border:3px solid #28594A">Div</div>

This div border color is #28594A.


Opacity

.myOpacity80 { color: #28594A; opacity: 0.8; }

<p style="color:#28594A;opacity:0.8;">80%</p>

Text with #28594A 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 #28594A;}

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

This text has shadow with #28594A color.

.textShadow {text-shadow: 3px 3px 1px #28594A, 3px 3px 1px red;}

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

This text has shadow with #28594A primary color and red secondary color.


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

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

This text has shadow with #28594A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28594A on black background.


Color preview on white background

This text has color #28594A on white background.



Black color preview on #28594A background

This text has black color on #28594A background.


White color preview on #28594A background

This text has white color on #28594A background.