COLOR #785830

HEX: #785830
RGB: (120,88,48)

Color info

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

RGB color model

#785830 color RGB value is (120,88,48).

  • red value is 120;
  • green value is 88;
  • blue value is 48.
RGB:
(120,88,48)
(47%,35%,19%)

RGB channels and saturation

R 120 of 255 = 47%
G 88 of 255 = 35%
B 48 of 255 = 19%

120
88
48

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

Portions of RGB colors in percentages

R + G + B =
120 + 88 + 48 = 256 (100%)
R 120 of 256 ~ 46.88%
G 88 of 256 ~ 34.38%
B 48 of 256 ~ 18.75%

%46.88
%34.38
%18.75

CMYK color model

#785830 color CMYK value is (0,27,60,53).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 60.00%
  • key color value is 52.94%
CMYK:
(0,27,60,53)
C0M27Y60K53 
(0%,27%,60%,53%)
(0.00/0.27/0.60/0.53)	

CMYK percentages

%0
%26.67
%60
%52.94

Codes

Color #785830 in popluar color models

785830
RGB1208848
HSL33°42.86%32.94%
HSB/HSV33°60.00%47.06%
CMYK0.00%26.67%60.00%
52.94%

Color #785830 in popluar number systems.

HEX785830
Decimal1208848
Binary11110001011000110000
Octal17013060

Shades and tints

Shades of #785830

#785830
(120,88,48)
#6E502C
(110,80,44)
#644828
(100,72,40)
#5A4024
(90,64,36)
#503820
(80,56,32)
#46301C
(70,48,28)
#3C2818
(60,40,24)
#322014
(50,32,20)
#281810
(40,24,16)
#1E100C
(30,16,12)
#140808
(20,8,8)
#000000
(0,0,0)

Tints of #785830

#785830
(120,88,48)
#846742
(132,103,66)
#907654
(144,118,84)
#9C8566
(156,133,102)
#A89478
(168,148,120)
#B4A38A
(180,163,138)
#C0B29C
(192,178,156)
#CCC1AE
(204,193,174)
#D8D0C0
(216,208,192)
#E4DFD2
(228,223,210)
#F0EEE4
(240,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785830 color. Also use rgb(120,88,48) instead hex code.

Text Font Color

.myTextColor { color: #785830; }

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

This text font color is #785830.


Background Color

.myBgColor { background-color: #785830; }

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

This div background color is #785830.


Border color

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

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

This div border color is #785830.


Opacity

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

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

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

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

This text has shadow with #785830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785830 on black background.


Color preview on white background

This text has color #785830 on white background.



Black color preview on #785830 background

This text has black color on #785830 background.


White color preview on #785830 background

This text has white color on #785830 background.