COLOR #783C43

HEX: #783C43
RGB: (120,60,67)

Color info

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

RGB color model

#783C43 color RGB value is (120,60,67).

  • red value is 120;
  • green value is 60;
  • blue value is 67.
RGB:
(120,60,67)
(47%,24%,26%)

RGB channels and saturation

R 120 of 255 = 47%
G 60 of 255 = 24%
B 67 of 255 = 26%

120
60
67

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

Portions of RGB colors in percentages

R + G + B =
120 + 60 + 67 = 247 (100%)
R 120 of 247 ~ 48.58%
G 60 of 247 ~ 24.29%
B 67 of 247 ~ 27.13%

%48.58
%24.29
%27.13

CMYK color model

#783C43 color CMYK value is (0,50,44,53).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 44.17%
  • key color value is 52.94%
CMYK:
(0,50,44,53)
C0M50Y44K53 
(0%,50%,44%,53%)
(0.00/0.50/0.44/0.53)	

CMYK percentages

%0
%50
%44.17
%52.94

Codes

Color #783C43 in popluar color models

783C43
RGB1206067
HSL353°33.33%35.29%
HSB/HSV353°50.00%47.06%
CMYK0.00%50.00%44.17%
52.94%

Color #783C43 in popluar number systems.

HEX783C43
Decimal1206067
Binary11110001111001000011
Octal17074103

Shades and tints

Shades of #783C43

#783C43
(120,60,67)
#6E373D
(110,55,61)
#643237
(100,50,55)
#5A2D31
(90,45,49)
#50282B
(80,40,43)
#462325
(70,35,37)
#3C1E1F
(60,30,31)
#321919
(50,25,25)
#281413
(40,20,19)
#1E0F0D
(30,15,13)
#140A07
(20,10,7)
#000000
(0,0,0)

Tints of #783C43

#783C43
(120,60,67)
#844D54
(132,77,84)
#905E65
(144,94,101)
#9C6F76
(156,111,118)
#A88087
(168,128,135)
#B49198
(180,145,152)
#C0A2A9
(192,162,169)
#CCB3BA
(204,179,186)
#D8C4CB
(216,196,203)
#E4D5DC
(228,213,220)
#F0E6ED
(240,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #783C43 color. Also use rgb(120,60,67) instead hex code.

Text Font Color

.myTextColor { color: #783C43; }

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

This text font color is #783C43.


Background Color

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

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

This div background color is #783C43.


Border color

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

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

This div border color is #783C43.


Opacity

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

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

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

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

This text has shadow with #783C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #783C43 on black background.


Color preview on white background

This text has color #783C43 on white background.



Black color preview on #783C43 background

This text has black color on #783C43 background.


White color preview on #783C43 background

This text has white color on #783C43 background.