COLOR #761313

HEX: #761313
RGB: (118,19,19)

Color info

#761313 contains mainly red color. Web safe color of #761313 is #660000 (or #600).

RGB color model

#761313 color RGB value is (118,19,19).

  • red value is 118;
  • green value is 19;
  • blue value is 19.
RGB:
(118,19,19)
(46%,7%,7%)

RGB channels and saturation

R 118 of 255 = 46%
G 19 of 255 = 7%
B 19 of 255 = 7%

118
19
19

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

Portions of RGB colors in percentages

R + G + B =
118 + 19 + 19 = 156 (100%)
R 118 of 156 ~ 75.64%
G 19 of 156 ~ 12.18%
B 19 of 156 ~ 12.18%

%75.64
%12.18
%12.18

CMYK color model

#761313 color CMYK value is (0,84,84,54).

  • cyan value is 0.00%
  • magenta value is 83.90%
  • yellow value is 83.90%
  • key color value is 53.73%
CMYK:
(0,84,84,54)
C0M84Y84K54 
(0%,84%,84%,54%)
(0.00/0.84/0.84/0.54)	

CMYK percentages

%0
%83.9
%83.9
%53.73

Codes

Color #761313 in popluar color models

761313
RGB1181919
HSL72.26%26.86%
HSB/HSV83.90%46.27%
CMYK0.00%83.90%83.90%
53.73%

Color #761313 in popluar number systems.

HEX761313
Decimal1181919
Binary11101101001110011
Octal1662323

Shades and tints

Shades of #761313

#761313
(118,19,19)
#6C1212
(108,18,18)
#621111
(98,17,17)
#581010
(88,16,16)
#4E0F0F
(78,15,15)
#440E0E
(68,14,14)
#3A0D0D
(58,13,13)
#300C0C
(48,12,12)
#260B0B
(38,11,11)
#1C0A0A
(28,10,10)
#120909
(18,9,9)
#000000
(0,0,0)

Tints of #761313

#761313
(118,19,19)
#822828
(130,40,40)
#8E3D3D
(142,61,61)
#9A5252
(154,82,82)
#A66767
(166,103,103)
#B27C7C
(178,124,124)
#BE9191
(190,145,145)
#CAA6A6
(202,166,166)
#D6BBBB
(214,187,187)
#E2D0D0
(226,208,208)
#EEE5E5
(238,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #761313; }

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

This text font color is #761313.


Background Color

.myBgColor { background-color: #761313; }

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

This div background color is #761313.


Border color

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

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

This div border color is #761313.


Opacity

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

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

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

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

This text has shadow with #761313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761313 on black background.


Color preview on white background

This text has color #761313 on white background.



Black color preview on #761313 background

This text has black color on #761313 background.


White color preview on #761313 background

This text has white color on #761313 background.