COLOR #284E06

HEX: #284E06
RGB: (40,78,6)

Color info

#284E06 contains mainly red and green colors. Web safe color of #284E06 is #336600 (or #360).

RGB color model

#284E06 color RGB value is (40,78,6).

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

RGB channels and saturation

R 40 of 255 = 16%
G 78 of 255 = 31%
B 6 of 255 = 2%

40
78
6

R + G + B ~ 16%. #284E06 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 78 + 6 = 124 (100%)
R 40 of 124 ~ 32.26%
G 78 of 124 ~ 62.9%
B 6 of 124 ~ 4.84%

%32.26
%62.9

CMYK color model

#284E06 color CMYK value is (49,0,92,69).

  • cyan value is 48.72%
  • magenta value is 0.00%
  • yellow value is 92.31%
  • key color value is 69.41%
CMYK:
(49,0,92,69)
C49M0Y92K69 
(49%,0%,92%,69%)
(0.49/0.00/0.92/0.69)	

CMYK percentages

%48.72
%0
%92.31
%69.41

Codes

Color #284E06 in popluar color models

284E06
RGB40786
HSL92°85.71%16.47%
HSB/HSV92°92.31%30.59%
CMYK48.72%0.00%92.31%
69.41%

Color #284E06 in popluar number systems.

HEX284E06
Decimal40786
Binary1010001001110110
Octal501166

Shades and tints

Shades of #284E06

#284E06
(40,78,6)
#254706
(37,71,6)
#224006
(34,64,6)
#1F3906
(31,57,6)
#1C3206
(28,50,6)
#192B06
(25,43,6)
#162406
(22,36,6)
#131D06
(19,29,6)
#101606
(16,22,6)
#0D0F06
(13,15,6)
#0A0806
(10,8,6)
#000000
(0,0,0)

Tints of #284E06

#284E06
(40,78,6)
#3B5E1C
(59,94,28)
#4E6E32
(78,110,50)
#617E48
(97,126,72)
#748E5E
(116,142,94)
#879E74
(135,158,116)
#9AAE8A
(154,174,138)
#ADBEA0
(173,190,160)
#C0CEB6
(192,206,182)
#D3DECC
(211,222,204)
#E6EEE2
(230,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #284E06; }

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

This text font color is #284E06.


Background Color

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

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

This div background color is #284E06.


Border color

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

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

This div border color is #284E06.


Opacity

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

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

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

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

This text has shadow with #284E06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284E06 on black background.


Color preview on white background

This text has color #284E06 on white background.



Black color preview on #284E06 background

This text has black color on #284E06 background.


White color preview on #284E06 background

This text has white color on #284E06 background.