COLOR #76393A

HEX: #76393A
RGB: (118,57,58)

Color info

#76393A contains mainly red color. Web safe color of #76393A is #663333 (or #633).

RGB color model

#76393A color RGB value is (118,57,58).

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

RGB channels and saturation

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

118
57
58

R + G + B ~ 30%. #76393A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 57 + 58 = 233 (100%)
R 118 of 233 ~ 50.64%
G 57 of 233 ~ 24.46%
B 58 of 233 ~ 24.89%

%50.64
%24.46
%24.89

CMYK color model

#76393A color CMYK value is (0,52,51,54).

  • cyan value is 0.00%
  • magenta value is 51.69%
  • yellow value is 50.85%
  • key color value is 53.73%
CMYK:
(0,52,51,54)
C0M52Y51K54 
(0%,52%,51%,54%)
(0.00/0.52/0.51/0.54)	

CMYK percentages

%0
%51.69
%50.85
%53.73

Codes

Color #76393A in popluar color models

76393A
RGB1185758
HSL359°34.86%34.31%
HSB/HSV359°51.69%46.27%
CMYK0.00%51.69%50.85%
53.73%

Color #76393A in popluar number systems.

HEX76393A
Decimal1185758
Binary1110110111001111010
Octal1667172

Shades and tints

Shades of #76393A

#76393A
(118,57,58)
#6C3435
(108,52,53)
#622F30
(98,47,48)
#582A2B
(88,42,43)
#4E2526
(78,37,38)
#442021
(68,32,33)
#3A1B1C
(58,27,28)
#301617
(48,22,23)
#261112
(38,17,18)
#1C0C0D
(28,12,13)
#120708
(18,7,8)
#000000
(0,0,0)

Tints of #76393A

#76393A
(118,57,58)
#824B4B
(130,75,75)
#8E5D5C
(142,93,92)
#9A6F6D
(154,111,109)
#A6817E
(166,129,126)
#B2938F
(178,147,143)
#BEA5A0
(190,165,160)
#CAB7B1
(202,183,177)
#D6C9C2
(214,201,194)
#E2DBD3
(226,219,211)
#EEEDE4
(238,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76393A; }

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

This text font color is #76393A.


Background Color

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

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

This div background color is #76393A.


Border color

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

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

This div border color is #76393A.


Opacity

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

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

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

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

This text has shadow with #76393A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76393A on black background.


Color preview on white background

This text has color #76393A on white background.



Black color preview on #76393A background

This text has black color on #76393A background.


White color preview on #76393A background

This text has white color on #76393A background.