COLOR #284C3B

HEX: #284C3B
RGB: (40,76,59)

Color info

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

RGB color model

#284C3B color RGB value is (40,76,59).

  • red value is 40;
  • green value is 76;
  • blue value is 59.
RGB:
(40,76,59)
(16%,30%,23%)

RGB channels and saturation

R 40 of 255 = 16%
G 76 of 255 = 30%
B 59 of 255 = 23%

40
76
59

R + G + B ~ 23%. #284C3B is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 76 + 59 = 175 (100%)
R 40 of 175 ~ 22.86%
G 76 of 175 ~ 43.43%
B 59 of 175 ~ 33.71%

%22.86
%43.43
%33.71

CMYK color model

#284C3B color CMYK value is (47,0,22,70).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 22.37%
  • key color value is 70.20%
CMYK:
(47,0,22,70)
C47M0Y22K70 
(47%,0%,22%,70%)
(0.47/0.00/0.22/0.70)	

CMYK percentages

%47.37
%0
%22.37
%70.2

Codes

Color #284C3B in popluar color models

284C3B
RGB407659
HSL152°31.03%22.75%
HSB/HSV152°47.37%29.80%
CMYK47.37%0.00%22.37%
70.20%

Color #284C3B in popluar number systems.

HEX284C3B
Decimal407659
Binary1010001001100111011
Octal5011473

Shades and tints

Shades of #284C3B

#284C3B
(40,76,59)
#254636
(37,70,54)
#224031
(34,64,49)
#1F3A2C
(31,58,44)
#1C3427
(28,52,39)
#192E22
(25,46,34)
#16281D
(22,40,29)
#132218
(19,34,24)
#101C13
(16,28,19)
#0D160E
(13,22,14)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #284C3B

#284C3B
(40,76,59)
#3B5C4C
(59,92,76)
#4E6C5D
(78,108,93)
#617C6E
(97,124,110)
#748C7F
(116,140,127)
#879C90
(135,156,144)
#9AACA1
(154,172,161)
#ADBCB2
(173,188,178)
#C0CCC3
(192,204,195)
#D3DCD4
(211,220,212)
#E6ECE5
(230,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #284C3B color. Also use rgb(40,76,59) instead hex code.

Text Font Color

.myTextColor { color: #284C3B; }

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

This text font color is #284C3B.


Background Color

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

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

This div background color is #284C3B.


Border color

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

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

This div border color is #284C3B.


Opacity

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

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

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

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

This text has shadow with #284C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284C3B on black background.


Color preview on white background

This text has color #284C3B on white background.



Black color preview on #284C3B background

This text has black color on #284C3B background.


White color preview on #284C3B background

This text has white color on #284C3B background.