COLOR #284030

HEX: #284030
RGB: (40,64,48)

Color info

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

RGB color model

#284030 color RGB value is (40,64,48).

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

RGB channels and saturation

R 40 of 255 = 16%
G 64 of 255 = 25%
B 48 of 255 = 19%

40
64
48

R + G + B ~ 20%. #284030 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 64 + 48 = 152 (100%)
R 40 of 152 ~ 26.32%
G 64 of 152 ~ 42.11%
B 48 of 152 ~ 31.58%

%26.32
%42.11
%31.58

CMYK color model

#284030 color CMYK value is (38,0,25,75).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 74.90%
CMYK:
(38,0,25,75)
C38M0Y25K75 
(38%,0%,25%,75%)
(0.38/0.00/0.25/0.75)	

CMYK percentages

%37.5
%0
%25
%74.9

Codes

Color #284030 in popluar color models

284030
RGB406448
HSL140°23.08%20.39%
HSB/HSV140°37.50%25.10%
CMYK37.50%0.00%25.00%
74.90%

Color #284030 in popluar number systems.

HEX284030
Decimal406448
Binary1010001000000110000
Octal5010060

Shades and tints

Shades of #284030

#284030
(40,64,48)
#253B2C
(37,59,44)
#223628
(34,54,40)
#1F3124
(31,49,36)
#1C2C20
(28,44,32)
#19271C
(25,39,28)
#162218
(22,34,24)
#131D14
(19,29,20)
#101810
(16,24,16)
#0D130C
(13,19,12)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #284030

#284030
(40,64,48)
#3B5142
(59,81,66)
#4E6254
(78,98,84)
#617366
(97,115,102)
#748478
(116,132,120)
#87958A
(135,149,138)
#9AA69C
(154,166,156)
#ADB7AE
(173,183,174)
#C0C8C0
(192,200,192)
#D3D9D2
(211,217,210)
#E6EAE4
(230,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #284030; }

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

This text font color is #284030.


Background Color

.myBgColor { background-color: #284030; }

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

This div background color is #284030.


Border color

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

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

This div border color is #284030.


Opacity

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

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

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

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

This text has shadow with #284030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284030 on black background.


Color preview on white background

This text has color #284030 on white background.



Black color preview on #284030 background

This text has black color on #284030 background.


White color preview on #284030 background

This text has white color on #284030 background.