COLOR #284E3C

HEX: #284E3C
RGB: (40,78,60)

Color info

#284E3C contains red, green and blue colors in about the same proportion. Web safe color of #284E3C is #336633 (or #363).

RGB color model

#284E3C color RGB value is (40,78,60).

  • red value is 40;
  • green value is 78;
  • blue value is 60.
RGB:
(40,78,60)
(16%,31%,24%)

RGB channels and saturation

R 40 of 255 = 16%
G 78 of 255 = 31%
B 60 of 255 = 24%

40
78
60

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

Portions of RGB colors in percentages

R + G + B =
40 + 78 + 60 = 178 (100%)
R 40 of 178 ~ 22.47%
G 78 of 178 ~ 43.82%
B 60 of 178 ~ 33.71%

%22.47
%43.82
%33.71

CMYK color model

#284E3C color CMYK value is (49,0,23,69).

  • cyan value is 48.72%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 69.41%
CMYK:
(49,0,23,69)
C49M0Y23K69 
(49%,0%,23%,69%)
(0.49/0.00/0.23/0.69)	

CMYK percentages

%48.72
%0
%23.08
%69.41

Codes

Color #284E3C in popluar color models

284E3C
RGB407860
HSL152°32.20%23.14%
HSB/HSV152°48.72%30.59%
CMYK48.72%0.00%23.08%
69.41%

Color #284E3C in popluar number systems.

HEX284E3C
Decimal407860
Binary1010001001110111100
Octal5011674

Shades and tints

Shades of #284E3C

#284E3C
(40,78,60)
#254737
(37,71,55)
#224032
(34,64,50)
#1F392D
(31,57,45)
#1C3228
(28,50,40)
#192B23
(25,43,35)
#16241E
(22,36,30)
#131D19
(19,29,25)
#101614
(16,22,20)
#0D0F0F
(13,15,15)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #284E3C

#284E3C
(40,78,60)
#3B5E4D
(59,94,77)
#4E6E5E
(78,110,94)
#617E6F
(97,126,111)
#748E80
(116,142,128)
#879E91
(135,158,145)
#9AAEA2
(154,174,162)
#ADBEB3
(173,190,179)
#C0CEC4
(192,206,196)
#D3DED5
(211,222,213)
#E6EEE6
(230,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #284E3C color. Also use rgb(40,78,60) instead hex code.

Text Font Color

.myTextColor { color: #284E3C; }

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

This text font color is #284E3C.


Background Color

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

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

This div background color is #284E3C.


Border color

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

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

This div border color is #284E3C.


Opacity

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

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

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

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

This text has shadow with #284E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284E3C on black background.


Color preview on white background

This text has color #284E3C on white background.



Black color preview on #284E3C background

This text has black color on #284E3C background.


White color preview on #284E3C background

This text has white color on #284E3C background.