COLOR #285E59

HEX: #285E59
RGB: (40,94,89)

Color info

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

RGB color model

#285E59 color RGB value is (40,94,89).

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

RGB channels and saturation

R 40 of 255 = 16%
G 94 of 255 = 37%
B 89 of 255 = 35%

40
94
89

R + G + B ~ 29%. #285E59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 94 + 89 = 223 (100%)
R 40 of 223 ~ 17.94%
G 94 of 223 ~ 42.15%
B 89 of 223 ~ 39.91%

%17.94
%42.15
%39.91

CMYK color model

#285E59 color CMYK value is (57,0,5,63).

  • cyan value is 57.45%
  • magenta value is 0.00%
  • yellow value is 5.32%
  • key color value is 63.14%
CMYK:
(57,0,5,63)
C57M0Y5K63 
(57%,0%,5%,63%)
(0.57/0.00/0.05/0.63)	

CMYK percentages

%57.45
%0
%5.32
%63.14

Codes

Color #285E59 in popluar color models

285E59
RGB409489
HSL174°40.30%26.27%
HSB/HSV174°57.45%36.86%
CMYK57.45%0.00%5.32%
63.14%

Color #285E59 in popluar number systems.

HEX285E59
Decimal409489
Binary10100010111101011001
Octal50136131

Shades and tints

Shades of #285E59

#285E59
(40,94,89)
#255651
(37,86,81)
#224E49
(34,78,73)
#1F4641
(31,70,65)
#1C3E39
(28,62,57)
#193631
(25,54,49)
#162E29
(22,46,41)
#132621
(19,38,33)
#101E19
(16,30,25)
#0D1611
(13,22,17)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #285E59

#285E59
(40,94,89)
#3B6C68
(59,108,104)
#4E7A77
(78,122,119)
#618886
(97,136,134)
#749695
(116,150,149)
#87A4A4
(135,164,164)
#9AB2B3
(154,178,179)
#ADC0C2
(173,192,194)
#C0CED1
(192,206,209)
#D3DCE0
(211,220,224)
#E6EAEF
(230,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #285E59 color. Also use rgb(40,94,89) instead hex code.

Text Font Color

.myTextColor { color: #285E59; }

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

This text font color is #285E59.


Background Color

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

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

This div background color is #285E59.


Border color

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

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

This div border color is #285E59.


Opacity

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

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

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

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

This text has shadow with #285E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #285E59 on black background.


Color preview on white background

This text has color #285E59 on white background.



Black color preview on #285E59 background

This text has black color on #285E59 background.


White color preview on #285E59 background

This text has white color on #285E59 background.