COLOR #284830

HEX: #284830 RGB: (40,72,48)

Color info

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

RGB color model

#284830 color RGB value is (40,72,48).

RGB: (40,72,48) (16%, 28%, 19%)

RGB channels and saturation

R 40 of 255 = 16%
G 72 of 255 = 28%
B 48 of 255 = 19%

40
72
48

R + G + B ~ 21%. #284830 is dark color.

Portions of RGB colors in percentages

R + G + B = 40 + 72 + 48 = 160 (100%)
R 40 of 160 ~ 25%
G 72 of 160 ~ 45%
B 48 of 160 ~ 30'%

%25
%45
%30

CMYK color model

#284830 color CMYK value is (44,0,33,72).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 71.76%

CMYK: (44,0,33,72)
C44M0Y33K72 (44%, 0%, 33%, 72%)
(0.44 / 0.00 / 0.33 / 0.72)

CMYK percentages

%44.44
%0
%33.33
%71.76

Codes

Color #284830 in popluar color models

28 48 30
RGB 40 72 48
HSL 135° 28.57% 21.96%
HSB/HSV 135° 44.44% 28.24%
CMYK 44.44% 0.00% 33.33%
71.76%

Color #284830 in popluar number systems.

HEX 28 48 30
Decimal 40 72 48
Binary 101000 1001000 110000
Octal 50 110 60

Shades and tints

Shades of #284830

#284830
(40,72,48)
#25422C
(37,66,44)
#223C28
(34,60,40)
#1F3624
(31,54,36)
#1C3020
(28,48,32)
#192A1C
(25,42,28)
#162418
(22,36,24)
#131E14
(19,30,20)
#101810
(16,24,16)
#0D120C
(13,18,12)
#0A0C08
(10,12,8)
#000000
(0,0,0)

Tints of #284830

#284830
(40,72,48)
#3B5842
(59,88,66)
#4E6854
(78,104,84)
#617866
(97,120,102)
#748878
(116,136,120)
#87988A
(135,152,138)
#9AA89C
(154,168,156)
#ADB8AE
(173,184,174)
#C0C8C0
(192,200,192)
#D3D8D2
(211,216,210)
#E6E8E4
(230,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #284830; }

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

This text font color is #284830.

Background Color

.myBgColor { background-color: #284830; }

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

This div background color is #284830.

Border color

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

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

This div border color is #284830.

Opacity

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

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

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

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

This text has shadow with #284830 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #284830.

Preview

Color preview on black background

This text has color #284830 on black background.


Color preview on white background

This text has color #284830 on white background.


Black color preview on #284830 background

This text has black color on #284830 background.


White color preview on #284830 background

This text has white color on #284830 background.


Related colors

Complementary color

Complementary color for #hex is #D7B7CF.


I love getcolorcode.com

Triadic colors

1 #302848 and #483028 with #284830 are triadic colors.

2 #304828 and #482830 with #284830 are triadic colors.