COLOR #784F44

HEX: #784F44
RGB: (120,79,68)

Color info

#784F44 contains red, green and blue colors in about the same proportion. Web safe color of #784F44 is #666633 (or #663).

RGB color model

#784F44 color RGB value is (120,79,68).

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

RGB channels and saturation

R 120 of 255 = 47%
G 79 of 255 = 31%
B 68 of 255 = 27%

120
79
68

R + G + B ~ 35%. #784F44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 79 + 68 = 267 (100%)
R 120 of 267 ~ 44.94%
G 79 of 267 ~ 29.59%
B 68 of 267 ~ 25.47%

%44.94
%29.59
%25.47

CMYK color model

#784F44 color CMYK value is (0,34,43,53).

  • cyan value is 0.00%
  • magenta value is 34.17%
  • yellow value is 43.33%
  • key color value is 52.94%
CMYK:
(0,34,43,53)
C0M34Y43K53 
(0%,34%,43%,53%)
(0.00/0.34/0.43/0.53)	

CMYK percentages

%0
%34.17
%43.33
%52.94

Codes

Color #784F44 in popluar color models

784F44
RGB1207968
HSL13°27.66%36.86%
HSB/HSV13°43.33%47.06%
CMYK0.00%34.17%43.33%
52.94%

Color #784F44 in popluar number systems.

HEX784F44
Decimal1207968
Binary111100010011111000100
Octal170117104

Shades and tints

Shades of #784F44

#784F44
(120,79,68)
#6E483E
(110,72,62)
#644138
(100,65,56)
#5A3A32
(90,58,50)
#50332C
(80,51,44)
#462C26
(70,44,38)
#3C2520
(60,37,32)
#321E1A
(50,30,26)
#281714
(40,23,20)
#1E100E
(30,16,14)
#140908
(20,9,8)
#000000
(0,0,0)

Tints of #784F44

#784F44
(120,79,68)
#845F55
(132,95,85)
#906F66
(144,111,102)
#9C7F77
(156,127,119)
#A88F88
(168,143,136)
#B49F99
(180,159,153)
#C0AFAA
(192,175,170)
#CCBFBB
(204,191,187)
#D8CFCC
(216,207,204)
#E4DFDD
(228,223,221)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784F44; }

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

This text font color is #784F44.


Background Color

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

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

This div background color is #784F44.


Border color

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

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

This div border color is #784F44.


Opacity

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

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

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

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

This text has shadow with #784F44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784F44 on black background.


Color preview on white background

This text has color #784F44 on white background.



Black color preview on #784F44 background

This text has black color on #784F44 background.


White color preview on #784F44 background

This text has white color on #784F44 background.