COLOR #284F61

HEX: #284F61
RGB: (40,79,97)

Color info

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

RGB color model

#284F61 color RGB value is (40,79,97).

  • red value is 40;
  • green value is 79;
  • blue value is 97.
RGB:
(40,79,97)
(16%,31%,38%)

RGB channels and saturation

R 40 of 255 = 16%
G 79 of 255 = 31%
B 97 of 255 = 38%

40
79
97

R + G + B ~ 28%. #284F61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 79 + 97 = 216 (100%)
R 40 of 216 ~ 18.52%
G 79 of 216 ~ 36.57%
B 97 of 216 ~ 44.91%

%18.52
%36.57
%44.91

CMYK color model

#284F61 color CMYK value is (59,19,0,62).

  • cyan value is 58.76%
  • magenta value is 18.56%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(59,19,0,62)
C59M19Y0K62 
(59%,19%,0%,62%)
(0.59/0.19/0.00/0.62)	

CMYK percentages

%58.76
%18.56
%0
%61.96

Codes

Color #284F61 in popluar color models

284F61
RGB407997
HSL199°41.61%26.86%
HSB/HSV199°58.76%38.04%
CMYK58.76%18.56%0.00%
61.96%

Color #284F61 in popluar number systems.

HEX284F61
Decimal407997
Binary10100010011111100001
Octal50117141

Shades and tints

Shades of #284F61

#284F61
(40,79,97)
#254859
(37,72,89)
#224151
(34,65,81)
#1F3A49
(31,58,73)
#1C3341
(28,51,65)
#192C39
(25,44,57)
#162531
(22,37,49)
#131E29
(19,30,41)
#101721
(16,23,33)
#0D1019
(13,16,25)
#0A0911
(10,9,17)
#000000
(0,0,0)

Tints of #284F61

#284F61
(40,79,97)
#3B5F6F
(59,95,111)
#4E6F7D
(78,111,125)
#617F8B
(97,127,139)
#748F99
(116,143,153)
#879FA7
(135,159,167)
#9AAFB5
(154,175,181)
#ADBFC3
(173,191,195)
#C0CFD1
(192,207,209)
#D3DFDF
(211,223,223)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #284F61 color. Also use rgb(40,79,97) instead hex code.

Text Font Color

.myTextColor { color: #284F61; }

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

This text font color is #284F61.


Background Color

.myBgColor { background-color: #284F61; }

<div style="background-color:#284F61">Inner text</div>

This div background color is #284F61.


Border color

.myBorderColor { border: 1px solid #284F61; }

<div style="border:3px solid #284F61">Div</div>

This div border color is #284F61.


Opacity

.myOpacity80 { color: #284F61; opacity: 0.8; }

<p style="color:#284F61;opacity:0.8;">80%</p>

Text with #284F61 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 #284F61;}

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

This text has shadow with #284F61 color.

.textShadow {text-shadow: 3px 3px 1px #284F61, 3px 3px 1px red;}

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

This text has shadow with #284F61 primary color and red secondary color.


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

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

This text has shadow with #284F61 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284F61 on black background.


Color preview on white background

This text has color #284F61 on white background.



Black color preview on #284F61 background

This text has black color on #284F61 background.


White color preview on #284F61 background

This text has white color on #284F61 background.