COLOR #28B082

HEX: #28B082
RGB: (40,176,130)

Color info

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

RGB color model

#28B082 color RGB value is (40,176,130).

  • red value is 40;
  • green value is 176;
  • blue value is 130.
RGB:
(40,176,130)
(16%,69%,51%)

RGB channels and saturation

R 40 of 255 = 16%
G 176 of 255 = 69%
B 130 of 255 = 51%

40
176
130

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

Portions of RGB colors in percentages

R + G + B =
40 + 176 + 130 = 346 (100%)
R 40 of 346 ~ 11.56%
G 176 of 346 ~ 50.87%
B 130 of 346 ~ 37.57%

%11.56
%50.87
%37.57

CMYK color model

#28B082 color CMYK value is (77,0,26,31).

  • cyan value is 77.27%
  • magenta value is 0.00%
  • yellow value is 26.14%
  • key color value is 30.98%
CMYK:
(77,0,26,31)
C77M0Y26K31 
(77%,0%,26%,31%)
(0.77/0.00/0.26/0.31)	

CMYK percentages

%77.27
%0
%26.14
%30.98

Codes

Color #28B082 in popluar color models

28B082
RGB40176130
HSL160°62.96%42.35%
HSB/HSV160°77.27%69.02%
CMYK77.27%0.00%26.14%
30.98%

Color #28B082 in popluar number systems.

HEX28B082
Decimal40176130
Binary1010001011000010000010
Octal50260202

Shades and tints

Shades of #28B082

#28B082
(40,176,130)
#25A077
(37,160,119)
#22906C
(34,144,108)
#1F8061
(31,128,97)
#1C7056
(28,112,86)
#19604B
(25,96,75)
#165040
(22,80,64)
#134035
(19,64,53)
#10302A
(16,48,42)
#0D201F
(13,32,31)
#0A1014
(10,16,20)
#000000
(0,0,0)

Tints of #28B082

#28B082
(40,176,130)
#3BB78D
(59,183,141)
#4EBE98
(78,190,152)
#61C5A3
(97,197,163)
#74CCAE
(116,204,174)
#87D3B9
(135,211,185)
#9ADAC4
(154,218,196)
#ADE1CF
(173,225,207)
#C0E8DA
(192,232,218)
#D3EFE5
(211,239,229)
#E6F6F0
(230,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28B082 color. Also use rgb(40,176,130) instead hex code.

Text Font Color

.myTextColor { color: #28B082; }

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

This text font color is #28B082.


Background Color

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

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

This div background color is #28B082.


Border color

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

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

This div border color is #28B082.


Opacity

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

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

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

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

This text has shadow with #28B082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28B082 on black background.


Color preview on white background

This text has color #28B082 on white background.



Black color preview on #28B082 background

This text has black color on #28B082 background.


White color preview on #28B082 background

This text has white color on #28B082 background.