COLOR #784B32

HEX: #784B32
RGB: (120,75,50)

Color info

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

RGB color model

#784B32 color RGB value is (120,75,50).

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

RGB channels and saturation

R 120 of 255 = 47%
G 75 of 255 = 29%
B 50 of 255 = 20%

120
75
50

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

Portions of RGB colors in percentages

R + G + B =
120 + 75 + 50 = 245 (100%)
R 120 of 245 ~ 48.98%
G 75 of 245 ~ 30.61%
B 50 of 245 ~ 20.41%

%48.98
%30.61
%20.41

CMYK color model

#784B32 color CMYK value is (0,38,58,53).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 58.33%
  • key color value is 52.94%
CMYK:
(0,38,58,53)
C0M38Y58K53 
(0%,38%,58%,53%)
(0.00/0.38/0.58/0.53)	

CMYK percentages

%0
%37.5
%58.33
%52.94

Codes

Color #784B32 in popluar color models

784B32
RGB1207550
HSL21°41.18%33.33%
HSB/HSV21°58.33%47.06%
CMYK0.00%37.50%58.33%
52.94%

Color #784B32 in popluar number systems.

HEX784B32
Decimal1207550
Binary11110001001011110010
Octal17011362

Shades and tints

Shades of #784B32

#784B32
(120,75,50)
#6E452E
(110,69,46)
#643F2A
(100,63,42)
#5A3926
(90,57,38)
#503322
(80,51,34)
#462D1E
(70,45,30)
#3C271A
(60,39,26)
#322116
(50,33,22)
#281B12
(40,27,18)
#1E150E
(30,21,14)
#140F0A
(20,15,10)
#000000
(0,0,0)

Tints of #784B32

#784B32
(120,75,50)
#845B44
(132,91,68)
#906B56
(144,107,86)
#9C7B68
(156,123,104)
#A88B7A
(168,139,122)
#B49B8C
(180,155,140)
#C0AB9E
(192,171,158)
#CCBBB0
(204,187,176)
#D8CBC2
(216,203,194)
#E4DBD4
(228,219,212)
#F0EBE6
(240,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784B32 color. Also use rgb(120,75,50) instead hex code.

Text Font Color

.myTextColor { color: #784B32; }

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

This text font color is #784B32.


Background Color

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

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

This div background color is #784B32.


Border color

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

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

This div border color is #784B32.


Opacity

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

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

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

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

This text has shadow with #784B32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784B32 on black background.


Color preview on white background

This text has color #784B32 on white background.



Black color preview on #784B32 background

This text has black color on #784B32 background.


White color preview on #784B32 background

This text has white color on #784B32 background.