COLOR #785952

HEX: #785952
RGB: (120,89,82)

Color info

#785952 contains red, green and blue colors in about the same proportion. Web safe color of #785952 is #666666 (or #666).

RGB color model

#785952 color RGB value is (120,89,82).

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

RGB channels and saturation

R 120 of 255 = 47%
G 89 of 255 = 35%
B 82 of 255 = 32%

120
89
82

R + G + B ~ 38%. #785952 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 89 + 82 = 291 (100%)
R 120 of 291 ~ 41.24%
G 89 of 291 ~ 30.58%
B 82 of 291 ~ 28.18%

%41.24
%30.58
%28.18

CMYK color model

#785952 color CMYK value is (0,26,32,53).

  • cyan value is 0.00%
  • magenta value is 25.83%
  • yellow value is 31.67%
  • key color value is 52.94%
CMYK:
(0,26,32,53)
C0M26Y32K53 
(0%,26%,32%,53%)
(0.00/0.26/0.32/0.53)	

CMYK percentages

%0
%25.83
%31.67
%52.94

Codes

Color #785952 in popluar color models

785952
RGB1208982
HSL11°18.81%39.61%
HSB/HSV11°31.67%47.06%
CMYK0.00%25.83%31.67%
52.94%

Color #785952 in popluar number systems.

HEX785952
Decimal1208982
Binary111100010110011010010
Octal170131122

Shades and tints

Shades of #785952

#785952
(120,89,82)
#6E514B
(110,81,75)
#644944
(100,73,68)
#5A413D
(90,65,61)
#503936
(80,57,54)
#46312F
(70,49,47)
#3C2928
(60,41,40)
#322121
(50,33,33)
#28191A
(40,25,26)
#1E1113
(30,17,19)
#14090C
(20,9,12)
#000000
(0,0,0)

Tints of #785952

#785952
(120,89,82)
#846861
(132,104,97)
#907770
(144,119,112)
#9C867F
(156,134,127)
#A8958E
(168,149,142)
#B4A49D
(180,164,157)
#C0B3AC
(192,179,172)
#CCC2BB
(204,194,187)
#D8D1CA
(216,209,202)
#E4E0D9
(228,224,217)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785952; }

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

This text font color is #785952.


Background Color

.myBgColor { background-color: #785952; }

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

This div background color is #785952.


Border color

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

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

This div border color is #785952.


Opacity

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

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

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

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

This text has shadow with #785952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785952 on black background.


Color preview on white background

This text has color #785952 on white background.



Black color preview on #785952 background

This text has black color on #785952 background.


White color preview on #785952 background

This text has white color on #785952 background.