COLOR #784430

HEX: #784430
RGB: (120,68,48)

Color info

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

RGB color model

#784430 color RGB value is (120,68,48).

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

RGB channels and saturation

R 120 of 255 = 47%
G 68 of 255 = 27%
B 48 of 255 = 19%

120
68
48

R + G + B ~ 31%. #784430 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 68 + 48 = 236 (100%)
R 120 of 236 ~ 50.85%
G 68 of 236 ~ 28.81%
B 48 of 236 ~ 20.34%

%50.85
%28.81
%20.34

CMYK color model

#784430 color CMYK value is (0,43,60,53).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 60.00%
  • key color value is 52.94%
CMYK:
(0,43,60,53)
C0M43Y60K53 
(0%,43%,60%,53%)
(0.00/0.43/0.60/0.53)	

CMYK percentages

%0
%43.33
%60
%52.94

Codes

Color #784430 in popluar color models

784430
RGB1206848
HSL17°42.86%32.94%
HSB/HSV17°60.00%47.06%
CMYK0.00%43.33%60.00%
52.94%

Color #784430 in popluar number systems.

HEX784430
Decimal1206848
Binary11110001000100110000
Octal17010460

Shades and tints

Shades of #784430

#784430
(120,68,48)
#6E3E2C
(110,62,44)
#643828
(100,56,40)
#5A3224
(90,50,36)
#502C20
(80,44,32)
#46261C
(70,38,28)
#3C2018
(60,32,24)
#321A14
(50,26,20)
#281410
(40,20,16)
#1E0E0C
(30,14,12)
#140808
(20,8,8)
#000000
(0,0,0)

Tints of #784430

#784430
(120,68,48)
#845542
(132,85,66)
#906654
(144,102,84)
#9C7766
(156,119,102)
#A88878
(168,136,120)
#B4998A
(180,153,138)
#C0AA9C
(192,170,156)
#CCBBAE
(204,187,174)
#D8CCC0
(216,204,192)
#E4DDD2
(228,221,210)
#F0EEE4
(240,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784430; }

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

This text font color is #784430.


Background Color

.myBgColor { background-color: #784430; }

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

This div background color is #784430.


Border color

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

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

This div border color is #784430.


Opacity

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

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

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

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

This text has shadow with #784430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784430 on black background.


Color preview on white background

This text has color #784430 on white background.



Black color preview on #784430 background

This text has black color on #784430 background.


White color preview on #784430 background

This text has white color on #784430 background.