COLOR #28583C

HEX: #28583C
RGB: (40,88,60)

Color info

#28583C contains red, green and blue colors in about the same proportion. Web safe color of #28583C is #336633 (or #363).

RGB color model

#28583C color RGB value is (40,88,60).

  • red value is 40;
  • green value is 88;
  • blue value is 60.
RGB:
(40,88,60)
(16%,35%,24%)

RGB channels and saturation

R 40 of 255 = 16%
G 88 of 255 = 35%
B 60 of 255 = 24%

40
88
60

R + G + B ~ 25%. #28583C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 88 + 60 = 188 (100%)
R 40 of 188 ~ 21.28%
G 88 of 188 ~ 46.81%
B 60 of 188 ~ 31.91%

%21.28
%46.81
%31.91

CMYK color model

#28583C color CMYK value is (55,0,32,65).

  • cyan value is 54.55%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 65.49%
CMYK:
(55,0,32,65)
C55M0Y32K65 
(55%,0%,32%,65%)
(0.55/0.00/0.32/0.65)	

CMYK percentages

%54.55
%0
%31.82
%65.49

Codes

Color #28583C in popluar color models

28583C
RGB408860
HSL145°37.50%25.10%
HSB/HSV145°54.55%34.51%
CMYK54.55%0.00%31.82%
65.49%

Color #28583C in popluar number systems.

HEX28583C
Decimal408860
Binary1010001011000111100
Octal5013074

Shades and tints

Shades of #28583C

#28583C
(40,88,60)
#255037
(37,80,55)
#224832
(34,72,50)
#1F402D
(31,64,45)
#1C3828
(28,56,40)
#193023
(25,48,35)
#16281E
(22,40,30)
#132019
(19,32,25)
#101814
(16,24,20)
#0D100F
(13,16,15)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #28583C

#28583C
(40,88,60)
#3B674D
(59,103,77)
#4E765E
(78,118,94)
#61856F
(97,133,111)
#749480
(116,148,128)
#87A391
(135,163,145)
#9AB2A2
(154,178,162)
#ADC1B3
(173,193,179)
#C0D0C4
(192,208,196)
#D3DFD5
(211,223,213)
#E6EEE6
(230,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28583C color. Also use rgb(40,88,60) instead hex code.

Text Font Color

.myTextColor { color: #28583C; }

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

This text font color is #28583C.


Background Color

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

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

This div background color is #28583C.


Border color

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

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

This div border color is #28583C.


Opacity

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

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

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

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

This text has shadow with #28583C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28583C on black background.


Color preview on white background

This text has color #28583C on white background.



Black color preview on #28583C background

This text has black color on #28583C background.


White color preview on #28583C background

This text has white color on #28583C background.