COLOR #28683E

HEX: #28683E
RGB: (40,104,62)

Color info

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

RGB color model

#28683E color RGB value is (40,104,62).

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

RGB channels and saturation

R 40 of 255 = 16%
G 104 of 255 = 41%
B 62 of 255 = 24%

40
104
62

R + G + B ~ 27%. #28683E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 104 + 62 = 206 (100%)
R 40 of 206 ~ 19.42%
G 104 of 206 ~ 50.49%
B 62 of 206 ~ 30.1%

%19.42
%50.49
%30.1

CMYK color model

#28683E color CMYK value is (62,0,40,59).

  • cyan value is 61.54%
  • magenta value is 0.00%
  • yellow value is 40.38%
  • key color value is 59.22%
CMYK:
(62,0,40,59)
C62M0Y40K59 
(62%,0%,40%,59%)
(0.62/0.00/0.40/0.59)	

CMYK percentages

%61.54
%0
%40.38
%59.22

Codes

Color #28683E in popluar color models

28683E
RGB4010462
HSL141°44.44%28.24%
HSB/HSV141°61.54%40.78%
CMYK61.54%0.00%40.38%
59.22%

Color #28683E in popluar number systems.

HEX28683E
Decimal4010462
Binary1010001101000111110
Octal5015076

Shades and tints

Shades of #28683E

#28683E
(40,104,62)
#255F39
(37,95,57)
#225634
(34,86,52)
#1F4D2F
(31,77,47)
#1C442A
(28,68,42)
#193B25
(25,59,37)
#163220
(22,50,32)
#13291B
(19,41,27)
#102016
(16,32,22)
#0D1711
(13,23,17)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #28683E

#28683E
(40,104,62)
#3B754F
(59,117,79)
#4E8260
(78,130,96)
#618F71
(97,143,113)
#749C82
(116,156,130)
#87A993
(135,169,147)
#9AB6A4
(154,182,164)
#ADC3B5
(173,195,181)
#C0D0C6
(192,208,198)
#D3DDD7
(211,221,215)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28683E color. Also use rgb(40,104,62) instead hex code.

Text Font Color

.myTextColor { color: #28683E; }

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

This text font color is #28683E.


Background Color

.myBgColor { background-color: #28683E; }

<div style="background-color:#28683E">Inner text</div>

This div background color is #28683E.


Border color

.myBorderColor { border: 1px solid #28683E; }

<div style="border:3px solid #28683E">Div</div>

This div border color is #28683E.


Opacity

.myOpacity80 { color: #28683E; opacity: 0.8; }

<p style="color:#28683E;opacity:0.8;">80%</p>

Text with #28683E 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 #28683E;}

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

This text has shadow with #28683E color.

.textShadow {text-shadow: 3px 3px 1px #28683E, 3px 3px 1px red;}

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

This text has shadow with #28683E primary color and red secondary color.


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

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

This text has shadow with #28683E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28683E on black background.


Color preview on white background

This text has color #28683E on white background.



Black color preview on #28683E background

This text has black color on #28683E background.


White color preview on #28683E background

This text has white color on #28683E background.