COLOR #783B3D

HEX: #783B3D RGB: (120,59,61)

Color info

#783B3D contains mainly red and blue colors. Web safe color of #783B3D is #663333 (or #633).

RGB color model

#783B3D color RGB value is (120,59,61).

RGB: (120,59,61) (47%, 23%, 24%)

RGB channels and saturation

R 120 of 255 = 47%
G 59 of 255 = 23%
B 61 of 255 = 24%

120
59
61

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

Portions of RGB colors in percentages

R + G + B = 120 + 59 + 61 = 240 (100%)
R 120 of 240 ~ 50%
G 59 of 240 ~ 24.58%
B 61 of 240 ~ 25.42'%

%50
%24.58
%25.42

CMYK color model

#783B3D color CMYK value is (0,51,49,53).

  • cyan value is 0.00%
  • magenta value is 50.83%
  • yellow value is 49.17%
  • key color value is 52.94%

CMYK: (0,51,49,53)
C0M51Y49K53 (0%, 51%, 49%, 53%)
(0.00 / 0.51 / 0.49 / 0.53)

CMYK percentages

%0
%50.83
%49.17
%52.94

Codes

Color #783B3D in popluar color models

78 3B 3D
RGB 120 59 61
HSL 358° 34.08% 35.10%
HSB/HSV 358° 50.83% 47.06%
CMYK 0.00% 50.83% 49.17%
52.94%

Color #783B3D in popluar number systems.

HEX 78 3B 3D
Decimal 120 59 61
Binary 1111000 111011 111101
Octal 170 73 75

Shades and tints

Shades of #783B3D

#783B3D
(120,59,61)
#6E3638
(110,54,56)
#643133
(100,49,51)
#5A2C2E
(90,44,46)
#502729
(80,39,41)
#462224
(70,34,36)
#3C1D1F
(60,29,31)
#32181A
(50,24,26)
#281315
(40,19,21)
#1E0E10
(30,14,16)
#14090B
(20,9,11)
#000000
(0,0,0)

Tints of #783B3D

#783B3D
(120,59,61)
#844C4E
(132,76,78)
#905D5F
(144,93,95)
#9C6E70
(156,110,112)
#A87F81
(168,127,129)
#B49092
(180,144,146)
#C0A1A3
(192,161,163)
#CCB2B4
(204,178,180)
#D8C3C5
(216,195,197)
#E4D4D6
(228,212,214)
#F0E5E7
(240,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #783B3D color. Also use rgb(120,59,61) instead hex code.

Text Font Color

.myTextColor { color: #783B3D; }

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

This text font color is #783B3D.

Background Color

.myBgColor { background-color: #783B3D; }

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

This div background color is #783B3D.

Border color

.myBorderColor { border: 1px solid #783B3D; }

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

This div border color is #783B3D.

Opacity

.myOpacity80 { color: #783B3D; opacity: 0.8; }

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

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

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

This text has shadow with #783B3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #783B3D.

Preview

Color preview on black background

This text has color #783B3D on black background.


Color preview on white background

This text has color #783B3D on white background.


Black color preview on #783B3D background

This text has black color on #783B3D background.


White color preview on #783B3D background

This text has white color on #783B3D background.


Related colors

Complementary color

Complementary color for #hex is #87C4C2.


I love getcolorcode.com

Triadic colors

1 #3D783B and #3B3D78 with #783B3D are triadic colors.

2 #3D3B78 and #3B783D with #783B3D are triadic colors.