COLOR #784A16

HEX: #784A16
RGB: (120,74,22)

Color info

#784A16 contains mainly red and green colors. Web safe color of #784A16 is #663300 (or #630).

RGB color model

#784A16 color RGB value is (120,74,22).

  • red value is 120;
  • green value is 74;
  • blue value is 22.
RGB:
(120,74,22)
(47%,29%,9%)

RGB channels and saturation

R 120 of 255 = 47%
G 74 of 255 = 29%
B 22 of 255 = 9%

120
74
22

R + G + B ~ 28%. #784A16 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 74 + 22 = 216 (100%)
R 120 of 216 ~ 55.56%
G 74 of 216 ~ 34.26%
B 22 of 216 ~ 10.19%

%55.56
%34.26
%10.19

CMYK color model

#784A16 color CMYK value is (0,38,82,53).

  • cyan value is 0.00%
  • magenta value is 38.33%
  • yellow value is 81.67%
  • key color value is 52.94%
CMYK:
(0,38,82,53)
C0M38Y82K53 
(0%,38%,82%,53%)
(0.00/0.38/0.82/0.53)	

CMYK percentages

%0
%38.33
%81.67
%52.94

Codes

Color #784A16 in popluar color models

784A16
RGB1207422
HSL32°69.01%27.84%
HSB/HSV32°81.67%47.06%
CMYK0.00%38.33%81.67%
52.94%

Color #784A16 in popluar number systems.

HEX784A16
Decimal1207422
Binary1111000100101010110
Octal17011226

Shades and tints

Shades of #784A16

#784A16
(120,74,22)
#6E4414
(110,68,20)
#643E12
(100,62,18)
#5A3810
(90,56,16)
#50320E
(80,50,14)
#462C0C
(70,44,12)
#3C260A
(60,38,10)
#322008
(50,32,8)
#281A06
(40,26,6)
#1E1404
(30,20,4)
#140E02
(20,14,2)
#000000
(0,0,0)

Tints of #784A16

#784A16
(120,74,22)
#845A2B
(132,90,43)
#906A40
(144,106,64)
#9C7A55
(156,122,85)
#A88A6A
(168,138,106)
#B49A7F
(180,154,127)
#C0AA94
(192,170,148)
#CCBAA9
(204,186,169)
#D8CABE
(216,202,190)
#E4DAD3
(228,218,211)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784A16 color. Also use rgb(120,74,22) instead hex code.

Text Font Color

.myTextColor { color: #784A16; }

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

This text font color is #784A16.


Background Color

.myBgColor { background-color: #784A16; }

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

This div background color is #784A16.


Border color

.myBorderColor { border: 1px solid #784A16; }

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

This div border color is #784A16.


Opacity

.myOpacity80 { color: #784A16; opacity: 0.8; }

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

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

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

This text has shadow with #784A16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784A16 on black background.


Color preview on white background

This text has color #784A16 on white background.



Black color preview on #784A16 background

This text has black color on #784A16 background.


White color preview on #784A16 background

This text has white color on #784A16 background.