COLOR #782D38

HEX: #782D38
RGB: (120,45,56)

Color info

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

RGB color model

#782D38 color RGB value is (120,45,56).

  • red value is 120;
  • green value is 45;
  • blue value is 56.
RGB:
(120,45,56)
(47%,18%,22%)

RGB channels and saturation

R 120 of 255 = 47%
G 45 of 255 = 18%
B 56 of 255 = 22%

120
45
56

R + G + B ~ 29%. #782D38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 45 + 56 = 221 (100%)
R 120 of 221 ~ 54.3%
G 45 of 221 ~ 20.36%
B 56 of 221 ~ 25.34%

%54.3
%20.36
%25.34

CMYK color model

#782D38 color CMYK value is (0,63,53,53).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 53.33%
  • key color value is 52.94%
CMYK:
(0,63,53,53)
C0M63Y53K53 
(0%,63%,53%,53%)
(0.00/0.63/0.53/0.53)	

CMYK percentages

%0
%62.5
%53.33
%52.94

Codes

Color #782D38 in popluar color models

782D38
RGB1204556
HSL351°45.45%32.35%
HSB/HSV351°62.50%47.06%
CMYK0.00%62.50%53.33%
52.94%

Color #782D38 in popluar number systems.

HEX782D38
Decimal1204556
Binary1111000101101111000
Octal1705570

Shades and tints

Shades of #782D38

#782D38
(120,45,56)
#6E2933
(110,41,51)
#64252E
(100,37,46)
#5A2129
(90,33,41)
#501D24
(80,29,36)
#46191F
(70,25,31)
#3C151A
(60,21,26)
#321115
(50,17,21)
#280D10
(40,13,16)
#1E090B
(30,9,11)
#140506
(20,5,6)
#000000
(0,0,0)

Tints of #782D38

#782D38
(120,45,56)
#84404A
(132,64,74)
#90535C
(144,83,92)
#9C666E
(156,102,110)
#A87980
(168,121,128)
#B48C92
(180,140,146)
#C09FA4
(192,159,164)
#CCB2B6
(204,178,182)
#D8C5C8
(216,197,200)
#E4D8DA
(228,216,218)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #782D38 color. Also use rgb(120,45,56) instead hex code.

Text Font Color

.myTextColor { color: #782D38; }

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

This text font color is #782D38.


Background Color

.myBgColor { background-color: #782D38; }

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

This div background color is #782D38.


Border color

.myBorderColor { border: 1px solid #782D38; }

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

This div border color is #782D38.


Opacity

.myOpacity80 { color: #782D38; opacity: 0.8; }

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

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

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

This text has shadow with #782D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #782D38 on black background.


Color preview on white background

This text has color #782D38 on white background.



Black color preview on #782D38 background

This text has black color on #782D38 background.


White color preview on #782D38 background

This text has white color on #782D38 background.