COLOR #760321

HEX: #760321
RGB: (118,3,33)

Color info

#760321 contains mainly red color. Web safe color of #760321 is #660033 (or #603).

RGB color model

#760321 color RGB value is (118,3,33).

  • red value is 118;
  • green value is 3;
  • blue value is 33.
RGB:
(118,3,33)
(46%,1%,13%)

RGB channels and saturation

R 118 of 255 = 46%
G 3 of 255 = 1%
B 33 of 255 = 13%

118
3
33

R + G + B ~ 20%. #760321 is dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 3 + 33 = 154 (100%)
R 118 of 154 ~ 76.62%
G 3 of 154 ~ 1.95%
B 33 of 154 ~ 21.43%

%76.62
%21.43

CMYK color model

#760321 color CMYK value is (0,97,72,54).

  • cyan value is 0.00%
  • magenta value is 97.46%
  • yellow value is 72.03%
  • key color value is 53.73%
CMYK:
(0,97,72,54)
C0M97Y72K54 
(0%,97%,72%,54%)
(0.00/0.97/0.72/0.54)	

CMYK percentages

%0
%97.46
%72.03
%53.73

Codes

Color #760321 in popluar color models

760321
RGB118333
HSL344°95.04%23.73%
HSB/HSV344°97.46%46.27%
CMYK0.00%97.46%72.03%
53.73%

Color #760321 in popluar number systems.

HEX760321
Decimal118333
Binary111011011100001
Octal166341

Shades and tints

Shades of #760321

#760321
(118,3,33)
#6C031E
(108,3,30)
#62031B
(98,3,27)
#580318
(88,3,24)
#4E0315
(78,3,21)
#440312
(68,3,18)
#3A030F
(58,3,15)
#30030C
(48,3,12)
#260309
(38,3,9)
#1C0306
(28,3,6)
#120303
(18,3,3)
#000000
(0,0,0)

Tints of #760321

#760321
(118,3,33)
#821935
(130,25,53)
#8E2F49
(142,47,73)
#9A455D
(154,69,93)
#A65B71
(166,91,113)
#B27185
(178,113,133)
#BE8799
(190,135,153)
#CA9DAD
(202,157,173)
#D6B3C1
(214,179,193)
#E2C9D5
(226,201,213)
#EEDFE9
(238,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #760321 color. Also use rgb(118,3,33) instead hex code.

Text Font Color

.myTextColor { color: #760321; }

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

This text font color is #760321.


Background Color

.myBgColor { background-color: #760321; }

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

This div background color is #760321.


Border color

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

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

This div border color is #760321.


Opacity

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

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

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

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

This text has shadow with #760321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #760321 on black background.


Color preview on white background

This text has color #760321 on white background.



Black color preview on #760321 background

This text has black color on #760321 background.


White color preview on #760321 background

This text has white color on #760321 background.