COLOR #28684A

HEX: #28684A
RGB: (40,104,74)

Color info

#28684A contains mainly green and blue colors. Web safe color of #28684A is #336633 (or #363).

RGB color model

#28684A color RGB value is (40,104,74).

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

RGB channels and saturation

R 40 of 255 = 16%
G 104 of 255 = 41%
B 74 of 255 = 29%

40
104
74

R + G + B ~ 29%. #28684A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 104 + 74 = 218 (100%)
R 40 of 218 ~ 18.35%
G 104 of 218 ~ 47.71%
B 74 of 218 ~ 33.94%

%18.35
%47.71
%33.94

CMYK color model

#28684A color CMYK value is (62,0,29,59).

  • cyan value is 61.54%
  • magenta value is 0.00%
  • yellow value is 28.85%
  • key color value is 59.22%
CMYK:
(62,0,29,59)
C62M0Y29K59 
(62%,0%,29%,59%)
(0.62/0.00/0.29/0.59)	

CMYK percentages

%61.54
%0
%28.85
%59.22

Codes

Color #28684A in popluar color models

28684A
RGB4010474
HSL152°44.44%28.24%
HSB/HSV152°61.54%40.78%
CMYK61.54%0.00%28.85%
59.22%

Color #28684A in popluar number systems.

HEX28684A
Decimal4010474
Binary10100011010001001010
Octal50150112

Shades and tints

Shades of #28684A

#28684A
(40,104,74)
#255F44
(37,95,68)
#22563E
(34,86,62)
#1F4D38
(31,77,56)
#1C4432
(28,68,50)
#193B2C
(25,59,44)
#163226
(22,50,38)
#132920
(19,41,32)
#10201A
(16,32,26)
#0D1714
(13,23,20)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #28684A

#28684A
(40,104,74)
#3B755A
(59,117,90)
#4E826A
(78,130,106)
#618F7A
(97,143,122)
#749C8A
(116,156,138)
#87A99A
(135,169,154)
#9AB6AA
(154,182,170)
#ADC3BA
(173,195,186)
#C0D0CA
(192,208,202)
#D3DDDA
(211,221,218)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #28684A; }

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

This text font color is #28684A.


Background Color

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

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

This div background color is #28684A.


Border color

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

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

This div border color is #28684A.


Opacity

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

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

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

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

This text has shadow with #28684A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28684A on black background.


Color preview on white background

This text has color #28684A on white background.



Black color preview on #28684A background

This text has black color on #28684A background.


White color preview on #28684A background

This text has white color on #28684A background.