COLOR #785E50

HEX: #785E50
RGB: (120,94,80)

Color info

#785E50 contains red, green and blue colors in about the same proportion. Web safe color of #785E50 is #666666 (or #666).

RGB color model

#785E50 color RGB value is (120,94,80).

  • red value is 120;
  • green value is 94;
  • blue value is 80.
RGB:
(120,94,80)
(47%,37%,31%)

RGB channels and saturation

R 120 of 255 = 47%
G 94 of 255 = 37%
B 80 of 255 = 31%

120
94
80

R + G + B ~ 38%. #785E50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 94 + 80 = 294 (100%)
R 120 of 294 ~ 40.82%
G 94 of 294 ~ 31.97%
B 80 of 294 ~ 27.21%

%40.82
%31.97
%27.21

CMYK color model

#785E50 color CMYK value is (0,22,33,53).

  • cyan value is 0.00%
  • magenta value is 21.67%
  • yellow value is 33.33%
  • key color value is 52.94%
CMYK:
(0,22,33,53)
C0M22Y33K53 
(0%,22%,33%,53%)
(0.00/0.22/0.33/0.53)	

CMYK percentages

%0
%21.67
%33.33
%52.94

Codes

Color #785E50 in popluar color models

785E50
RGB1209480
HSL21°20.00%39.22%
HSB/HSV21°33.33%47.06%
CMYK0.00%21.67%33.33%
52.94%

Color #785E50 in popluar number systems.

HEX785E50
Decimal1209480
Binary111100010111101010000
Octal170136120

Shades and tints

Shades of #785E50

#785E50
(120,94,80)
#6E5649
(110,86,73)
#644E42
(100,78,66)
#5A463B
(90,70,59)
#503E34
(80,62,52)
#46362D
(70,54,45)
#3C2E26
(60,46,38)
#32261F
(50,38,31)
#281E18
(40,30,24)
#1E1611
(30,22,17)
#140E0A
(20,14,10)
#000000
(0,0,0)

Tints of #785E50

#785E50
(120,94,80)
#846C5F
(132,108,95)
#907A6E
(144,122,110)
#9C887D
(156,136,125)
#A8968C
(168,150,140)
#B4A49B
(180,164,155)
#C0B2AA
(192,178,170)
#CCC0B9
(204,192,185)
#D8CEC8
(216,206,200)
#E4DCD7
(228,220,215)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785E50 color. Also use rgb(120,94,80) instead hex code.

Text Font Color

.myTextColor { color: #785E50; }

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

This text font color is #785E50.


Background Color

.myBgColor { background-color: #785E50; }

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

This div background color is #785E50.


Border color

.myBorderColor { border: 1px solid #785E50; }

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

This div border color is #785E50.


Opacity

.myOpacity80 { color: #785E50; opacity: 0.8; }

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

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

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

This text has shadow with #785E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785E50 on black background.


Color preview on white background

This text has color #785E50 on white background.



Black color preview on #785E50 background

This text has black color on #785E50 background.


White color preview on #785E50 background

This text has white color on #785E50 background.