COLOR #784224

HEX: #784224
RGB: (120,66,36)

Color info

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

RGB color model

#784224 color RGB value is (120,66,36).

  • red value is 120;
  • green value is 66;
  • blue value is 36.
RGB:
(120,66,36)
(47%,26%,14%)

RGB channels and saturation

R 120 of 255 = 47%
G 66 of 255 = 26%
B 36 of 255 = 14%

120
66
36

R + G + B ~ 29%. #784224 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 66 + 36 = 222 (100%)
R 120 of 222 ~ 54.05%
G 66 of 222 ~ 29.73%
B 36 of 222 ~ 16.22%

%54.05
%29.73
%16.22

CMYK color model

#784224 color CMYK value is (0,45,70,53).

  • cyan value is 0.00%
  • magenta value is 45.00%
  • yellow value is 70.00%
  • key color value is 52.94%
CMYK:
(0,45,70,53)
C0M45Y70K53 
(0%,45%,70%,53%)
(0.00/0.45/0.70/0.53)	

CMYK percentages

%0
%45
%70
%52.94

Codes

Color #784224 in popluar color models

784224
RGB1206636
HSL21°53.85%30.59%
HSB/HSV21°70.00%47.06%
CMYK0.00%45.00%70.00%
52.94%

Color #784224 in popluar number systems.

HEX784224
Decimal1206636
Binary11110001000010100100
Octal17010244

Shades and tints

Shades of #784224

#784224
(120,66,36)
#6E3C21
(110,60,33)
#64361E
(100,54,30)
#5A301B
(90,48,27)
#502A18
(80,42,24)
#462415
(70,36,21)
#3C1E12
(60,30,18)
#32180F
(50,24,15)
#28120C
(40,18,12)
#1E0C09
(30,12,9)
#140606
(20,6,6)
#000000
(0,0,0)

Tints of #784224

#784224
(120,66,36)
#845337
(132,83,55)
#90644A
(144,100,74)
#9C755D
(156,117,93)
#A88670
(168,134,112)
#B49783
(180,151,131)
#C0A896
(192,168,150)
#CCB9A9
(204,185,169)
#D8CABC
(216,202,188)
#E4DBCF
(228,219,207)
#F0ECE2
(240,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784224 color. Also use rgb(120,66,36) instead hex code.

Text Font Color

.myTextColor { color: #784224; }

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

This text font color is #784224.


Background Color

.myBgColor { background-color: #784224; }

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

This div background color is #784224.


Border color

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

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

This div border color is #784224.


Opacity

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

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

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

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

This text has shadow with #784224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784224 on black background.


Color preview on white background

This text has color #784224 on white background.



Black color preview on #784224 background

This text has black color on #784224 background.


White color preview on #784224 background

This text has white color on #784224 background.