COLOR #284054

HEX: #284054
RGB: (40,64,84)

Color info

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

RGB color model

#284054 color RGB value is (40,64,84).

  • red value is 40;
  • green value is 64;
  • blue value is 84.
RGB:
(40,64,84)
(16%,25%,33%)

RGB channels and saturation

R 40 of 255 = 16%
G 64 of 255 = 25%
B 84 of 255 = 33%

40
64
84

R + G + B ~ 25%. #284054 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 64 + 84 = 188 (100%)
R 40 of 188 ~ 21.28%
G 64 of 188 ~ 34.04%
B 84 of 188 ~ 44.68%

%21.28
%34.04
%44.68

CMYK color model

#284054 color CMYK value is (52,24,0,67).

  • cyan value is 52.38%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(52,24,0,67)
C52M24Y0K67 
(52%,24%,0%,67%)
(0.52/0.24/0.00/0.67)	

CMYK percentages

%52.38
%23.81
%0
%67.06

Codes

Color #284054 in popluar color models

284054
RGB406484
HSL207°35.48%24.31%
HSB/HSV207°52.38%32.94%
CMYK52.38%23.81%0.00%
67.06%

Color #284054 in popluar number systems.

HEX284054
Decimal406484
Binary10100010000001010100
Octal50100124

Shades and tints

Shades of #284054

#284054
(40,64,84)
#253B4D
(37,59,77)
#223646
(34,54,70)
#1F313F
(31,49,63)
#1C2C38
(28,44,56)
#192731
(25,39,49)
#16222A
(22,34,42)
#131D23
(19,29,35)
#10181C
(16,24,28)
#0D1315
(13,19,21)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #284054

#284054
(40,64,84)
#3B5163
(59,81,99)
#4E6272
(78,98,114)
#617381
(97,115,129)
#748490
(116,132,144)
#87959F
(135,149,159)
#9AA6AE
(154,166,174)
#ADB7BD
(173,183,189)
#C0C8CC
(192,200,204)
#D3D9DB
(211,217,219)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #284054 color. Also use rgb(40,64,84) instead hex code.

Text Font Color

.myTextColor { color: #284054; }

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

This text font color is #284054.


Background Color

.myBgColor { background-color: #284054; }

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

This div background color is #284054.


Border color

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

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

This div border color is #284054.


Opacity

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

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

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

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

This text has shadow with #284054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284054 on black background.


Color preview on white background

This text has color #284054 on white background.



Black color preview on #284054 background

This text has black color on #284054 background.


White color preview on #284054 background

This text has white color on #284054 background.