COLOR #784828

HEX: #784828
RGB: (120,72,40)

Color info

#784828 contains mainly red and green colors. Web safe color of #784828 is #663333 (or #633).

RGB color model

#784828 color RGB value is (120,72,40).

  • red value is 120;
  • green value is 72;
  • blue value is 40.
RGB:
(120,72,40)
(47%,28%,16%)

RGB channels and saturation

R 120 of 255 = 47%
G 72 of 255 = 28%
B 40 of 255 = 16%

120
72
40

R + G + B ~ 30%. #784828 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 72 + 40 = 232 (100%)
R 120 of 232 ~ 51.72%
G 72 of 232 ~ 31.03%
B 40 of 232 ~ 17.24%

%51.72
%31.03
%17.24

CMYK color model

#784828 color CMYK value is (0,40,67,53).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 66.67%
  • key color value is 52.94%
CMYK:
(0,40,67,53)
C0M40Y67K53 
(0%,40%,67%,53%)
(0.00/0.40/0.67/0.53)	

CMYK percentages

%0
%40
%66.67
%52.94

Codes

Color #784828 in popluar color models

784828
RGB1207240
HSL24°50.00%31.37%
HSB/HSV24°66.67%47.06%
CMYK0.00%40.00%66.67%
52.94%

Color #784828 in popluar number systems.

HEX784828
Decimal1207240
Binary11110001001000101000
Octal17011050

Shades and tints

Shades of #784828

#784828
(120,72,40)
#6E4225
(110,66,37)
#643C22
(100,60,34)
#5A361F
(90,54,31)
#50301C
(80,48,28)
#462A19
(70,42,25)
#3C2416
(60,36,22)
#321E13
(50,30,19)
#281810
(40,24,16)
#1E120D
(30,18,13)
#140C0A
(20,12,10)
#000000
(0,0,0)

Tints of #784828

#784828
(120,72,40)
#84583B
(132,88,59)
#90684E
(144,104,78)
#9C7861
(156,120,97)
#A88874
(168,136,116)
#B49887
(180,152,135)
#C0A89A
(192,168,154)
#CCB8AD
(204,184,173)
#D8C8C0
(216,200,192)
#E4D8D3
(228,216,211)
#F0E8E6
(240,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784828; }

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

This text font color is #784828.


Background Color

.myBgColor { background-color: #784828; }

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

This div background color is #784828.


Border color

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

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

This div border color is #784828.


Opacity

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

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

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

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

This text has shadow with #784828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784828 on black background.


Color preview on white background

This text has color #784828 on white background.



Black color preview on #784828 background

This text has black color on #784828 background.


White color preview on #784828 background

This text has white color on #784828 background.