COLOR #284762

HEX: #284762
RGB: (40,71,98)

Color info

#284762 contains red, green and blue colors in about the same proportion. Web safe color of #284762 is #333366 (or #336).

RGB color model

#284762 color RGB value is (40,71,98).

  • red value is 40;
  • green value is 71;
  • blue value is 98.
RGB:
(40,71,98)
(16%,28%,38%)

RGB channels and saturation

R 40 of 255 = 16%
G 71 of 255 = 28%
B 98 of 255 = 38%

40
71
98

R + G + B ~ 27%. #284762 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 71 + 98 = 209 (100%)
R 40 of 209 ~ 19.14%
G 71 of 209 ~ 33.97%
B 98 of 209 ~ 46.89%

%19.14
%33.97
%46.89

CMYK color model

#284762 color CMYK value is (59,28,0,62).

  • cyan value is 59.18%
  • magenta value is 27.55%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(59,28,0,62)
C59M28Y0K62 
(59%,28%,0%,62%)
(0.59/0.28/0.00/0.62)	

CMYK percentages

%59.18
%27.55
%0
%61.57

Codes

Color #284762 in popluar color models

284762
RGB407198
HSL208°42.03%27.06%
HSB/HSV208°59.18%38.43%
CMYK59.18%27.55%0.00%
61.57%

Color #284762 in popluar number systems.

HEX284762
Decimal407198
Binary10100010001111100010
Octal50107142

Shades and tints

Shades of #284762

#284762
(40,71,98)
#25415A
(37,65,90)
#223B52
(34,59,82)
#1F354A
(31,53,74)
#1C2F42
(28,47,66)
#19293A
(25,41,58)
#162332
(22,35,50)
#131D2A
(19,29,42)
#101722
(16,23,34)
#0D111A
(13,17,26)
#0A0B12
(10,11,18)
#000000
(0,0,0)

Tints of #284762

#284762
(40,71,98)
#3B5770
(59,87,112)
#4E677E
(78,103,126)
#61778C
(97,119,140)
#74879A
(116,135,154)
#8797A8
(135,151,168)
#9AA7B6
(154,167,182)
#ADB7C4
(173,183,196)
#C0C7D2
(192,199,210)
#D3D7E0
(211,215,224)
#E6E7EE
(230,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #284762 color. Also use rgb(40,71,98) instead hex code.

Text Font Color

.myTextColor { color: #284762; }

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

This text font color is #284762.


Background Color

.myBgColor { background-color: #284762; }

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

This div background color is #284762.


Border color

.myBorderColor { border: 1px solid #284762; }

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

This div border color is #284762.


Opacity

.myOpacity80 { color: #284762; opacity: 0.8; }

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

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

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

This text has shadow with #284762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284762 on black background.


Color preview on white background

This text has color #284762 on white background.



Black color preview on #284762 background

This text has black color on #284762 background.


White color preview on #284762 background

This text has white color on #284762 background.