COLOR #785E37

HEX: #785E37
RGB: (120,94,55)

Color info

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

RGB color model

#785E37 color RGB value is (120,94,55).

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

RGB channels and saturation

R 120 of 255 = 47%
G 94 of 255 = 37%
B 55 of 255 = 22%

120
94
55

R + G + B ~ 35%. #785E37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 94 + 55 = 269 (100%)
R 120 of 269 ~ 44.61%
G 94 of 269 ~ 34.94%
B 55 of 269 ~ 20.45%

%44.61
%34.94
%20.45

CMYK color model

#785E37 color CMYK value is (0,22,54,53).

  • cyan value is 0.00%
  • magenta value is 21.67%
  • yellow value is 54.17%
  • key color value is 52.94%
CMYK:
(0,22,54,53)
C0M22Y54K53 
(0%,22%,54%,53%)
(0.00/0.22/0.54/0.53)	

CMYK percentages

%0
%21.67
%54.17
%52.94

Codes

Color #785E37 in popluar color models

785E37
RGB1209455
HSL36°37.14%34.31%
HSB/HSV36°54.17%47.06%
CMYK0.00%21.67%54.17%
52.94%

Color #785E37 in popluar number systems.

HEX785E37
Decimal1209455
Binary11110001011110110111
Octal17013667

Shades and tints

Shades of #785E37

#785E37
(120,94,55)
#6E5632
(110,86,50)
#644E2D
(100,78,45)
#5A4628
(90,70,40)
#503E23
(80,62,35)
#46361E
(70,54,30)
#3C2E19
(60,46,25)
#322614
(50,38,20)
#281E0F
(40,30,15)
#1E160A
(30,22,10)
#140E05
(20,14,5)
#000000
(0,0,0)

Tints of #785E37

#785E37
(120,94,55)
#846C49
(132,108,73)
#907A5B
(144,122,91)
#9C886D
(156,136,109)
#A8967F
(168,150,127)
#B4A491
(180,164,145)
#C0B2A3
(192,178,163)
#CCC0B5
(204,192,181)
#D8CEC7
(216,206,199)
#E4DCD9
(228,220,217)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785E37; }

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

This text font color is #785E37.


Background Color

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

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

This div background color is #785E37.


Border color

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

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

This div border color is #785E37.


Opacity

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

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

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

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

This text has shadow with #785E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785E37 on black background.


Color preview on white background

This text has color #785E37 on white background.



Black color preview on #785E37 background

This text has black color on #785E37 background.


White color preview on #785E37 background

This text has white color on #785E37 background.