COLOR #785230

HEX: #785230
RGB: (120,82,48)

Color info

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

RGB color model

#785230 color RGB value is (120,82,48).

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

RGB channels and saturation

R 120 of 255 = 47%
G 82 of 255 = 32%
B 48 of 255 = 19%

120
82
48

R + G + B ~ 33%. #785230 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 82 + 48 = 250 (100%)
R 120 of 250 ~ 48%
G 82 of 250 ~ 32.8%
B 48 of 250 ~ 19.2%

%48
%32.8
%19.2

CMYK color model

#785230 color CMYK value is (0,32,60,53).

  • cyan value is 0.00%
  • magenta value is 31.67%
  • yellow value is 60.00%
  • key color value is 52.94%
CMYK:
(0,32,60,53)
C0M32Y60K53 
(0%,32%,60%,53%)
(0.00/0.32/0.60/0.53)	

CMYK percentages

%0
%31.67
%60
%52.94

Codes

Color #785230 in popluar color models

785230
RGB1208248
HSL28°42.86%32.94%
HSB/HSV28°60.00%47.06%
CMYK0.00%31.67%60.00%
52.94%

Color #785230 in popluar number systems.

HEX785230
Decimal1208248
Binary11110001010010110000
Octal17012260

Shades and tints

Shades of #785230

#785230
(120,82,48)
#6E4B2C
(110,75,44)
#644428
(100,68,40)
#5A3D24
(90,61,36)
#503620
(80,54,32)
#462F1C
(70,47,28)
#3C2818
(60,40,24)
#322114
(50,33,20)
#281A10
(40,26,16)
#1E130C
(30,19,12)
#140C08
(20,12,8)
#000000
(0,0,0)

Tints of #785230

#785230
(120,82,48)
#846142
(132,97,66)
#907054
(144,112,84)
#9C7F66
(156,127,102)
#A88E78
(168,142,120)
#B49D8A
(180,157,138)
#C0AC9C
(192,172,156)
#CCBBAE
(204,187,174)
#D8CAC0
(216,202,192)
#E4D9D2
(228,217,210)
#F0E8E4
(240,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785230; }

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

This text font color is #785230.


Background Color

.myBgColor { background-color: #785230; }

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

This div background color is #785230.


Border color

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

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

This div border color is #785230.


Opacity

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

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

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

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

This text has shadow with #785230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785230 on black background.


Color preview on white background

This text has color #785230 on white background.



Black color preview on #785230 background

This text has black color on #785230 background.


White color preview on #785230 background

This text has white color on #785230 background.