COLOR #785137

HEX: #785137
RGB: (120,81,55)

Color info

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

RGB color model

#785137 color RGB value is (120,81,55).

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

RGB channels and saturation

R 120 of 255 = 47%
G 81 of 255 = 32%
B 55 of 255 = 22%

120
81
55

R + G + B ~ 34%. #785137 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 81 + 55 = 256 (100%)
R 120 of 256 ~ 46.88%
G 81 of 256 ~ 31.64%
B 55 of 256 ~ 21.48%

%46.88
%31.64
%21.48

CMYK color model

#785137 color CMYK value is (0,33,54,53).

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 54.17%
  • key color value is 52.94%
CMYK:
(0,33,54,53)
C0M33Y54K53 
(0%,33%,54%,53%)
(0.00/0.33/0.54/0.53)	

CMYK percentages

%0
%32.5
%54.17
%52.94

Codes

Color #785137 in popluar color models

785137
RGB1208155
HSL24°37.14%34.31%
HSB/HSV24°54.17%47.06%
CMYK0.00%32.50%54.17%
52.94%

Color #785137 in popluar number systems.

HEX785137
Decimal1208155
Binary11110001010001110111
Octal17012167

Shades and tints

Shades of #785137

#785137
(120,81,55)
#6E4A32
(110,74,50)
#64432D
(100,67,45)
#5A3C28
(90,60,40)
#503523
(80,53,35)
#462E1E
(70,46,30)
#3C2719
(60,39,25)
#322014
(50,32,20)
#28190F
(40,25,15)
#1E120A
(30,18,10)
#140B05
(20,11,5)
#000000
(0,0,0)

Tints of #785137

#785137
(120,81,55)
#846049
(132,96,73)
#906F5B
(144,111,91)
#9C7E6D
(156,126,109)
#A88D7F
(168,141,127)
#B49C91
(180,156,145)
#C0ABA3
(192,171,163)
#CCBAB5
(204,186,181)
#D8C9C7
(216,201,199)
#E4D8D9
(228,216,217)
#F0E7EB
(240,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785137; }

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

This text font color is #785137.


Background Color

.myBgColor { background-color: #785137; }

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

This div background color is #785137.


Border color

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

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

This div border color is #785137.


Opacity

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

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

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

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

This text has shadow with #785137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785137 on black background.


Color preview on white background

This text has color #785137 on white background.



Black color preview on #785137 background

This text has black color on #785137 background.


White color preview on #785137 background

This text has white color on #785137 background.