COLOR #785848

HEX: #785848
RGB: (120,88,72)

Color info

#785848 contains red, green and blue colors in about the same proportion. Web safe color of #785848 is #666633 (or #663).

RGB color model

#785848 color RGB value is (120,88,72).

  • red value is 120;
  • green value is 88;
  • blue value is 72.
RGB:
(120,88,72)
(47%,35%,28%)

RGB channels and saturation

R 120 of 255 = 47%
G 88 of 255 = 35%
B 72 of 255 = 28%

120
88
72

R + G + B ~ 37%. #785848 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 88 + 72 = 280 (100%)
R 120 of 280 ~ 42.86%
G 88 of 280 ~ 31.43%
B 72 of 280 ~ 25.71%

%42.86
%31.43
%25.71

CMYK color model

#785848 color CMYK value is (0,27,40,53).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 40.00%
  • key color value is 52.94%
CMYK:
(0,27,40,53)
C0M27Y40K53 
(0%,27%,40%,53%)
(0.00/0.27/0.40/0.53)	

CMYK percentages

%0
%26.67
%40
%52.94

Codes

Color #785848 in popluar color models

785848
RGB1208872
HSL20°25.00%37.65%
HSB/HSV20°40.00%47.06%
CMYK0.00%26.67%40.00%
52.94%

Color #785848 in popluar number systems.

HEX785848
Decimal1208872
Binary111100010110001001000
Octal170130110

Shades and tints

Shades of #785848

#785848
(120,88,72)
#6E5042
(110,80,66)
#64483C
(100,72,60)
#5A4036
(90,64,54)
#503830
(80,56,48)
#46302A
(70,48,42)
#3C2824
(60,40,36)
#32201E
(50,32,30)
#281818
(40,24,24)
#1E1012
(30,16,18)
#14080C
(20,8,12)
#000000
(0,0,0)

Tints of #785848

#785848
(120,88,72)
#846758
(132,103,88)
#907668
(144,118,104)
#9C8578
(156,133,120)
#A89488
(168,148,136)
#B4A398
(180,163,152)
#C0B2A8
(192,178,168)
#CCC1B8
(204,193,184)
#D8D0C8
(216,208,200)
#E4DFD8
(228,223,216)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785848 color. Also use rgb(120,88,72) instead hex code.

Text Font Color

.myTextColor { color: #785848; }

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

This text font color is #785848.


Background Color

.myBgColor { background-color: #785848; }

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

This div background color is #785848.


Border color

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

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

This div border color is #785848.


Opacity

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

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

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

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

This text has shadow with #785848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785848 on black background.


Color preview on white background

This text has color #785848 on white background.



Black color preview on #785848 background

This text has black color on #785848 background.


White color preview on #785848 background

This text has white color on #785848 background.