COLOR #782235

HEX: #782235 RGB: (120,34,53)

Color info

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

RGB color model

#782235 color RGB value is (120,34,53).

RGB: (120,34,53) (47%, 13%, 21%)

RGB channels and saturation

R 120 of 255 = 47%
G 34 of 255 = 13%
B 53 of 255 = 21%

120
34
53

R + G + B ~ 27%. #782235 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 34 + 53 = 207 (100%)
R 120 of 207 ~ 57.97%
G 34 of 207 ~ 16.43%
B 53 of 207 ~ 25.6'%

%57.97
%16.43
%25.6

CMYK color model

#782235 color CMYK value is (0,72,56,53).

  • cyan value is 0.00%
  • magenta value is 71.67%
  • yellow value is 55.83%
  • key color value is 52.94%

CMYK: (0,72,56,53)
C0M72Y56K53 (0%, 72%, 56%, 53%)
(0.00 / 0.72 / 0.56 / 0.53)

CMYK percentages

%0
%71.67
%55.83
%52.94

Codes

Color #782235 in popluar color models

78 22 35
RGB 120 34 53
HSL 347° 55.84% 30.20%
HSB/HSV 347° 71.67% 47.06%
CMYK 0.00% 71.67% 55.83%
52.94%

Color #782235 in popluar number systems.

HEX 78 22 35
Decimal 120 34 53
Binary 1111000 100010 110101
Octal 170 42 65

Shades and tints

Shades of #782235

#782235
(120,34,53)
#6E1F31
(110,31,49)
#641C2D
(100,28,45)
#5A1929
(90,25,41)
#501625
(80,22,37)
#461321
(70,19,33)
#3C101D
(60,16,29)
#320D19
(50,13,25)
#280A15
(40,10,21)
#1E0711
(30,7,17)
#14040D
(20,4,13)
#000000
(0,0,0)

Tints of #782235

#782235
(120,34,53)
#843647
(132,54,71)
#904A59
(144,74,89)
#9C5E6B
(156,94,107)
#A8727D
(168,114,125)
#B4868F
(180,134,143)
#C09AA1
(192,154,161)
#CCAEB3
(204,174,179)
#D8C2C5
(216,194,197)
#E4D6D7
(228,214,215)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #782235 color. Also use rgb(120,34,53) instead hex code.

Text Font Color

.myTextColor { color: #782235; }

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

This text font color is #782235.

Background Color

.myBgColor { background-color: #782235; }

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

This div background color is #782235.

Border color

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

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

This div border color is #782235.

Opacity

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

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

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

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

This text has shadow with #782235 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #782235.

Preview

Color preview on black background

This text has color #782235 on black background.


Color preview on white background

This text has color #782235 on white background.


Black color preview on #782235 background

This text has black color on #782235 background.


White color preview on #782235 background

This text has white color on #782235 background.


Related colors

Complementary color

Complementary color for #hex is #87DDCA.


I love getcolorcode.com

Triadic colors

1 #357822 and #223578 with #782235 are triadic colors.

2 #352278 and #227835 with #782235 are triadic colors.