COLOR #284A54

HEX: #284A54
RGB: (40,74,84)

Color info

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

RGB color model

#284A54 color RGB value is (40,74,84).

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

RGB channels and saturation

R 40 of 255 = 16%
G 74 of 255 = 29%
B 84 of 255 = 33%

40
74
84

R + G + B ~ 26%. #284A54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 74 + 84 = 198 (100%)
R 40 of 198 ~ 20.2%
G 74 of 198 ~ 37.37%
B 84 of 198 ~ 42.42%

%20.2
%37.37
%42.42

CMYK color model

#284A54 color CMYK value is (52,12,0,67).

  • cyan value is 52.38%
  • magenta value is 11.90%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(52,12,0,67)
C52M12Y0K67 
(52%,12%,0%,67%)
(0.52/0.12/0.00/0.67)	

CMYK percentages

%52.38
%11.9
%0
%67.06

Codes

Color #284A54 in popluar color models

284A54
RGB407484
HSL194°35.48%24.31%
HSB/HSV194°52.38%32.94%
CMYK52.38%11.90%0.00%
67.06%

Color #284A54 in popluar number systems.

HEX284A54
Decimal407484
Binary10100010010101010100
Octal50112124

Shades and tints

Shades of #284A54

#284A54
(40,74,84)
#25444D
(37,68,77)
#223E46
(34,62,70)
#1F383F
(31,56,63)
#1C3238
(28,50,56)
#192C31
(25,44,49)
#16262A
(22,38,42)
#132023
(19,32,35)
#101A1C
(16,26,28)
#0D1415
(13,20,21)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #284A54

#284A54
(40,74,84)
#3B5A63
(59,90,99)
#4E6A72
(78,106,114)
#617A81
(97,122,129)
#748A90
(116,138,144)
#879A9F
(135,154,159)
#9AAAAE
(154,170,174)
#ADBABD
(173,186,189)
#C0CACC
(192,202,204)
#D3DADB
(211,218,219)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #284A54; }

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

This text font color is #284A54.


Background Color

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

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

This div background color is #284A54.


Border color

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

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

This div border color is #284A54.


Opacity

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

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

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

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

This text has shadow with #284A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284A54 on black background.


Color preview on white background

This text has color #284A54 on white background.



Black color preview on #284A54 background

This text has black color on #284A54 background.


White color preview on #284A54 background

This text has white color on #284A54 background.