COLOR #784139

HEX: #784139
RGB: (120,65,57)

Color info

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

RGB color model

#784139 color RGB value is (120,65,57).

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

RGB channels and saturation

R 120 of 255 = 47%
G 65 of 255 = 25%
B 57 of 255 = 22%

120
65
57

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

Portions of RGB colors in percentages

R + G + B =
120 + 65 + 57 = 242 (100%)
R 120 of 242 ~ 49.59%
G 65 of 242 ~ 26.86%
B 57 of 242 ~ 23.55%

%49.59
%26.86
%23.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 52.50%
  • key color value is 52.94%
CMYK:
(0,46,53,53)
C0M46Y53K53 
(0%,46%,53%,53%)
(0.00/0.46/0.53/0.53)	

CMYK percentages

%0
%45.83
%52.5
%52.94

Codes

Color #784139 in popluar color models

784139
RGB1206557
HSL35.59%34.71%
HSB/HSV52.50%47.06%
CMYK0.00%45.83%52.50%
52.94%

Color #784139 in popluar number systems.

HEX784139
Decimal1206557
Binary11110001000001111001
Octal17010171

Shades and tints

Shades of #784139

#784139
(120,65,57)
#6E3C34
(110,60,52)
#64372F
(100,55,47)
#5A322A
(90,50,42)
#502D25
(80,45,37)
#462820
(70,40,32)
#3C231B
(60,35,27)
#321E16
(50,30,22)
#281911
(40,25,17)
#1E140C
(30,20,12)
#140F07
(20,15,7)
#000000
(0,0,0)

Tints of #784139

#784139
(120,65,57)
#84524B
(132,82,75)
#90635D
(144,99,93)
#9C746F
(156,116,111)
#A88581
(168,133,129)
#B49693
(180,150,147)
#C0A7A5
(192,167,165)
#CCB8B7
(204,184,183)
#D8C9C9
(216,201,201)
#E4DADB
(228,218,219)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784139; }

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

This text font color is #784139.


Background Color

.myBgColor { background-color: #784139; }

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

This div background color is #784139.


Border color

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

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

This div border color is #784139.


Opacity

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

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

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

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

This text has shadow with #784139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784139 on black background.


Color preview on white background

This text has color #784139 on white background.



Black color preview on #784139 background

This text has black color on #784139 background.


White color preview on #784139 background

This text has white color on #784139 background.