COLOR #28827C

HEX: #28827C
RGB: (40,130,124)

Color info

#28827C contains mainly green and blue colors. Web safe color of #28827C is #339966 (or #396).

RGB color model

#28827C color RGB value is (40,130,124).

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

RGB channels and saturation

R 40 of 255 = 16%
G 130 of 255 = 51%
B 124 of 255 = 49%

40
130
124

R + G + B ~ 39%. #28827C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 130 + 124 = 294 (100%)
R 40 of 294 ~ 13.61%
G 130 of 294 ~ 44.22%
B 124 of 294 ~ 42.18%

%13.61
%44.22
%42.18

CMYK color model

#28827C color CMYK value is (69,0,5,49).

  • cyan value is 69.23%
  • magenta value is 0.00%
  • yellow value is 4.62%
  • key color value is 49.02%
CMYK:
(69,0,5,49)
C69M0Y5K49 
(69%,0%,5%,49%)
(0.69/0.00/0.05/0.49)	

CMYK percentages

%69.23
%0
%4.62
%49.02

Codes

Color #28827C in popluar color models

28827C
RGB40130124
HSL176°52.94%33.33%
HSB/HSV176°69.23%50.98%
CMYK69.23%0.00%4.62%
49.02%

Color #28827C in popluar number systems.

HEX28827C
Decimal40130124
Binary101000100000101111100
Octal50202174

Shades and tints

Shades of #28827C

#28827C
(40,130,124)
#257771
(37,119,113)
#226C66
(34,108,102)
#1F615B
(31,97,91)
#1C5650
(28,86,80)
#194B45
(25,75,69)
#16403A
(22,64,58)
#13352F
(19,53,47)
#102A24
(16,42,36)
#0D1F19
(13,31,25)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #28827C

#28827C
(40,130,124)
#3B8D87
(59,141,135)
#4E9892
(78,152,146)
#61A39D
(97,163,157)
#74AEA8
(116,174,168)
#87B9B3
(135,185,179)
#9AC4BE
(154,196,190)
#ADCFC9
(173,207,201)
#C0DAD4
(192,218,212)
#D3E5DF
(211,229,223)
#E6F0EA
(230,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28827C color. Also use rgb(40,130,124) instead hex code.

Text Font Color

.myTextColor { color: #28827C; }

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

This text font color is #28827C.


Background Color

.myBgColor { background-color: #28827C; }

<div style="background-color:#28827C">Inner text</div>

This div background color is #28827C.


Border color

.myBorderColor { border: 1px solid #28827C; }

<div style="border:3px solid #28827C">Div</div>

This div border color is #28827C.


Opacity

.myOpacity80 { color: #28827C; opacity: 0.8; }

<p style="color:#28827C;opacity:0.8;">80%</p>

Text with #28827C 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 #28827C;}

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

This text has shadow with #28827C color.

.textShadow {text-shadow: 3px 3px 1px #28827C, 3px 3px 1px red;}

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

This text has shadow with #28827C primary color and red secondary color.


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

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

This text has shadow with #28827C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28827C on black background.


Color preview on white background

This text has color #28827C on white background.



Black color preview on #28827C background

This text has black color on #28827C background.


White color preview on #28827C background

This text has white color on #28827C background.