COLOR #785D0A

HEX: #785D0A
RGB: (120,93,10)

Color info

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

RGB color model

#785D0A color RGB value is (120,93,10).

  • red value is 120;
  • green value is 93;
  • blue value is 10.
RGB:
(120,93,10)
(47%,36%,4%)

RGB channels and saturation

R 120 of 255 = 47%
G 93 of 255 = 36%
B 10 of 255 = 4%

120
93
10

R + G + B ~ 29%. #785D0A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 93 + 10 = 223 (100%)
R 120 of 223 ~ 53.81%
G 93 of 223 ~ 41.7%
B 10 of 223 ~ 4.48%

%53.81
%41.7

CMYK color model

#785D0A color CMYK value is (0,23,92,53).

  • cyan value is 0.00%
  • magenta value is 22.50%
  • yellow value is 91.67%
  • key color value is 52.94%
CMYK:
(0,23,92,53)
C0M23Y92K53 
(0%,23%,92%,53%)
(0.00/0.23/0.92/0.53)	

CMYK percentages

%0
%22.5
%91.67
%52.94

Codes

Color #785D0A in popluar color models

785D0A
RGB1209310
HSL45°84.62%25.49%
HSB/HSV45°91.67%47.06%
CMYK0.00%22.50%91.67%
52.94%

Color #785D0A in popluar number systems.

HEX785D0A
Decimal1209310
Binary111100010111011010
Octal17013512

Shades and tints

Shades of #785D0A

#785D0A
(120,93,10)
#6E550A
(110,85,10)
#644D0A
(100,77,10)
#5A450A
(90,69,10)
#503D0A
(80,61,10)
#46350A
(70,53,10)
#3C2D0A
(60,45,10)
#32250A
(50,37,10)
#281D0A
(40,29,10)
#1E150A
(30,21,10)
#140D0A
(20,13,10)
#000000
(0,0,0)

Tints of #785D0A

#785D0A
(120,93,10)
#846B20
(132,107,32)
#907936
(144,121,54)
#9C874C
(156,135,76)
#A89562
(168,149,98)
#B4A378
(180,163,120)
#C0B18E
(192,177,142)
#CCBFA4
(204,191,164)
#D8CDBA
(216,205,186)
#E4DBD0
(228,219,208)
#F0E9E6
(240,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785D0A color. Also use rgb(120,93,10) instead hex code.

Text Font Color

.myTextColor { color: #785D0A; }

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

This text font color is #785D0A.


Background Color

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

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

This div background color is #785D0A.


Border color

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

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

This div border color is #785D0A.


Opacity

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

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

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

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

This text has shadow with #785D0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785D0A on black background.


Color preview on white background

This text has color #785D0A on white background.



Black color preview on #785D0A background

This text has black color on #785D0A background.


White color preview on #785D0A background

This text has white color on #785D0A background.