COLOR #284319

HEX: #284319
RGB: (40,67,25)

Color info

#284319 contains red, green and blue colors in about the same proportion. Web safe color of #284319 is #333300 (or #330).

RGB color model

#284319 color RGB value is (40,67,25).

  • red value is 40;
  • green value is 67;
  • blue value is 25.
RGB:
(40,67,25)
(16%,26%,10%)

RGB channels and saturation

R 40 of 255 = 16%
G 67 of 255 = 26%
B 25 of 255 = 10%

40
67
25

R + G + B ~ 17%. #284319 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 67 + 25 = 132 (100%)
R 40 of 132 ~ 30.3%
G 67 of 132 ~ 50.76%
B 25 of 132 ~ 18.94%

%30.3
%50.76
%18.94

CMYK color model

#284319 color CMYK value is (40,0,63,74).

  • cyan value is 40.30%
  • magenta value is 0.00%
  • yellow value is 62.69%
  • key color value is 73.73%
CMYK:
(40,0,63,74)
C40M0Y63K74 
(40%,0%,63%,74%)
(0.40/0.00/0.63/0.74)	

CMYK percentages

%40.3
%0
%62.69
%73.73

Codes

Color #284319 in popluar color models

284319
RGB406725
HSL99°45.65%18.04%
HSB/HSV99°62.69%26.27%
CMYK40.30%0.00%62.69%
73.73%

Color #284319 in popluar number systems.

HEX284319
Decimal406725
Binary101000100001111001
Octal5010331

Shades and tints

Shades of #284319

#284319
(40,67,25)
#253D17
(37,61,23)
#223715
(34,55,21)
#1F3113
(31,49,19)
#1C2B11
(28,43,17)
#19250F
(25,37,15)
#161F0D
(22,31,13)
#13190B
(19,25,11)
#101309
(16,19,9)
#0D0D07
(13,13,7)
#0A0705
(10,7,5)
#000000
(0,0,0)

Tints of #284319

#284319
(40,67,25)
#3B542D
(59,84,45)
#4E6541
(78,101,65)
#617655
(97,118,85)
#748769
(116,135,105)
#87987D
(135,152,125)
#9AA991
(154,169,145)
#ADBAA5
(173,186,165)
#C0CBB9
(192,203,185)
#D3DCCD
(211,220,205)
#E6EDE1
(230,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #284319 color. Also use rgb(40,67,25) instead hex code.

Text Font Color

.myTextColor { color: #284319; }

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

This text font color is #284319.


Background Color

.myBgColor { background-color: #284319; }

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

This div background color is #284319.


Border color

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

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

This div border color is #284319.


Opacity

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

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

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

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

This text has shadow with #284319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284319 on black background.


Color preview on white background

This text has color #284319 on white background.



Black color preview on #284319 background

This text has black color on #284319 background.


White color preview on #284319 background

This text has white color on #284319 background.