COLOR #784136

HEX: #784136
RGB: (120,65,54)

Color info

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

RGB color model

#784136 color RGB value is (120,65,54).

  • red value is 120;
  • green value is 65;
  • blue value is 54.
RGB:
(120,65,54)
(47%,25%,21%)

RGB channels and saturation

R 120 of 255 = 47%
G 65 of 255 = 25%
B 54 of 255 = 21%

120
65
54

R + G + B ~ 31%. #784136 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 65 + 54 = 239 (100%)
R 120 of 239 ~ 50.21%
G 65 of 239 ~ 27.2%
B 54 of 239 ~ 22.59%

%50.21
%27.2
%22.59

CMYK color model

#784136 color CMYK value is (0,46,55,53).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 55.00%
  • key color value is 52.94%
CMYK:
(0,46,55,53)
C0M46Y55K53 
(0%,46%,55%,53%)
(0.00/0.46/0.55/0.53)	

CMYK percentages

%0
%45.83
%55
%52.94

Codes

Color #784136 in popluar color models

784136
RGB1206554
HSL10°37.93%34.12%
HSB/HSV10°55.00%47.06%
CMYK0.00%45.83%55.00%
52.94%

Color #784136 in popluar number systems.

HEX784136
Decimal1206554
Binary11110001000001110110
Octal17010166

Shades and tints

Shades of #784136

#784136
(120,65,54)
#6E3C32
(110,60,50)
#64372E
(100,55,46)
#5A322A
(90,50,42)
#502D26
(80,45,38)
#462822
(70,40,34)
#3C231E
(60,35,30)
#321E1A
(50,30,26)
#281916
(40,25,22)
#1E1412
(30,20,18)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #784136

#784136
(120,65,54)
#845248
(132,82,72)
#90635A
(144,99,90)
#9C746C
(156,116,108)
#A8857E
(168,133,126)
#B49690
(180,150,144)
#C0A7A2
(192,167,162)
#CCB8B4
(204,184,180)
#D8C9C6
(216,201,198)
#E4DAD8
(228,218,216)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784136 color. Also use rgb(120,65,54) instead hex code.

Text Font Color

.myTextColor { color: #784136; }

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

This text font color is #784136.


Background Color

.myBgColor { background-color: #784136; }

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

This div background color is #784136.


Border color

.myBorderColor { border: 1px solid #784136; }

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

This div border color is #784136.


Opacity

.myOpacity80 { color: #784136; opacity: 0.8; }

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

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

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

This text has shadow with #784136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784136 on black background.


Color preview on white background

This text has color #784136 on white background.



Black color preview on #784136 background

This text has black color on #784136 background.


White color preview on #784136 background

This text has white color on #784136 background.