COLOR #284400

HEX: #284400 RGB: (40,68,0)

Color info

#284400 contains only red and green colors. Web safe color of #284400 is #333300 (or #330).

RGB color model

#284400 color RGB value is (40,68,0).

RGB: (40,68,0) (16%, 27%, 0%)

RGB channels and saturation

R 40 of 255 = 16%
G 68 of 255 = 27%
B 0 of 255 = 0%

40
68
0

R + G + B ~ 14%. #284400 is dark color.

Portions of RGB colors in percentages

R + G + B = 40 + 68 + 0 = 108 (100%)
R 40 of 108 ~ 37.04%
G 68 of 108 ~ 62.96%
B 0 of 108 ~ 0'%

%37.04
%62.96

CMYK color model

#284400 color CMYK value is (41,0,100,73).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 73.33%

CMYK: (41,0,100,73)
C41M0Y100K73 (41%, 0%, 100%, 73%)
(0.41 / 0.00 / 1.00 / 0.73)

CMYK percentages

%41.18
%0
%100
%73.33

Codes

Color #284400 in popluar color models

28 44 00
RGB 40 68 0
HSL 85° 100.00% 13.33%
HSB/HSV 85° 100.00% 26.67%
CMYK 41.18% 0.00% 100.00%
73.33%

Color #284400 in popluar number systems.

HEX 28 44 00
Decimal 40 68 0
Binary 101000 1000100 0
Octal 50 104 0

Shades and tints

Shades of #284400

#284400
(40,68,0)
#253E00
(37,62,0)
#223800
(34,56,0)
#1F3200
(31,50,0)
#1C2C00
(28,44,0)
#192600
(25,38,0)
#162000
(22,32,0)
#131A00
(19,26,0)
#101400
(16,20,0)
#0D0E00
(13,14,0)
#0A0800
(10,8,0)
#000000
(0,0,0)

Tints of #284400

#284400
(40,68,0)
#3B5517
(59,85,23)
#4E662E
(78,102,46)
#617745
(97,119,69)
#74885C
(116,136,92)
#879973
(135,153,115)
#9AAA8A
(154,170,138)
#ADBBA1
(173,187,161)
#C0CCB8
(192,204,184)
#D3DDCF
(211,221,207)
#E6EEE6
(230,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #284400 color. Also use rgb(40,68,0) instead hex code.

Text Font Color

.myTextColor { color: #284400; }

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

This text font color is #284400.

Background Color

.myBgColor { background-color: #284400; }

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

This div background color is #284400.

Border color

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

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

This div border color is #284400.

Opacity

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

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

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

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

This text has shadow with #284400 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #284400.

Preview

Color preview on black background

This text has color #284400 on black background.


Color preview on white background

This text has color #284400 on white background.


Black color preview on #284400 background

This text has black color on #284400 background.


White color preview on #284400 background

This text has white color on #284400 background.


Related colors

Complementary color

Complementary color for #hex is #D7BBFF.


I love getcolorcode.com

Triadic colors

1 #002844 and #440028 with #284400 are triadic colors.

2 #004428 and #442800 with #284400 are triadic colors.