COLOR #784030

HEX: #784030
RGB: (120,64,48)

Color info

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

RGB color model

#784030 color RGB value is (120,64,48).

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

RGB channels and saturation

R 120 of 255 = 47%
G 64 of 255 = 25%
B 48 of 255 = 19%

120
64
48

R + G + B ~ 30%. #784030 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 64 + 48 = 232 (100%)
R 120 of 232 ~ 51.72%
G 64 of 232 ~ 27.59%
B 48 of 232 ~ 20.69%

%51.72
%27.59
%20.69

CMYK color model

#784030 color CMYK value is (0,47,60,53).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 60.00%
  • key color value is 52.94%
CMYK:
(0,47,60,53)
C0M47Y60K53 
(0%,47%,60%,53%)
(0.00/0.47/0.60/0.53)	

CMYK percentages

%0
%46.67
%60
%52.94

Codes

Color #784030 in popluar color models

784030
RGB1206448
HSL13°42.86%32.94%
HSB/HSV13°60.00%47.06%
CMYK0.00%46.67%60.00%
52.94%

Color #784030 in popluar number systems.

HEX784030
Decimal1206448
Binary11110001000000110000
Octal17010060

Shades and tints

Shades of #784030

#784030
(120,64,48)
#6E3B2C
(110,59,44)
#643628
(100,54,40)
#5A3124
(90,49,36)
#502C20
(80,44,32)
#46271C
(70,39,28)
#3C2218
(60,34,24)
#321D14
(50,29,20)
#281810
(40,24,16)
#1E130C
(30,19,12)
#140E08
(20,14,8)
#000000
(0,0,0)

Tints of #784030

#784030
(120,64,48)
#845142
(132,81,66)
#906254
(144,98,84)
#9C7366
(156,115,102)
#A88478
(168,132,120)
#B4958A
(180,149,138)
#C0A69C
(192,166,156)
#CCB7AE
(204,183,174)
#D8C8C0
(216,200,192)
#E4D9D2
(228,217,210)
#F0EAE4
(240,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784030; }

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

This text font color is #784030.


Background Color

.myBgColor { background-color: #784030; }

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

This div background color is #784030.


Border color

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

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

This div border color is #784030.


Opacity

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

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

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

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

This text has shadow with #784030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784030 on black background.


Color preview on white background

This text has color #784030 on white background.



Black color preview on #784030 background

This text has black color on #784030 background.


White color preview on #784030 background

This text has white color on #784030 background.