COLOR #76032C

HEX: #76032C
RGB: (118,3,44)

Color info

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

RGB color model

#76032C color RGB value is (118,3,44).

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

RGB channels and saturation

R 118 of 255 = 46%
G 3 of 255 = 1%
B 44 of 255 = 17%

118
3
44

R + G + B ~ 21%. #76032C is dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 3 + 44 = 165 (100%)
R 118 of 165 ~ 71.52%
G 3 of 165 ~ 1.82%
B 44 of 165 ~ 26.67%

%71.52
%26.67

CMYK color model

#76032C color CMYK value is (0,97,63,54).

  • cyan value is 0.00%
  • magenta value is 97.46%
  • yellow value is 62.71%
  • key color value is 53.73%
CMYK:
(0,97,63,54)
C0M97Y63K54 
(0%,97%,63%,54%)
(0.00/0.97/0.63/0.54)	

CMYK percentages

%0
%97.46
%62.71
%53.73

Codes

Color #76032C in popluar color models

76032C
RGB118344
HSL339°95.04%23.73%
HSB/HSV339°97.46%46.27%
CMYK0.00%97.46%62.71%
53.73%

Color #76032C in popluar number systems.

HEX76032C
Decimal118344
Binary111011011101100
Octal166354

Shades and tints

Shades of #76032C

#76032C
(118,3,44)
#6C0328
(108,3,40)
#620324
(98,3,36)
#580320
(88,3,32)
#4E031C
(78,3,28)
#440318
(68,3,24)
#3A0314
(58,3,20)
#300310
(48,3,16)
#26030C
(38,3,12)
#1C0308
(28,3,8)
#120304
(18,3,4)
#000000
(0,0,0)

Tints of #76032C

#76032C
(118,3,44)
#82193F
(130,25,63)
#8E2F52
(142,47,82)
#9A4565
(154,69,101)
#A65B78
(166,91,120)
#B2718B
(178,113,139)
#BE879E
(190,135,158)
#CA9DB1
(202,157,177)
#D6B3C4
(214,179,196)
#E2C9D7
(226,201,215)
#EEDFEA
(238,223,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76032C; }

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

This text font color is #76032C.


Background Color

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

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

This div background color is #76032C.


Border color

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

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

This div border color is #76032C.


Opacity

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

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

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

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

This text has shadow with #76032C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76032C on black background.


Color preview on white background

This text has color #76032C on white background.



Black color preview on #76032C background

This text has black color on #76032C background.


White color preview on #76032C background

This text has white color on #76032C background.