COLOR #78473A

HEX: #78473A
RGB: (120,71,58)

Color info

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

RGB color model

#78473A color RGB value is (120,71,58).

  • red value is 120;
  • green value is 71;
  • blue value is 58.
RGB:
(120,71,58)
(47%,28%,23%)

RGB channels and saturation

R 120 of 255 = 47%
G 71 of 255 = 28%
B 58 of 255 = 23%

120
71
58

R + G + B ~ 33%. #78473A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 71 + 58 = 249 (100%)
R 120 of 249 ~ 48.19%
G 71 of 249 ~ 28.51%
B 58 of 249 ~ 23.29%

%48.19
%28.51
%23.29

CMYK color model

#78473A color CMYK value is (0,41,52,53).

  • cyan value is 0.00%
  • magenta value is 40.83%
  • yellow value is 51.67%
  • key color value is 52.94%
CMYK:
(0,41,52,53)
C0M41Y52K53 
(0%,41%,52%,53%)
(0.00/0.41/0.52/0.53)	

CMYK percentages

%0
%40.83
%51.67
%52.94

Codes

Color #78473A in popluar color models

78473A
RGB1207158
HSL13°34.83%34.90%
HSB/HSV13°51.67%47.06%
CMYK0.00%40.83%51.67%
52.94%

Color #78473A in popluar number systems.

HEX78473A
Decimal1207158
Binary11110001000111111010
Octal17010772

Shades and tints

Shades of #78473A

#78473A
(120,71,58)
#6E4135
(110,65,53)
#643B30
(100,59,48)
#5A352B
(90,53,43)
#502F26
(80,47,38)
#462921
(70,41,33)
#3C231C
(60,35,28)
#321D17
(50,29,23)
#281712
(40,23,18)
#1E110D
(30,17,13)
#140B08
(20,11,8)
#000000
(0,0,0)

Tints of #78473A

#78473A
(120,71,58)
#84574B
(132,87,75)
#90675C
(144,103,92)
#9C776D
(156,119,109)
#A8877E
(168,135,126)
#B4978F
(180,151,143)
#C0A7A0
(192,167,160)
#CCB7B1
(204,183,177)
#D8C7C2
(216,199,194)
#E4D7D3
(228,215,211)
#F0E7E4
(240,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78473A color. Also use rgb(120,71,58) instead hex code.

Text Font Color

.myTextColor { color: #78473A; }

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

This text font color is #78473A.


Background Color

.myBgColor { background-color: #78473A; }

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

This div background color is #78473A.


Border color

.myBorderColor { border: 1px solid #78473A; }

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

This div border color is #78473A.


Opacity

.myOpacity80 { color: #78473A; opacity: 0.8; }

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

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

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

This text has shadow with #78473A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78473A on black background.


Color preview on white background

This text has color #78473A on white background.



Black color preview on #78473A background

This text has black color on #78473A background.


White color preview on #78473A background

This text has white color on #78473A background.