COLOR #784F3C

HEX: #784F3C
RGB: (120,79,60)

Color info

#784F3C contains mainly red and green colors. Web safe color of #784F3C is #666633 (or #663).

RGB color model

#784F3C color RGB value is (120,79,60).

  • red value is 120;
  • green value is 79;
  • blue value is 60.
RGB:
(120,79,60)
(47%,31%,24%)

RGB channels and saturation

R 120 of 255 = 47%
G 79 of 255 = 31%
B 60 of 255 = 24%

120
79
60

R + G + B ~ 34%. #784F3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 79 + 60 = 259 (100%)
R 120 of 259 ~ 46.33%
G 79 of 259 ~ 30.5%
B 60 of 259 ~ 23.17%

%46.33
%30.5
%23.17

CMYK color model

#784F3C color CMYK value is (0,34,50,53).

  • cyan value is 0.00%
  • magenta value is 34.17%
  • yellow value is 50.00%
  • key color value is 52.94%
CMYK:
(0,34,50,53)
C0M34Y50K53 
(0%,34%,50%,53%)
(0.00/0.34/0.50/0.53)	

CMYK percentages

%0
%34.17
%50
%52.94

Codes

Color #784F3C in popluar color models

784F3C
RGB1207960
HSL19°33.33%35.29%
HSB/HSV19°50.00%47.06%
CMYK0.00%34.17%50.00%
52.94%

Color #784F3C in popluar number systems.

HEX784F3C
Decimal1207960
Binary11110001001111111100
Octal17011774

Shades and tints

Shades of #784F3C

#784F3C
(120,79,60)
#6E4837
(110,72,55)
#644132
(100,65,50)
#5A3A2D
(90,58,45)
#503328
(80,51,40)
#462C23
(70,44,35)
#3C251E
(60,37,30)
#321E19
(50,30,25)
#281714
(40,23,20)
#1E100F
(30,16,15)
#14090A
(20,9,10)
#000000
(0,0,0)

Tints of #784F3C

#784F3C
(120,79,60)
#845F4D
(132,95,77)
#906F5E
(144,111,94)
#9C7F6F
(156,127,111)
#A88F80
(168,143,128)
#B49F91
(180,159,145)
#C0AFA2
(192,175,162)
#CCBFB3
(204,191,179)
#D8CFC4
(216,207,196)
#E4DFD5
(228,223,213)
#F0EFE6
(240,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784F3C color. Also use rgb(120,79,60) instead hex code.

Text Font Color

.myTextColor { color: #784F3C; }

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

This text font color is #784F3C.


Background Color

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

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

This div background color is #784F3C.


Border color

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

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

This div border color is #784F3C.


Opacity

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

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

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

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

This text has shadow with #784F3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784F3C on black background.


Color preview on white background

This text has color #784F3C on white background.



Black color preview on #784F3C background

This text has black color on #784F3C background.


White color preview on #784F3C background

This text has white color on #784F3C background.