COLOR #284E35

HEX: #284E35
RGB: (40,78,53)

Color info

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

RGB color model

#284E35 color RGB value is (40,78,53).

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

RGB channels and saturation

R 40 of 255 = 16%
G 78 of 255 = 31%
B 53 of 255 = 21%

40
78
53

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

Portions of RGB colors in percentages

R + G + B =
40 + 78 + 53 = 171 (100%)
R 40 of 171 ~ 23.39%
G 78 of 171 ~ 45.61%
B 53 of 171 ~ 30.99%

%23.39
%45.61
%30.99

CMYK color model

#284E35 color CMYK value is (49,0,32,69).

  • cyan value is 48.72%
  • magenta value is 0.00%
  • yellow value is 32.05%
  • key color value is 69.41%
CMYK:
(49,0,32,69)
C49M0Y32K69 
(49%,0%,32%,69%)
(0.49/0.00/0.32/0.69)	

CMYK percentages

%48.72
%0
%32.05
%69.41

Codes

Color #284E35 in popluar color models

284E35
RGB407853
HSL141°32.20%23.14%
HSB/HSV141°48.72%30.59%
CMYK48.72%0.00%32.05%
69.41%

Color #284E35 in popluar number systems.

HEX284E35
Decimal407853
Binary1010001001110110101
Octal5011665

Shades and tints

Shades of #284E35

#284E35
(40,78,53)
#254731
(37,71,49)
#22402D
(34,64,45)
#1F3929
(31,57,41)
#1C3225
(28,50,37)
#192B21
(25,43,33)
#16241D
(22,36,29)
#131D19
(19,29,25)
#101615
(16,22,21)
#0D0F11
(13,15,17)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #284E35

#284E35
(40,78,53)
#3B5E47
(59,94,71)
#4E6E59
(78,110,89)
#617E6B
(97,126,107)
#748E7D
(116,142,125)
#879E8F
(135,158,143)
#9AAEA1
(154,174,161)
#ADBEB3
(173,190,179)
#C0CEC5
(192,206,197)
#D3DED7
(211,222,215)
#E6EEE9
(230,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #284E35; }

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

This text font color is #284E35.


Background Color

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

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

This div background color is #284E35.


Border color

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

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

This div border color is #284E35.


Opacity

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

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

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

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

This text has shadow with #284E35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284E35 on black background.


Color preview on white background

This text has color #284E35 on white background.



Black color preview on #284E35 background

This text has black color on #284E35 background.


White color preview on #284E35 background

This text has white color on #284E35 background.