COLOR #784435

HEX: #784435
RGB: (120,68,53)

Color info

#784435 contains mainly red and green colors. Web safe color of #784435 is #663333 (or #633).

RGB color model

#784435 color RGB value is (120,68,53).

  • red value is 120;
  • green value is 68;
  • blue value is 53.
RGB:
(120,68,53)
(47%,27%,21%)

RGB channels and saturation

R 120 of 255 = 47%
G 68 of 255 = 27%
B 53 of 255 = 21%

120
68
53

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

Portions of RGB colors in percentages

R + G + B =
120 + 68 + 53 = 241 (100%)
R 120 of 241 ~ 49.79%
G 68 of 241 ~ 28.22%
B 53 of 241 ~ 21.99%

%49.79
%28.22
%21.99

CMYK color model

#784435 color CMYK value is (0,43,56,53).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 55.83%
  • key color value is 52.94%
CMYK:
(0,43,56,53)
C0M43Y56K53 
(0%,43%,56%,53%)
(0.00/0.43/0.56/0.53)	

CMYK percentages

%0
%43.33
%55.83
%52.94

Codes

Color #784435 in popluar color models

784435
RGB1206853
HSL13°38.73%33.92%
HSB/HSV13°55.83%47.06%
CMYK0.00%43.33%55.83%
52.94%

Color #784435 in popluar number systems.

HEX784435
Decimal1206853
Binary11110001000100110101
Octal17010465

Shades and tints

Shades of #784435

#784435
(120,68,53)
#6E3E31
(110,62,49)
#64382D
(100,56,45)
#5A3229
(90,50,41)
#502C25
(80,44,37)
#462621
(70,38,33)
#3C201D
(60,32,29)
#321A19
(50,26,25)
#281415
(40,20,21)
#1E0E11
(30,14,17)
#14080D
(20,8,13)
#000000
(0,0,0)

Tints of #784435

#784435
(120,68,53)
#845547
(132,85,71)
#906659
(144,102,89)
#9C776B
(156,119,107)
#A8887D
(168,136,125)
#B4998F
(180,153,143)
#C0AAA1
(192,170,161)
#CCBBB3
(204,187,179)
#D8CCC5
(216,204,197)
#E4DDD7
(228,221,215)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784435 color. Also use rgb(120,68,53) instead hex code.

Text Font Color

.myTextColor { color: #784435; }

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

This text font color is #784435.


Background Color

.myBgColor { background-color: #784435; }

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

This div background color is #784435.


Border color

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

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

This div border color is #784435.


Opacity

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

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

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

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

This text has shadow with #784435 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784435 on black background.


Color preview on white background

This text has color #784435 on white background.



Black color preview on #784435 background

This text has black color on #784435 background.


White color preview on #784435 background

This text has white color on #784435 background.