COLOR #785B17

HEX: #785B17
RGB: (120,91,23)

Color info

#785B17 contains mainly red and green colors. Web safe color of #785B17 is #666600 (or #660).

RGB color model

#785B17 color RGB value is (120,91,23).

  • red value is 120;
  • green value is 91;
  • blue value is 23.
RGB:
(120,91,23)
(47%,36%,9%)

RGB channels and saturation

R 120 of 255 = 47%
G 91 of 255 = 36%
B 23 of 255 = 9%

120
91
23

R + G + B ~ 31%. #785B17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 91 + 23 = 234 (100%)
R 120 of 234 ~ 51.28%
G 91 of 234 ~ 38.89%
B 23 of 234 ~ 9.83%

%51.28
%38.89
%9.83

CMYK color model

#785B17 color CMYK value is (0,24,81,53).

  • cyan value is 0.00%
  • magenta value is 24.17%
  • yellow value is 80.83%
  • key color value is 52.94%
CMYK:
(0,24,81,53)
C0M24Y81K53 
(0%,24%,81%,53%)
(0.00/0.24/0.81/0.53)	

CMYK percentages

%0
%24.17
%80.83
%52.94

Codes

Color #785B17 in popluar color models

785B17
RGB1209123
HSL42°67.83%28.04%
HSB/HSV42°80.83%47.06%
CMYK0.00%24.17%80.83%
52.94%

Color #785B17 in popluar number systems.

HEX785B17
Decimal1209123
Binary1111000101101110111
Octal17013327

Shades and tints

Shades of #785B17

#785B17
(120,91,23)
#6E5315
(110,83,21)
#644B13
(100,75,19)
#5A4311
(90,67,17)
#503B0F
(80,59,15)
#46330D
(70,51,13)
#3C2B0B
(60,43,11)
#322309
(50,35,9)
#281B07
(40,27,7)
#1E1305
(30,19,5)
#140B03
(20,11,3)
#000000
(0,0,0)

Tints of #785B17

#785B17
(120,91,23)
#84692C
(132,105,44)
#907741
(144,119,65)
#9C8556
(156,133,86)
#A8936B
(168,147,107)
#B4A180
(180,161,128)
#C0AF95
(192,175,149)
#CCBDAA
(204,189,170)
#D8CBBF
(216,203,191)
#E4D9D4
(228,217,212)
#F0E7E9
(240,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785B17 color. Also use rgb(120,91,23) instead hex code.

Text Font Color

.myTextColor { color: #785B17; }

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

This text font color is #785B17.


Background Color

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

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

This div background color is #785B17.


Border color

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

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

This div border color is #785B17.


Opacity

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

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

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

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

This text has shadow with #785B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785B17 on black background.


Color preview on white background

This text has color #785B17 on white background.



Black color preview on #785B17 background

This text has black color on #785B17 background.


White color preview on #785B17 background

This text has white color on #785B17 background.