COLOR #28A587

HEX: #28A587
RGB: (40,165,135)

Color info

#28A587 contains mainly green and blue colors. Web safe color of #28A587 is #339999 (or #399).

RGB color model

#28A587 color RGB value is (40,165,135).

  • red value is 40;
  • green value is 165;
  • blue value is 135.
RGB:
(40,165,135)
(16%,65%,53%)

RGB channels and saturation

R 40 of 255 = 16%
G 165 of 255 = 65%
B 135 of 255 = 53%

40
165
135

R + G + B ~ 45%. #28A587 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
40 + 165 + 135 = 340 (100%)
R 40 of 340 ~ 11.76%
G 165 of 340 ~ 48.53%
B 135 of 340 ~ 39.71%

%11.76
%48.53
%39.71

CMYK color model

#28A587 color CMYK value is (76,0,18,35).

  • cyan value is 75.76%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 35.29%
CMYK:
(76,0,18,35)
C76M0Y18K35 
(76%,0%,18%,35%)
(0.76/0.00/0.18/0.35)	

CMYK percentages

%75.76
%0
%18.18
%35.29

Codes

Color #28A587 in popluar color models

28A587
RGB40165135
HSL166°60.98%40.20%
HSB/HSV166°75.76%64.71%
CMYK75.76%0.00%18.18%
35.29%

Color #28A587 in popluar number systems.

HEX28A587
Decimal40165135
Binary1010001010010110000111
Octal50245207

Shades and tints

Shades of #28A587

#28A587
(40,165,135)
#25967B
(37,150,123)
#22876F
(34,135,111)
#1F7863
(31,120,99)
#1C6957
(28,105,87)
#195A4B
(25,90,75)
#164B3F
(22,75,63)
#133C33
(19,60,51)
#102D27
(16,45,39)
#0D1E1B
(13,30,27)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #28A587

#28A587
(40,165,135)
#3BAD91
(59,173,145)
#4EB59B
(78,181,155)
#61BDA5
(97,189,165)
#74C5AF
(116,197,175)
#87CDB9
(135,205,185)
#9AD5C3
(154,213,195)
#ADDDCD
(173,221,205)
#C0E5D7
(192,229,215)
#D3EDE1
(211,237,225)
#E6F5EB
(230,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28A587 color. Also use rgb(40,165,135) instead hex code.

Text Font Color

.myTextColor { color: #28A587; }

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

This text font color is #28A587.


Background Color

.myBgColor { background-color: #28A587; }

<div style="background-color:#28A587">Inner text</div>

This div background color is #28A587.


Border color

.myBorderColor { border: 1px solid #28A587; }

<div style="border:3px solid #28A587">Div</div>

This div border color is #28A587.


Opacity

.myOpacity80 { color: #28A587; opacity: 0.8; }

<p style="color:#28A587;opacity:0.8;">80%</p>

Text with #28A587 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 #28A587;}

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

This text has shadow with #28A587 color.

.textShadow {text-shadow: 3px 3px 1px #28A587, 3px 3px 1px red;}

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

This text has shadow with #28A587 primary color and red secondary color.


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

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

This text has shadow with #28A587 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28A587 on black background.


Color preview on white background

This text has color #28A587 on white background.



Black color preview on #28A587 background

This text has black color on #28A587 background.


White color preview on #28A587 background

This text has white color on #28A587 background.