COLOR #76163A

HEX: #76163A
RGB: (118,22,58)

Color info

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

RGB color model

#76163A color RGB value is (118,22,58).

  • red value is 118;
  • green value is 22;
  • blue value is 58.
RGB:
(118,22,58)
(46%,9%,23%)

RGB channels and saturation

R 118 of 255 = 46%
G 22 of 255 = 9%
B 58 of 255 = 23%

118
22
58

R + G + B ~ 26%. #76163A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 22 + 58 = 198 (100%)
R 118 of 198 ~ 59.6%
G 22 of 198 ~ 11.11%
B 58 of 198 ~ 29.29%

%59.6
%11.11
%29.29

CMYK color model

#76163A color CMYK value is (0,81,51,54).

  • cyan value is 0.00%
  • magenta value is 81.36%
  • yellow value is 50.85%
  • key color value is 53.73%
CMYK:
(0,81,51,54)
C0M81Y51K54 
(0%,81%,51%,54%)
(0.00/0.81/0.51/0.54)	

CMYK percentages

%0
%81.36
%50.85
%53.73

Codes

Color #76163A in popluar color models

76163A
RGB1182258
HSL338°68.57%27.45%
HSB/HSV338°81.36%46.27%
CMYK0.00%81.36%50.85%
53.73%

Color #76163A in popluar number systems.

HEX76163A
Decimal1182258
Binary111011010110111010
Octal1662672

Shades and tints

Shades of #76163A

#76163A
(118,22,58)
#6C1435
(108,20,53)
#621230
(98,18,48)
#58102B
(88,16,43)
#4E0E26
(78,14,38)
#440C21
(68,12,33)
#3A0A1C
(58,10,28)
#300817
(48,8,23)
#260612
(38,6,18)
#1C040D
(28,4,13)
#120208
(18,2,8)
#000000
(0,0,0)

Tints of #76163A

#76163A
(118,22,58)
#822B4B
(130,43,75)
#8E405C
(142,64,92)
#9A556D
(154,85,109)
#A66A7E
(166,106,126)
#B27F8F
(178,127,143)
#BE94A0
(190,148,160)
#CAA9B1
(202,169,177)
#D6BEC2
(214,190,194)
#E2D3D3
(226,211,211)
#EEE8E4
(238,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76163A color. Also use rgb(118,22,58) instead hex code.

Text Font Color

.myTextColor { color: #76163A; }

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

This text font color is #76163A.


Background Color

.myBgColor { background-color: #76163A; }

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

This div background color is #76163A.


Border color

.myBorderColor { border: 1px solid #76163A; }

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

This div border color is #76163A.


Opacity

.myOpacity80 { color: #76163A; opacity: 0.8; }

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

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

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

This text has shadow with #76163A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76163A on black background.


Color preview on white background

This text has color #76163A on white background.



Black color preview on #76163A background

This text has black color on #76163A background.


White color preview on #76163A background

This text has white color on #76163A background.