COLOR #78552F

HEX: #78552F
RGB: (120,85,47)

Color info

#78552F contains mainly red and green colors. Web safe color of #78552F is #666633 (or #663).

RGB color model

#78552F color RGB value is (120,85,47).

  • red value is 120;
  • green value is 85;
  • blue value is 47.
RGB:
(120,85,47)
(47%,33%,18%)

RGB channels and saturation

R 120 of 255 = 47%
G 85 of 255 = 33%
B 47 of 255 = 18%

120
85
47

R + G + B ~ 33%. #78552F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 85 + 47 = 252 (100%)
R 120 of 252 ~ 47.62%
G 85 of 252 ~ 33.73%
B 47 of 252 ~ 18.65%

%47.62
%33.73
%18.65

CMYK color model

#78552F color CMYK value is (0,29,61,53).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 60.83%
  • key color value is 52.94%
CMYK:
(0,29,61,53)
C0M29Y61K53 
(0%,29%,61%,53%)
(0.00/0.29/0.61/0.53)	

CMYK percentages

%0
%29.17
%60.83
%52.94

Codes

Color #78552F in popluar color models

78552F
RGB1208547
HSL31°43.71%32.75%
HSB/HSV31°60.83%47.06%
CMYK0.00%29.17%60.83%
52.94%

Color #78552F in popluar number systems.

HEX78552F
Decimal1208547
Binary11110001010101101111
Octal17012557

Shades and tints

Shades of #78552F

#78552F
(120,85,47)
#6E4E2B
(110,78,43)
#644727
(100,71,39)
#5A4023
(90,64,35)
#50391F
(80,57,31)
#46321B
(70,50,27)
#3C2B17
(60,43,23)
#322413
(50,36,19)
#281D0F
(40,29,15)
#1E160B
(30,22,11)
#140F07
(20,15,7)
#000000
(0,0,0)

Tints of #78552F

#78552F
(120,85,47)
#846441
(132,100,65)
#907353
(144,115,83)
#9C8265
(156,130,101)
#A89177
(168,145,119)
#B4A089
(180,160,137)
#C0AF9B
(192,175,155)
#CCBEAD
(204,190,173)
#D8CDBF
(216,205,191)
#E4DCD1
(228,220,209)
#F0EBE3
(240,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78552F color. Also use rgb(120,85,47) instead hex code.

Text Font Color

.myTextColor { color: #78552F; }

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

This text font color is #78552F.


Background Color

.myBgColor { background-color: #78552F; }

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

This div background color is #78552F.


Border color

.myBorderColor { border: 1px solid #78552F; }

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

This div border color is #78552F.


Opacity

.myOpacity80 { color: #78552F; opacity: 0.8; }

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

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

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

This text has shadow with #78552F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78552F on black background.


Color preview on white background

This text has color #78552F on white background.



Black color preview on #78552F background

This text has black color on #78552F background.


White color preview on #78552F background

This text has white color on #78552F background.