COLOR #28595A

HEX: #28595A
RGB: (40,89,90)

Color info

#28595A contains red, green and blue colors in about the same proportion. Web safe color of #28595A is #336666 (or #366).

RGB color model

#28595A color RGB value is (40,89,90).

  • red value is 40;
  • green value is 89;
  • blue value is 90.
RGB:
(40,89,90)
(16%,35%,35%)

RGB channels and saturation

R 40 of 255 = 16%
G 89 of 255 = 35%
B 90 of 255 = 35%

40
89
90

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

Portions of RGB colors in percentages

R + G + B =
40 + 89 + 90 = 219 (100%)
R 40 of 219 ~ 18.26%
G 89 of 219 ~ 40.64%
B 90 of 219 ~ 41.1%

%18.26
%40.64
%41.1

CMYK color model

#28595A color CMYK value is (56,1,0,65).

  • cyan value is 55.56%
  • magenta value is 1.11%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(56,1,0,65)
C56M1Y0K65 
(56%,1%,0%,65%)
(0.56/0.01/0.00/0.65)	

CMYK percentages

%55.56
%1.11
%0
%64.71

Codes

Color #28595A in popluar color models

28595A
RGB408990
HSL181°38.46%25.49%
HSB/HSV181°55.56%35.29%
CMYK55.56%1.11%0.00%
64.71%

Color #28595A in popluar number systems.

HEX28595A
Decimal408990
Binary10100010110011011010
Octal50131132

Shades and tints

Shades of #28595A

#28595A
(40,89,90)
#255152
(37,81,82)
#22494A
(34,73,74)
#1F4142
(31,65,66)
#1C393A
(28,57,58)
#193132
(25,49,50)
#16292A
(22,41,42)
#132122
(19,33,34)
#10191A
(16,25,26)
#0D1112
(13,17,18)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #28595A

#28595A
(40,89,90)
#3B6869
(59,104,105)
#4E7778
(78,119,120)
#618687
(97,134,135)
#749596
(116,149,150)
#87A4A5
(135,164,165)
#9AB3B4
(154,179,180)
#ADC2C3
(173,194,195)
#C0D1D2
(192,209,210)
#D3E0E1
(211,224,225)
#E6EFF0
(230,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28595A color. Also use rgb(40,89,90) instead hex code.

Text Font Color

.myTextColor { color: #28595A; }

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

This text font color is #28595A.


Background Color

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

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

This div background color is #28595A.


Border color

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

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

This div border color is #28595A.


Opacity

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

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

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

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

This text has shadow with #28595A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28595A on black background.


Color preview on white background

This text has color #28595A on white background.



Black color preview on #28595A background

This text has black color on #28595A background.


White color preview on #28595A background

This text has white color on #28595A background.