COLOR #785338

HEX: #785338
RGB: (120,83,56)

Color info

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

RGB color model

#785338 color RGB value is (120,83,56).

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

RGB channels and saturation

R 120 of 255 = 47%
G 83 of 255 = 33%
B 56 of 255 = 22%

120
83
56

R + G + B ~ 34%. #785338 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 83 + 56 = 259 (100%)
R 120 of 259 ~ 46.33%
G 83 of 259 ~ 32.05%
B 56 of 259 ~ 21.62%

%46.33
%32.05
%21.62

CMYK color model

#785338 color CMYK value is (0,31,53,53).

  • cyan value is 0.00%
  • magenta value is 30.83%
  • yellow value is 53.33%
  • key color value is 52.94%
CMYK:
(0,31,53,53)
C0M31Y53K53 
(0%,31%,53%,53%)
(0.00/0.31/0.53/0.53)	

CMYK percentages

%0
%30.83
%53.33
%52.94

Codes

Color #785338 in popluar color models

785338
RGB1208356
HSL25°36.36%34.51%
HSB/HSV25°53.33%47.06%
CMYK0.00%30.83%53.33%
52.94%

Color #785338 in popluar number systems.

HEX785338
Decimal1208356
Binary11110001010011111000
Octal17012370

Shades and tints

Shades of #785338

#785338
(120,83,56)
#6E4C33
(110,76,51)
#64452E
(100,69,46)
#5A3E29
(90,62,41)
#503724
(80,55,36)
#46301F
(70,48,31)
#3C291A
(60,41,26)
#322215
(50,34,21)
#281B10
(40,27,16)
#1E140B
(30,20,11)
#140D06
(20,13,6)
#000000
(0,0,0)

Tints of #785338

#785338
(120,83,56)
#84624A
(132,98,74)
#90715C
(144,113,92)
#9C806E
(156,128,110)
#A88F80
(168,143,128)
#B49E92
(180,158,146)
#C0ADA4
(192,173,164)
#CCBCB6
(204,188,182)
#D8CBC8
(216,203,200)
#E4DADA
(228,218,218)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785338; }

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

This text font color is #785338.


Background Color

.myBgColor { background-color: #785338; }

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

This div background color is #785338.


Border color

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

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

This div border color is #785338.


Opacity

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

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

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

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

This text has shadow with #785338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785338 on black background.


Color preview on white background

This text has color #785338 on white background.



Black color preview on #785338 background

This text has black color on #785338 background.


White color preview on #785338 background

This text has white color on #785338 background.