COLOR #284749

HEX: #284749
RGB: (40,71,73)

Color info

#284749 contains red, green and blue colors in about the same proportion. Web safe color of #284749 is #333333 (or #333).

RGB color model

#284749 color RGB value is (40,71,73).

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

RGB channels and saturation

R 40 of 255 = 16%
G 71 of 255 = 28%
B 73 of 255 = 29%

40
71
73

R + G + B ~ 24%. #284749 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 71 + 73 = 184 (100%)
R 40 of 184 ~ 21.74%
G 71 of 184 ~ 38.59%
B 73 of 184 ~ 39.67%

%21.74
%38.59
%39.67

CMYK color model

#284749 color CMYK value is (45,3,0,71).

  • cyan value is 45.21%
  • magenta value is 2.74%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(45,3,0,71)
C45M3Y0K71 
(45%,3%,0%,71%)
(0.45/0.03/0.00/0.71)	

CMYK percentages

%45.21
%2.74
%0
%71.37

Codes

Color #284749 in popluar color models

284749
RGB407173
HSL184°29.20%22.16%
HSB/HSV184°45.21%28.63%
CMYK45.21%2.74%0.00%
71.37%

Color #284749 in popluar number systems.

HEX284749
Decimal407173
Binary10100010001111001001
Octal50107111

Shades and tints

Shades of #284749

#284749
(40,71,73)
#254143
(37,65,67)
#223B3D
(34,59,61)
#1F3537
(31,53,55)
#1C2F31
(28,47,49)
#19292B
(25,41,43)
#162325
(22,35,37)
#131D1F
(19,29,31)
#101719
(16,23,25)
#0D1113
(13,17,19)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #284749

#284749
(40,71,73)
#3B5759
(59,87,89)
#4E6769
(78,103,105)
#617779
(97,119,121)
#748789
(116,135,137)
#879799
(135,151,153)
#9AA7A9
(154,167,169)
#ADB7B9
(173,183,185)
#C0C7C9
(192,199,201)
#D3D7D9
(211,215,217)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #284749; }

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

This text font color is #284749.


Background Color

.myBgColor { background-color: #284749; }

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

This div background color is #284749.


Border color

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

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

This div border color is #284749.


Opacity

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

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

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

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

This text has shadow with #284749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284749 on black background.


Color preview on white background

This text has color #284749 on white background.



Black color preview on #284749 background

This text has black color on #284749 background.


White color preview on #284749 background

This text has white color on #284749 background.