COLOR #784A30

HEX: #784A30 RGB: (120,74,48)

Color info

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

RGB color model

#784A30 color RGB value is (120,74,48).

RGB: (120,74,48) (47%, 29%, 19%)

RGB channels and saturation

R 120 of 255 = 47%
G 74 of 255 = 29%
B 48 of 255 = 19%

120
74
48

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

Portions of RGB colors in percentages

R + G + B = 120 + 74 + 48 = 242 (100%)
R 120 of 242 ~ 49.59%
G 74 of 242 ~ 30.58%
B 48 of 242 ~ 19.83'%

%49.59
%30.58
%19.83

CMYK color model

#784A30 color CMYK value is (0,38,60,53).

  • cyan value is 0.00%
  • magenta value is 38.33%
  • yellow value is 60.00%
  • key color value is 52.94%

CMYK: (0,38,60,53)
C0M38Y60K53 (0%, 38%, 60%, 53%)
(0.00 / 0.38 / 0.60 / 0.53)

CMYK percentages

%0
%38.33
%60
%52.94

Codes

Color #784A30 in popluar color models

78 4A 30
RGB 120 74 48
HSL 22° 42.86% 32.94%
HSB/HSV 22° 60.00% 47.06%
CMYK 0.00% 38.33% 60.00%
52.94%

Color #784A30 in popluar number systems.

HEX 78 4A 30
Decimal 120 74 48
Binary 1111000 1001010 110000
Octal 170 112 60

Shades and tints

Shades of #784A30

#784A30
(120,74,48)
#6E442C
(110,68,44)
#643E28
(100,62,40)
#5A3824
(90,56,36)
#503220
(80,50,32)
#462C1C
(70,44,28)
#3C2618
(60,38,24)
#322014
(50,32,20)
#281A10
(40,26,16)
#1E140C
(30,20,12)
#140E08
(20,14,8)
#000000
(0,0,0)

Tints of #784A30

#784A30
(120,74,48)
#845A42
(132,90,66)
#906A54
(144,106,84)
#9C7A66
(156,122,102)
#A88A78
(168,138,120)
#B49A8A
(180,154,138)
#C0AA9C
(192,170,156)
#CCBAAE
(204,186,174)
#D8CAC0
(216,202,192)
#E4DAD2
(228,218,210)
#F0EAE4
(240,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784A30; }

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

This text font color is #784A30.

Background Color

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

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

This div background color is #784A30.

Border color

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

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

This div border color is #784A30.

Opacity

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

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

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

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

This text has shadow with #784A30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #784A30.

Preview

Color preview on black background

This text has color #784A30 on black background.


Color preview on white background

This text has color #784A30 on white background.


Black color preview on #784A30 background

This text has black color on #784A30 background.


White color preview on #784A30 background

This text has white color on #784A30 background.


Related colors

Complementary color

Complementary color for #hex is #87B5CF.


I love getcolorcode.com

Triadic colors

1 #30784A and #4A3078 with #784A30 are triadic colors.

2 #304A78 and #4A7830 with #784A30 are triadic colors.