COLOR #76312C

HEX: #76312C
RGB: (118,49,44)

Color info

#76312C contains mainly red color. Web safe color of #76312C is #663333 (or #633).

RGB color model

#76312C color RGB value is (118,49,44).

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

RGB channels and saturation

R 118 of 255 = 46%
G 49 of 255 = 19%
B 44 of 255 = 17%

118
49
44

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

Portions of RGB colors in percentages

R + G + B =
118 + 49 + 44 = 211 (100%)
R 118 of 211 ~ 55.92%
G 49 of 211 ~ 23.22%
B 44 of 211 ~ 20.85%

%55.92
%23.22
%20.85

CMYK color model

#76312C color CMYK value is (0,58,63,54).

  • cyan value is 0.00%
  • magenta value is 58.47%
  • yellow value is 62.71%
  • key color value is 53.73%
CMYK:
(0,58,63,54)
C0M58Y63K54 
(0%,58%,63%,54%)
(0.00/0.58/0.63/0.54)	

CMYK percentages

%0
%58.47
%62.71
%53.73

Codes

Color #76312C in popluar color models

76312C
RGB1184944
HSL45.68%31.76%
HSB/HSV62.71%46.27%
CMYK0.00%58.47%62.71%
53.73%

Color #76312C in popluar number systems.

HEX76312C
Decimal1184944
Binary1110110110001101100
Octal1666154

Shades and tints

Shades of #76312C

#76312C
(118,49,44)
#6C2D28
(108,45,40)
#622924
(98,41,36)
#582520
(88,37,32)
#4E211C
(78,33,28)
#441D18
(68,29,24)
#3A1914
(58,25,20)
#301510
(48,21,16)
#26110C
(38,17,12)
#1C0D08
(28,13,8)
#120904
(18,9,4)
#000000
(0,0,0)

Tints of #76312C

#76312C
(118,49,44)
#82433F
(130,67,63)
#8E5552
(142,85,82)
#9A6765
(154,103,101)
#A67978
(166,121,120)
#B28B8B
(178,139,139)
#BE9D9E
(190,157,158)
#CAAFB1
(202,175,177)
#D6C1C4
(214,193,196)
#E2D3D7
(226,211,215)
#EEE5EA
(238,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76312C color. Also use rgb(118,49,44) instead hex code.

Text Font Color

.myTextColor { color: #76312C; }

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

This text font color is #76312C.


Background Color

.myBgColor { background-color: #76312C; }

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

This div background color is #76312C.


Border color

.myBorderColor { border: 1px solid #76312C; }

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

This div border color is #76312C.


Opacity

.myOpacity80 { color: #76312C; opacity: 0.8; }

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

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

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

This text has shadow with #76312C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76312C on black background.


Color preview on white background

This text has color #76312C on white background.



Black color preview on #76312C background

This text has black color on #76312C background.


White color preview on #76312C background

This text has white color on #76312C background.