COLOR #784A34

HEX: #784A34
RGB: (120,74,52)

Color info

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

RGB color model

#784A34 color RGB value is (120,74,52).

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

RGB channels and saturation

R 120 of 255 = 47%
G 74 of 255 = 29%
B 52 of 255 = 20%

120
74
52

R + G + B ~ 32%. #784A34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 74 + 52 = 246 (100%)
R 120 of 246 ~ 48.78%
G 74 of 246 ~ 30.08%
B 52 of 246 ~ 21.14%

%48.78
%30.08
%21.14

CMYK color model

#784A34 color CMYK value is (0,38,57,53).

  • cyan value is 0.00%
  • magenta value is 38.33%
  • yellow value is 56.67%
  • key color value is 52.94%
CMYK:
(0,38,57,53)
C0M38Y57K53 
(0%,38%,57%,53%)
(0.00/0.38/0.57/0.53)	

CMYK percentages

%0
%38.33
%56.67
%52.94

Codes

Color #784A34 in popluar color models

784A34
RGB1207452
HSL19°39.53%33.73%
HSB/HSV19°56.67%47.06%
CMYK0.00%38.33%56.67%
52.94%

Color #784A34 in popluar number systems.

HEX784A34
Decimal1207452
Binary11110001001010110100
Octal17011264

Shades and tints

Shades of #784A34

#784A34
(120,74,52)
#6E4430
(110,68,48)
#643E2C
(100,62,44)
#5A3828
(90,56,40)
#503224
(80,50,36)
#462C20
(70,44,32)
#3C261C
(60,38,28)
#322018
(50,32,24)
#281A14
(40,26,20)
#1E1410
(30,20,16)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #784A34

#784A34
(120,74,52)
#845A46
(132,90,70)
#906A58
(144,106,88)
#9C7A6A
(156,122,106)
#A88A7C
(168,138,124)
#B49A8E
(180,154,142)
#C0AAA0
(192,170,160)
#CCBAB2
(204,186,178)
#D8CAC4
(216,202,196)
#E4DAD6
(228,218,214)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784A34; }

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

This text font color is #784A34.


Background Color

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

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

This div background color is #784A34.


Border color

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

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

This div border color is #784A34.


Opacity

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

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

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

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

This text has shadow with #784A34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784A34 on black background.


Color preview on white background

This text has color #784A34 on white background.



Black color preview on #784A34 background

This text has black color on #784A34 background.


White color preview on #784A34 background

This text has white color on #784A34 background.