COLOR #285E51

HEX: #285E51
RGB: (40,94,81)

Color info

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

RGB color model

#285E51 color RGB value is (40,94,81).

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

RGB channels and saturation

R 40 of 255 = 16%
G 94 of 255 = 37%
B 81 of 255 = 32%

40
94
81

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

Portions of RGB colors in percentages

R + G + B =
40 + 94 + 81 = 215 (100%)
R 40 of 215 ~ 18.6%
G 94 of 215 ~ 43.72%
B 81 of 215 ~ 37.67%

%18.6
%43.72
%37.67

CMYK color model

#285E51 color CMYK value is (57,0,14,63).

  • cyan value is 57.45%
  • magenta value is 0.00%
  • yellow value is 13.83%
  • key color value is 63.14%
CMYK:
(57,0,14,63)
C57M0Y14K63 
(57%,0%,14%,63%)
(0.57/0.00/0.14/0.63)	

CMYK percentages

%57.45
%0
%13.83
%63.14

Codes

Color #285E51 in popluar color models

285E51
RGB409481
HSL166°40.30%26.27%
HSB/HSV166°57.45%36.86%
CMYK57.45%0.00%13.83%
63.14%

Color #285E51 in popluar number systems.

HEX285E51
Decimal409481
Binary10100010111101010001
Octal50136121

Shades and tints

Shades of #285E51

#285E51
(40,94,81)
#25564A
(37,86,74)
#224E43
(34,78,67)
#1F463C
(31,70,60)
#1C3E35
(28,62,53)
#19362E
(25,54,46)
#162E27
(22,46,39)
#132620
(19,38,32)
#101E19
(16,30,25)
#0D1612
(13,22,18)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #285E51

#285E51
(40,94,81)
#3B6C60
(59,108,96)
#4E7A6F
(78,122,111)
#61887E
(97,136,126)
#74968D
(116,150,141)
#87A49C
(135,164,156)
#9AB2AB
(154,178,171)
#ADC0BA
(173,192,186)
#C0CEC9
(192,206,201)
#D3DCD8
(211,220,216)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #285E51; }

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

This text font color is #285E51.


Background Color

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

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

This div background color is #285E51.


Border color

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

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

This div border color is #285E51.


Opacity

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

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

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

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

This text has shadow with #285E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #285E51 on black background.


Color preview on white background

This text has color #285E51 on white background.



Black color preview on #285E51 background

This text has black color on #285E51 background.


White color preview on #285E51 background

This text has white color on #285E51 background.