COLOR #787241

HEX: #787241
RGB: (120,114,65)

Color info

#787241 contains red, green and blue colors in about the same proportion. Web safe color of #787241 is #666633 (or #663).

RGB color model

#787241 color RGB value is (120,114,65).

  • red value is 120;
  • green value is 114;
  • blue value is 65.
RGB:
(120,114,65)
(47%,45%,25%)

RGB channels and saturation

R 120 of 255 = 47%
G 114 of 255 = 45%
B 65 of 255 = 25%

120
114
65

R + G + B ~ 39%. #787241 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 114 + 65 = 299 (100%)
R 120 of 299 ~ 40.13%
G 114 of 299 ~ 38.13%
B 65 of 299 ~ 21.74%

%40.13
%38.13
%21.74

CMYK color model

#787241 color CMYK value is (0,5,46,53).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 45.83%
  • key color value is 52.94%
CMYK:
(0,5,46,53)
C0M5Y46K53 
(0%,5%,46%,53%)
(0.00/0.05/0.46/0.53)	

CMYK percentages

%0
%5
%45.83
%52.94

Codes

Color #787241 in popluar color models

787241
RGB12011465
HSL53°29.73%36.27%
HSB/HSV53°45.83%47.06%
CMYK0.00%5.00%45.83%
52.94%

Color #787241 in popluar number systems.

HEX787241
Decimal12011465
Binary111100011100101000001
Octal170162101

Shades and tints

Shades of #787241

#787241
(120,114,65)
#6E683C
(110,104,60)
#645E37
(100,94,55)
#5A5432
(90,84,50)
#504A2D
(80,74,45)
#464028
(70,64,40)
#3C3623
(60,54,35)
#322C1E
(50,44,30)
#282219
(40,34,25)
#1E1814
(30,24,20)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #787241

#787241
(120,114,65)
#847E52
(132,126,82)
#908A63
(144,138,99)
#9C9674
(156,150,116)
#A8A285
(168,162,133)
#B4AE96
(180,174,150)
#C0BAA7
(192,186,167)
#CCC6B8
(204,198,184)
#D8D2C9
(216,210,201)
#E4DEDA
(228,222,218)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787241 color. Also use rgb(120,114,65) instead hex code.

Text Font Color

.myTextColor { color: #787241; }

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

This text font color is #787241.


Background Color

.myBgColor { background-color: #787241; }

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

This div background color is #787241.


Border color

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

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

This div border color is #787241.


Opacity

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

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

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

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

This text has shadow with #787241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787241 on black background.


Color preview on white background

This text has color #787241 on white background.



Black color preview on #787241 background

This text has black color on #787241 background.


White color preview on #787241 background

This text has white color on #787241 background.