COLOR #784C3A

HEX: #784C3A RGB: (120,76,58)

Color info

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

RGB color model

#784C3A color RGB value is (120,76,58).

RGB: (120,76,58) (47%, 30%, 23%)

RGB channels and saturation

R 120 of 255 = 47%
G 76 of 255 = 30%
B 58 of 255 = 23%

120
76
58

R + G + B ~ 33%. #784C3A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 76 + 58 = 254 (100%)
R 120 of 254 ~ 47.24%
G 76 of 254 ~ 29.92%
B 58 of 254 ~ 22.83'%

%47.24
%29.92
%22.83

CMYK color model

#784C3A color CMYK value is (0,37,52,53).

  • cyan value is 0.00%
  • magenta value is 36.67%
  • yellow value is 51.67%
  • key color value is 52.94%

CMYK: (0,37,52,53)
C0M37Y52K53 (0%, 37%, 52%, 53%)
(0.00 / 0.37 / 0.52 / 0.53)

CMYK percentages

%0
%36.67
%51.67
%52.94

Codes

Color #784C3A in popluar color models

78 4C 3A
RGB 120 76 58
HSL 17° 34.83% 34.90%
HSB/HSV 17° 51.67% 47.06%
CMYK 0.00% 36.67% 51.67%
52.94%

Color #784C3A in popluar number systems.

HEX 78 4C 3A
Decimal 120 76 58
Binary 1111000 1001100 111010
Octal 170 114 72

Shades and tints

Shades of #784C3A

#784C3A
(120,76,58)
#6E4635
(110,70,53)
#644030
(100,64,48)
#5A3A2B
(90,58,43)
#503426
(80,52,38)
#462E21
(70,46,33)
#3C281C
(60,40,28)
#322217
(50,34,23)
#281C12
(40,28,18)
#1E160D
(30,22,13)
#141008
(20,16,8)
#000000
(0,0,0)

Tints of #784C3A

#784C3A
(120,76,58)
#845C4B
(132,92,75)
#906C5C
(144,108,92)
#9C7C6D
(156,124,109)
#A88C7E
(168,140,126)
#B49C8F
(180,156,143)
#C0ACA0
(192,172,160)
#CCBCB1
(204,188,177)
#D8CCC2
(216,204,194)
#E4DCD3
(228,220,211)
#F0ECE4
(240,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784C3A color. Also use rgb(120,76,58) instead hex code.

Text Font Color

.myTextColor { color: #784C3A; }

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

This text font color is #784C3A.

Background Color

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

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

This div background color is #784C3A.

Border color

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

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

This div border color is #784C3A.

Opacity

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

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

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

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

This text has shadow with #784C3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #784C3A.

Preview

Color preview on black background

This text has color #784C3A on black background.


Color preview on white background

This text has color #784C3A on white background.


Black color preview on #784C3A background

This text has black color on #784C3A background.


White color preview on #784C3A background

This text has white color on #784C3A background.


Related colors

Complementary color

Complementary color for #hex is #87B3C5.


I love getcolorcode.com

Triadic colors

1 #3A784C and #4C3A78 with #784C3A are triadic colors.

2 #3A4C78 and #4C783A with #784C3A are triadic colors.