COLOR #285A57

HEX: #285A57
RGB: (40,90,87)

Color info

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

RGB color model

#285A57 color RGB value is (40,90,87).

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

RGB channels and saturation

R 40 of 255 = 16%
G 90 of 255 = 35%
B 87 of 255 = 34%

40
90
87

R + G + B ~ 28%. #285A57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 90 + 87 = 217 (100%)
R 40 of 217 ~ 18.43%
G 90 of 217 ~ 41.47%
B 87 of 217 ~ 40.09%

%18.43
%41.47
%40.09

CMYK color model

#285A57 color CMYK value is (56,0,3,65).

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 64.71%
CMYK:
(56,0,3,65)
C56M0Y3K65 
(56%,0%,3%,65%)
(0.56/0.00/0.03/0.65)	

CMYK percentages

%55.56
%0
%3.33
%64.71

Codes

Color #285A57 in popluar color models

285A57
RGB409087
HSL176°38.46%25.49%
HSB/HSV176°55.56%35.29%
CMYK55.56%0.00%3.33%
64.71%

Color #285A57 in popluar number systems.

HEX285A57
Decimal409087
Binary10100010110101010111
Octal50132127

Shades and tints

Shades of #285A57

#285A57
(40,90,87)
#255250
(37,82,80)
#224A49
(34,74,73)
#1F4242
(31,66,66)
#1C3A3B
(28,58,59)
#193234
(25,50,52)
#162A2D
(22,42,45)
#132226
(19,34,38)
#101A1F
(16,26,31)
#0D1218
(13,18,24)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #285A57

#285A57
(40,90,87)
#3B6966
(59,105,102)
#4E7875
(78,120,117)
#618784
(97,135,132)
#749693
(116,150,147)
#87A5A2
(135,165,162)
#9AB4B1
(154,180,177)
#ADC3C0
(173,195,192)
#C0D2CF
(192,210,207)
#D3E1DE
(211,225,222)
#E6F0ED
(230,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #285A57 color. Also use rgb(40,90,87) instead hex code.

Text Font Color

.myTextColor { color: #285A57; }

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

This text font color is #285A57.


Background Color

.myBgColor { background-color: #285A57; }

<div style="background-color:#285A57">Inner text</div>

This div background color is #285A57.


Border color

.myBorderColor { border: 1px solid #285A57; }

<div style="border:3px solid #285A57">Div</div>

This div border color is #285A57.


Opacity

.myOpacity80 { color: #285A57; opacity: 0.8; }

<p style="color:#285A57;opacity:0.8;">80%</p>

Text with #285A57 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 #285A57;}

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

This text has shadow with #285A57 color.

.textShadow {text-shadow: 3px 3px 1px #285A57, 3px 3px 1px red;}

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

This text has shadow with #285A57 primary color and red secondary color.


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

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

This text has shadow with #285A57 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #285A57 on black background.


Color preview on white background

This text has color #285A57 on white background.



Black color preview on #285A57 background

This text has black color on #285A57 background.


White color preview on #285A57 background

This text has white color on #285A57 background.