COLOR #28683D

HEX: #28683D
RGB: (40,104,61)

Color info

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

RGB color model

#28683D color RGB value is (40,104,61).

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

RGB channels and saturation

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

40
104
61

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

Portions of RGB colors in percentages

R + G + B =
40 + 104 + 61 = 205 (100%)
R 40 of 205 ~ 19.51%
G 104 of 205 ~ 50.73%
B 61 of 205 ~ 29.76%

%19.51
%50.73
%29.76

CMYK color model

#28683D color CMYK value is (62,0,41,59).

  • cyan value is 61.54%
  • magenta value is 0.00%
  • yellow value is 41.35%
  • key color value is 59.22%
CMYK:
(62,0,41,59)
C62M0Y41K59 
(62%,0%,41%,59%)
(0.62/0.00/0.41/0.59)	

CMYK percentages

%61.54
%0
%41.35
%59.22

Codes

Color #28683D in popluar color models

28683D
RGB4010461
HSL140°44.44%28.24%
HSB/HSV140°61.54%40.78%
CMYK61.54%0.00%41.35%
59.22%

Color #28683D in popluar number systems.

HEX28683D
Decimal4010461
Binary1010001101000111101
Octal5015075

Shades and tints

Shades of #28683D

#28683D
(40,104,61)
#255F38
(37,95,56)
#225633
(34,86,51)
#1F4D2E
(31,77,46)
#1C4429
(28,68,41)
#193B24
(25,59,36)
#16321F
(22,50,31)
#13291A
(19,41,26)
#102015
(16,32,21)
#0D1710
(13,23,16)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #28683D

#28683D
(40,104,61)
#3B754E
(59,117,78)
#4E825F
(78,130,95)
#618F70
(97,143,112)
#749C81
(116,156,129)
#87A992
(135,169,146)
#9AB6A3
(154,182,163)
#ADC3B4
(173,195,180)
#C0D0C5
(192,208,197)
#D3DDD6
(211,221,214)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #28683D; }

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

This text font color is #28683D.


Background Color

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

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

This div background color is #28683D.


Border color

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

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

This div border color is #28683D.


Opacity

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

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

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

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

This text has shadow with #28683D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28683D on black background.


Color preview on white background

This text has color #28683D on white background.



Black color preview on #28683D background

This text has black color on #28683D background.


White color preview on #28683D background

This text has white color on #28683D background.