COLOR #785A25

HEX: #785A25
RGB: (120,90,37)

Color info

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

RGB color model

#785A25 color RGB value is (120,90,37).

  • red value is 120;
  • green value is 90;
  • blue value is 37.
RGB:
(120,90,37)
(47%,35%,15%)

RGB channels and saturation

R 120 of 255 = 47%
G 90 of 255 = 35%
B 37 of 255 = 15%

120
90
37

R + G + B ~ 32%. #785A25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 90 + 37 = 247 (100%)
R 120 of 247 ~ 48.58%
G 90 of 247 ~ 36.44%
B 37 of 247 ~ 14.98%

%48.58
%36.44
%14.98

CMYK color model

#785A25 color CMYK value is (0,25,69,53).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 69.17%
  • key color value is 52.94%
CMYK:
(0,25,69,53)
C0M25Y69K53 
(0%,25%,69%,53%)
(0.00/0.25/0.69/0.53)	

CMYK percentages

%0
%25
%69.17
%52.94

Codes

Color #785A25 in popluar color models

785A25
RGB1209037
HSL38°52.87%30.78%
HSB/HSV38°69.17%47.06%
CMYK0.00%25.00%69.17%
52.94%

Color #785A25 in popluar number systems.

HEX785A25
Decimal1209037
Binary11110001011010100101
Octal17013245

Shades and tints

Shades of #785A25

#785A25
(120,90,37)
#6E5222
(110,82,34)
#644A1F
(100,74,31)
#5A421C
(90,66,28)
#503A19
(80,58,25)
#463216
(70,50,22)
#3C2A13
(60,42,19)
#322210
(50,34,16)
#281A0D
(40,26,13)
#1E120A
(30,18,10)
#140A07
(20,10,7)
#000000
(0,0,0)

Tints of #785A25

#785A25
(120,90,37)
#846938
(132,105,56)
#90784B
(144,120,75)
#9C875E
(156,135,94)
#A89671
(168,150,113)
#B4A584
(180,165,132)
#C0B497
(192,180,151)
#CCC3AA
(204,195,170)
#D8D2BD
(216,210,189)
#E4E1D0
(228,225,208)
#F0F0E3
(240,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785A25 color. Also use rgb(120,90,37) instead hex code.

Text Font Color

.myTextColor { color: #785A25; }

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

This text font color is #785A25.


Background Color

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

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

This div background color is #785A25.


Border color

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

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

This div border color is #785A25.


Opacity

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

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

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

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

This text has shadow with #785A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785A25 on black background.


Color preview on white background

This text has color #785A25 on white background.



Black color preview on #785A25 background

This text has black color on #785A25 background.


White color preview on #785A25 background

This text has white color on #785A25 background.