COLOR #785300

HEX: #785300
RGB: (120,83,0)

Color info

#785300 contains only red and green colors. Web safe color of #785300 is #666600 (or #660).

RGB color model

#785300 color RGB value is (120,83,0).

  • red value is 120;
  • green value is 83;
  • blue value is 0.
RGB:
(120,83,0)
(47%,33%,0%)

RGB channels and saturation

R 120 of 255 = 47%
G 83 of 255 = 33%
B 0 of 255 = 0%

120
83
0

R + G + B ~ 27%. #785300 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 83 + 0 = 203 (100%)
R 120 of 203 ~ 59.11%
G 83 of 203 ~ 40.89%
B 0 of 203 ~ 0%

%59.11
%40.89

CMYK color model

#785300 color CMYK value is (0,31,100,53).

  • cyan value is 0.00%
  • magenta value is 30.83%
  • yellow value is 100.00%
  • key color value is 52.94%
CMYK:
(0,31,100,53)
C0M31Y100K53 
(0%,31%,100%,53%)
(0.00/0.31/1.00/0.53)	

CMYK percentages

%0
%30.83
%100
%52.94

Codes

Color #785300 in popluar color models

785300
RGB120830
HSL42°100.00%23.53%
HSB/HSV42°100.00%47.06%
CMYK0.00%30.83%100.00%
52.94%

Color #785300 in popluar number systems.

HEX785300
Decimal120830
Binary111100010100110
Octal1701230

Shades and tints

Shades of #785300

#785300
(120,83,0)
#6E4C00
(110,76,0)
#644500
(100,69,0)
#5A3E00
(90,62,0)
#503700
(80,55,0)
#463000
(70,48,0)
#3C2900
(60,41,0)
#322200
(50,34,0)
#281B00
(40,27,0)
#1E1400
(30,20,0)
#140D00
(20,13,0)
#000000
(0,0,0)

Tints of #785300

#785300
(120,83,0)
#846217
(132,98,23)
#90712E
(144,113,46)
#9C8045
(156,128,69)
#A88F5C
(168,143,92)
#B49E73
(180,158,115)
#C0AD8A
(192,173,138)
#CCBCA1
(204,188,161)
#D8CBB8
(216,203,184)
#E4DACF
(228,218,207)
#F0E9E6
(240,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785300 color. Also use rgb(120,83,0) instead hex code.

Text Font Color

.myTextColor { color: #785300; }

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

This text font color is #785300.


Background Color

.myBgColor { background-color: #785300; }

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

This div background color is #785300.


Border color

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

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

This div border color is #785300.


Opacity

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

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

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

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

This text has shadow with #785300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785300 on black background.


Color preview on white background

This text has color #785300 on white background.



Black color preview on #785300 background

This text has black color on #785300 background.


White color preview on #785300 background

This text has white color on #785300 background.