COLOR #284D43

HEX: #284D43
RGB: (40,77,67)

Color info

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

RGB color model

#284D43 color RGB value is (40,77,67).

  • red value is 40;
  • green value is 77;
  • blue value is 67.
RGB:
(40,77,67)
(16%,30%,26%)

RGB channels and saturation

R 40 of 255 = 16%
G 77 of 255 = 30%
B 67 of 255 = 26%

40
77
67

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

Portions of RGB colors in percentages

R + G + B =
40 + 77 + 67 = 184 (100%)
R 40 of 184 ~ 21.74%
G 77 of 184 ~ 41.85%
B 67 of 184 ~ 36.41%

%21.74
%41.85
%36.41

CMYK color model

#284D43 color CMYK value is (48,0,13,70).

  • cyan value is 48.05%
  • magenta value is 0.00%
  • yellow value is 12.99%
  • key color value is 69.80%
CMYK:
(48,0,13,70)
C48M0Y13K70 
(48%,0%,13%,70%)
(0.48/0.00/0.13/0.70)	

CMYK percentages

%48.05
%0
%12.99
%69.8

Codes

Color #284D43 in popluar color models

284D43
RGB407767
HSL164°31.62%22.94%
HSB/HSV164°48.05%30.20%
CMYK48.05%0.00%12.99%
69.80%

Color #284D43 in popluar number systems.

HEX284D43
Decimal407767
Binary10100010011011000011
Octal50115103

Shades and tints

Shades of #284D43

#284D43
(40,77,67)
#25463D
(37,70,61)
#223F37
(34,63,55)
#1F3831
(31,56,49)
#1C312B
(28,49,43)
#192A25
(25,42,37)
#16231F
(22,35,31)
#131C19
(19,28,25)
#101513
(16,21,19)
#0D0E0D
(13,14,13)
#0A0707
(10,7,7)
#000000
(0,0,0)

Tints of #284D43

#284D43
(40,77,67)
#3B5D54
(59,93,84)
#4E6D65
(78,109,101)
#617D76
(97,125,118)
#748D87
(116,141,135)
#879D98
(135,157,152)
#9AADA9
(154,173,169)
#ADBDBA
(173,189,186)
#C0CDCB
(192,205,203)
#D3DDDC
(211,221,220)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #284D43 color. Also use rgb(40,77,67) instead hex code.

Text Font Color

.myTextColor { color: #284D43; }

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

This text font color is #284D43.


Background Color

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

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

This div background color is #284D43.


Border color

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

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

This div border color is #284D43.


Opacity

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

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

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

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

This text has shadow with #284D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284D43 on black background.


Color preview on white background

This text has color #284D43 on white background.



Black color preview on #284D43 background

This text has black color on #284D43 background.


White color preview on #284D43 background

This text has white color on #284D43 background.