COLOR #76213B

HEX: #76213B
RGB: (118,33,59)

Color info

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

RGB color model

#76213B color RGB value is (118,33,59).

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

RGB channels and saturation

R 118 of 255 = 46%
G 33 of 255 = 13%
B 59 of 255 = 23%

118
33
59

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

Portions of RGB colors in percentages

R + G + B =
118 + 33 + 59 = 210 (100%)
R 118 of 210 ~ 56.19%
G 33 of 210 ~ 15.71%
B 59 of 210 ~ 28.1%

%56.19
%15.71
%28.1

CMYK color model

#76213B color CMYK value is (0,72,50,54).

  • cyan value is 0.00%
  • magenta value is 72.03%
  • yellow value is 50.00%
  • key color value is 53.73%
CMYK:
(0,72,50,54)
C0M72Y50K54 
(0%,72%,50%,54%)
(0.00/0.72/0.50/0.54)	

CMYK percentages

%0
%72.03
%50
%53.73

Codes

Color #76213B in popluar color models

76213B
RGB1183359
HSL342°56.29%29.61%
HSB/HSV342°72.03%46.27%
CMYK0.00%72.03%50.00%
53.73%

Color #76213B in popluar number systems.

HEX76213B
Decimal1183359
Binary1110110100001111011
Octal1664173

Shades and tints

Shades of #76213B

#76213B
(118,33,59)
#6C1E36
(108,30,54)
#621B31
(98,27,49)
#58182C
(88,24,44)
#4E1527
(78,21,39)
#441222
(68,18,34)
#3A0F1D
(58,15,29)
#300C18
(48,12,24)
#260913
(38,9,19)
#1C060E
(28,6,14)
#120309
(18,3,9)
#000000
(0,0,0)

Tints of #76213B

#76213B
(118,33,59)
#82354C
(130,53,76)
#8E495D
(142,73,93)
#9A5D6E
(154,93,110)
#A6717F
(166,113,127)
#B28590
(178,133,144)
#BE99A1
(190,153,161)
#CAADB2
(202,173,178)
#D6C1C3
(214,193,195)
#E2D5D4
(226,213,212)
#EEE9E5
(238,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76213B; }

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

This text font color is #76213B.


Background Color

.myBgColor { background-color: #76213B; }

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

This div background color is #76213B.


Border color

.myBorderColor { border: 1px solid #76213B; }

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

This div border color is #76213B.


Opacity

.myOpacity80 { color: #76213B; opacity: 0.8; }

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

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

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

This text has shadow with #76213B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76213B on black background.


Color preview on white background

This text has color #76213B on white background.



Black color preview on #76213B background

This text has black color on #76213B background.


White color preview on #76213B background

This text has white color on #76213B background.