COLOR #783121

HEX: #783121 RGB: (120,49,33)

Color info

#783121 contains mainly red color. Web safe color of #783121 is #663333 (or #633).

RGB color model

#783121 color RGB value is (120,49,33).

RGB: (120,49,33) (47%, 19%, 13%)

RGB channels and saturation

R 120 of 255 = 47%
G 49 of 255 = 19%
B 33 of 255 = 13%

120
49
33

R + G + B ~ 26%. #783121 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 49 + 33 = 202 (100%)
R 120 of 202 ~ 59.41%
G 49 of 202 ~ 24.26%
B 33 of 202 ~ 16.34'%

%59.41
%24.26
%16.34

CMYK color model

#783121 color CMYK value is (0,59,73,53).

  • cyan value is 0.00%
  • magenta value is 59.17%
  • yellow value is 72.50%
  • key color value is 52.94%

CMYK: (0,59,73,53)
C0M59Y73K53 (0%, 59%, 73%, 53%)
(0.00 / 0.59 / 0.73 / 0.53)

CMYK percentages

%0
%59.17
%72.5
%52.94

Codes

Color #783121 in popluar color models

78 31 21
RGB 120 49 33
HSL 11° 56.86% 30.00%
HSB/HSV 11° 72.50% 47.06%
CMYK 0.00% 59.17% 72.50%
52.94%

Color #783121 in popluar number systems.

HEX 78 31 21
Decimal 120 49 33
Binary 1111000 110001 100001
Octal 170 61 41

Shades and tints

Shades of #783121

#783121
(120,49,33)
#6E2D1E
(110,45,30)
#64291B
(100,41,27)
#5A2518
(90,37,24)
#502115
(80,33,21)
#461D12
(70,29,18)
#3C190F
(60,25,15)
#32150C
(50,21,12)
#281109
(40,17,9)
#1E0D06
(30,13,6)
#140903
(20,9,3)
#000000
(0,0,0)

Tints of #783121

#783121
(120,49,33)
#844335
(132,67,53)
#905549
(144,85,73)
#9C675D
(156,103,93)
#A87971
(168,121,113)
#B48B85
(180,139,133)
#C09D99
(192,157,153)
#CCAFAD
(204,175,173)
#D8C1C1
(216,193,193)
#E4D3D5
(228,211,213)
#F0E5E9
(240,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #783121 color. Also use rgb(120,49,33) instead hex code.

Text Font Color

.myTextColor { color: #783121; }

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

This text font color is #783121.

Background Color

.myBgColor { background-color: #783121; }

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

This div background color is #783121.

Border color

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

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

This div border color is #783121.

Opacity

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

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

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

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

This text has shadow with #783121 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #783121.

Preview

Color preview on black background

This text has color #783121 on black background.


Color preview on white background

This text has color #783121 on white background.


Black color preview on #783121 background

This text has black color on #783121 background.


White color preview on #783121 background

This text has white color on #783121 background.


Related colors

Complementary color

Complementary color for #hex is #87CEDE.


I love getcolorcode.com

Triadic colors

1 #217831 and #312178 with #783121 are triadic colors.

2 #213178 and #317821 with #783121 are triadic colors.