COLOR #785038

HEX: #785038
RGB: (120,80,56)

Color info

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

RGB color model

#785038 color RGB value is (120,80,56).

  • red value is 120;
  • green value is 80;
  • blue value is 56.
RGB:
(120,80,56)
(47%,31%,22%)

RGB channels and saturation

R 120 of 255 = 47%
G 80 of 255 = 31%
B 56 of 255 = 22%

120
80
56

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

Portions of RGB colors in percentages

R + G + B =
120 + 80 + 56 = 256 (100%)
R 120 of 256 ~ 46.88%
G 80 of 256 ~ 31.25%
B 56 of 256 ~ 21.88%

%46.88
%31.25
%21.88

CMYK color model

#785038 color CMYK value is (0,33,53,53).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 53.33%
  • key color value is 52.94%
CMYK:
(0,33,53,53)
C0M33Y53K53 
(0%,33%,53%,53%)
(0.00/0.33/0.53/0.53)	

CMYK percentages

%0
%33.33
%53.33
%52.94

Codes

Color #785038 in popluar color models

785038
RGB1208056
HSL23°36.36%34.51%
HSB/HSV23°53.33%47.06%
CMYK0.00%33.33%53.33%
52.94%

Color #785038 in popluar number systems.

HEX785038
Decimal1208056
Binary11110001010000111000
Octal17012070

Shades and tints

Shades of #785038

#785038
(120,80,56)
#6E4933
(110,73,51)
#64422E
(100,66,46)
#5A3B29
(90,59,41)
#503424
(80,52,36)
#462D1F
(70,45,31)
#3C261A
(60,38,26)
#321F15
(50,31,21)
#281810
(40,24,16)
#1E110B
(30,17,11)
#140A06
(20,10,6)
#000000
(0,0,0)

Tints of #785038

#785038
(120,80,56)
#845F4A
(132,95,74)
#906E5C
(144,110,92)
#9C7D6E
(156,125,110)
#A88C80
(168,140,128)
#B49B92
(180,155,146)
#C0AAA4
(192,170,164)
#CCB9B6
(204,185,182)
#D8C8C8
(216,200,200)
#E4D7DA
(228,215,218)
#F0E6EC
(240,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785038 color. Also use rgb(120,80,56) instead hex code.

Text Font Color

.myTextColor { color: #785038; }

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

This text font color is #785038.


Background Color

.myBgColor { background-color: #785038; }

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

This div background color is #785038.


Border color

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

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

This div border color is #785038.


Opacity

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

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

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

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

This text has shadow with #785038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785038 on black background.


Color preview on white background

This text has color #785038 on white background.



Black color preview on #785038 background

This text has black color on #785038 background.


White color preview on #785038 background

This text has white color on #785038 background.