COLOR #285F51

HEX: #285F51
RGB: (40,95,81)

Color info

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

RGB color model

#285F51 color RGB value is (40,95,81).

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

RGB channels and saturation

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

40
95
81

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

Portions of RGB colors in percentages

R + G + B =
40 + 95 + 81 = 216 (100%)
R 40 of 216 ~ 18.52%
G 95 of 216 ~ 43.98%
B 81 of 216 ~ 37.5%

%18.52
%43.98
%37.5

CMYK color model

#285F51 color CMYK value is (58,0,15,63).

  • cyan value is 57.89%
  • magenta value is 0.00%
  • yellow value is 14.74%
  • key color value is 62.75%
CMYK:
(58,0,15,63)
C58M0Y15K63 
(58%,0%,15%,63%)
(0.58/0.00/0.15/0.63)	

CMYK percentages

%57.89
%0
%14.74
%62.75

Codes

Color #285F51 in popluar color models

285F51
RGB409581
HSL165°40.74%26.47%
HSB/HSV165°57.89%37.25%
CMYK57.89%0.00%14.74%
62.75%

Color #285F51 in popluar number systems.

HEX285F51
Decimal409581
Binary10100010111111010001
Octal50137121

Shades and tints

Shades of #285F51

#285F51
(40,95,81)
#25574A
(37,87,74)
#224F43
(34,79,67)
#1F473C
(31,71,60)
#1C3F35
(28,63,53)
#19372E
(25,55,46)
#162F27
(22,47,39)
#132720
(19,39,32)
#101F19
(16,31,25)
#0D1712
(13,23,18)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #285F51

#285F51
(40,95,81)
#3B6D60
(59,109,96)
#4E7B6F
(78,123,111)
#61897E
(97,137,126)
#74978D
(116,151,141)
#87A59C
(135,165,156)
#9AB3AB
(154,179,171)
#ADC1BA
(173,193,186)
#C0CFC9
(192,207,201)
#D3DDD8
(211,221,216)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #285F51; }

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

This text font color is #285F51.


Background Color

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

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

This div background color is #285F51.


Border color

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

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

This div border color is #285F51.


Opacity

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

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

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

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

This text has shadow with #285F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #285F51 on black background.


Color preview on white background

This text has color #285F51 on white background.



Black color preview on #285F51 background

This text has black color on #285F51 background.


White color preview on #285F51 background

This text has white color on #285F51 background.