COLOR #781B33

HEX: #781B33 RGB: (120,27,51)

Color info

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

RGB color model

#781B33 color RGB value is (120,27,51).

RGB: (120,27,51) (47%, 11%, 20%)

RGB channels and saturation

R 120 of 255 = 47%
G 27 of 255 = 11%
B 51 of 255 = 20%

120
27
51

R + G + B ~ 26%. #781B33 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 27 + 51 = 198 (100%)
R 120 of 198 ~ 60.61%
G 27 of 198 ~ 13.64%
B 51 of 198 ~ 25.76'%

%60.61
%13.64
%25.76

CMYK color model

#781B33 color CMYK value is (0,78,58,53).

  • cyan value is 0.00%
  • magenta value is 77.50%
  • yellow value is 57.50%
  • key color value is 52.94%

CMYK: (0,78,58,53)
C0M78Y58K53 (0%, 78%, 58%, 53%)
(0.00 / 0.78 / 0.58 / 0.53)

CMYK percentages

%0
%77.5
%57.5
%52.94

Codes

Color #781B33 in popluar color models

78 1B 33
RGB 120 27 51
HSL 345° 63.27% 28.82%
HSB/HSV 345° 77.50% 47.06%
CMYK 0.00% 77.50% 57.50%
52.94%

Color #781B33 in popluar number systems.

HEX 78 1B 33
Decimal 120 27 51
Binary 1111000 11011 110011
Octal 170 33 63

Shades and tints

Shades of #781B33

#781B33
(120,27,51)
#6E192F
(110,25,47)
#64172B
(100,23,43)
#5A1527
(90,21,39)
#501323
(80,19,35)
#46111F
(70,17,31)
#3C0F1B
(60,15,27)
#320D17
(50,13,23)
#280B13
(40,11,19)
#1E090F
(30,9,15)
#14070B
(20,7,11)
#000000
(0,0,0)

Tints of #781B33

#781B33
(120,27,51)
#842F45
(132,47,69)
#904357
(144,67,87)
#9C5769
(156,87,105)
#A86B7B
(168,107,123)
#B47F8D
(180,127,141)
#C0939F
(192,147,159)
#CCA7B1
(204,167,177)
#D8BBC3
(216,187,195)
#E4CFD5
(228,207,213)
#F0E3E7
(240,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #781B33; }

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

This text font color is #781B33.

Background Color

.myBgColor { background-color: #781B33; }

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

This div background color is #781B33.

Border color

.myBorderColor { border: 1px solid #781B33; }

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

This div border color is #781B33.

Opacity

.myOpacity80 { color: #781B33; opacity: 0.8; }

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

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

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

This text has shadow with #781B33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #781B33.

Preview

Color preview on black background

This text has color #781B33 on black background.


Color preview on white background

This text has color #781B33 on white background.


Black color preview on #781B33 background

This text has black color on #781B33 background.


White color preview on #781B33 background

This text has white color on #781B33 background.


Related colors

Complementary color

Complementary color for #hex is #87E4CC.


I love getcolorcode.com

Triadic colors

1 #33781B and #1B3378 with #781B33 are triadic colors.

2 #331B78 and #1B7833 with #781B33 are triadic colors.