COLOR #783342

HEX: #783342
RGB: (120,51,66)

Color info

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

RGB color model

#783342 color RGB value is (120,51,66).

  • red value is 120;
  • green value is 51;
  • blue value is 66.
RGB:
(120,51,66)
(47%,20%,26%)

RGB channels and saturation

R 120 of 255 = 47%
G 51 of 255 = 20%
B 66 of 255 = 26%

120
51
66

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

Portions of RGB colors in percentages

R + G + B =
120 + 51 + 66 = 237 (100%)
R 120 of 237 ~ 50.63%
G 51 of 237 ~ 21.52%
B 66 of 237 ~ 27.85%

%50.63
%21.52
%27.85

CMYK color model

#783342 color CMYK value is (0,58,45,53).

  • cyan value is 0.00%
  • magenta value is 57.50%
  • yellow value is 45.00%
  • key color value is 52.94%
CMYK:
(0,58,45,53)
C0M58Y45K53 
(0%,58%,45%,53%)
(0.00/0.58/0.45/0.53)	

CMYK percentages

%0
%57.5
%45
%52.94

Codes

Color #783342 in popluar color models

783342
RGB1205166
HSL347°40.35%33.53%
HSB/HSV347°57.50%47.06%
CMYK0.00%57.50%45.00%
52.94%

Color #783342 in popluar number systems.

HEX783342
Decimal1205166
Binary11110001100111000010
Octal17063102

Shades and tints

Shades of #783342

#783342
(120,51,66)
#6E2F3C
(110,47,60)
#642B36
(100,43,54)
#5A2730
(90,39,48)
#50232A
(80,35,42)
#461F24
(70,31,36)
#3C1B1E
(60,27,30)
#321718
(50,23,24)
#281312
(40,19,18)
#1E0F0C
(30,15,12)
#140B06
(20,11,6)
#000000
(0,0,0)

Tints of #783342

#783342
(120,51,66)
#844553
(132,69,83)
#905764
(144,87,100)
#9C6975
(156,105,117)
#A87B86
(168,123,134)
#B48D97
(180,141,151)
#C09FA8
(192,159,168)
#CCB1B9
(204,177,185)
#D8C3CA
(216,195,202)
#E4D5DB
(228,213,219)
#F0E7EC
(240,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #783342 color. Also use rgb(120,51,66) instead hex code.

Text Font Color

.myTextColor { color: #783342; }

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

This text font color is #783342.


Background Color

.myBgColor { background-color: #783342; }

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

This div background color is #783342.


Border color

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

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

This div border color is #783342.


Opacity

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

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

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

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

This text has shadow with #783342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #783342 on black background.


Color preview on white background

This text has color #783342 on white background.



Black color preview on #783342 background

This text has black color on #783342 background.


White color preview on #783342 background

This text has white color on #783342 background.