COLOR #760D3A

HEX: #760D3A
RGB: (118,13,58)

Color info

#760D3A contains mainly red color. Web safe color of #760D3A is #660033 (or #603).

RGB color model

#760D3A color RGB value is (118,13,58).

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

RGB channels and saturation

R 118 of 255 = 46%
G 13 of 255 = 5%
B 58 of 255 = 23%

118
13
58

R + G + B ~ 25%. #760D3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 13 + 58 = 189 (100%)
R 118 of 189 ~ 62.43%
G 13 of 189 ~ 6.88%
B 58 of 189 ~ 30.69%

%62.43
%30.69

CMYK color model

#760D3A color CMYK value is (0,89,51,54).

  • cyan value is 0.00%
  • magenta value is 88.98%
  • yellow value is 50.85%
  • key color value is 53.73%
CMYK:
(0,89,51,54)
C0M89Y51K54 
(0%,89%,51%,54%)
(0.00/0.89/0.51/0.54)	

CMYK percentages

%0
%88.98
%50.85
%53.73

Codes

Color #760D3A in popluar color models

760D3A
RGB1181358
HSL334°80.15%25.69%
HSB/HSV334°88.98%46.27%
CMYK0.00%88.98%50.85%
53.73%

Color #760D3A in popluar number systems.

HEX760D3A
Decimal1181358
Binary11101101101111010
Octal1661572

Shades and tints

Shades of #760D3A

#760D3A
(118,13,58)
#6C0C35
(108,12,53)
#620B30
(98,11,48)
#580A2B
(88,10,43)
#4E0926
(78,9,38)
#440821
(68,8,33)
#3A071C
(58,7,28)
#300617
(48,6,23)
#260512
(38,5,18)
#1C040D
(28,4,13)
#120308
(18,3,8)
#000000
(0,0,0)

Tints of #760D3A

#760D3A
(118,13,58)
#82234B
(130,35,75)
#8E395C
(142,57,92)
#9A4F6D
(154,79,109)
#A6657E
(166,101,126)
#B27B8F
(178,123,143)
#BE91A0
(190,145,160)
#CAA7B1
(202,167,177)
#D6BDC2
(214,189,194)
#E2D3D3
(226,211,211)
#EEE9E4
(238,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #760D3A color. Also use rgb(118,13,58) instead hex code.

Text Font Color

.myTextColor { color: #760D3A; }

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

This text font color is #760D3A.


Background Color

.myBgColor { background-color: #760D3A; }

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

This div background color is #760D3A.


Border color

.myBorderColor { border: 1px solid #760D3A; }

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

This div border color is #760D3A.


Opacity

.myOpacity80 { color: #760D3A; opacity: 0.8; }

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

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

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

This text has shadow with #760D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #760D3A on black background.


Color preview on white background

This text has color #760D3A on white background.



Black color preview on #760D3A background

This text has black color on #760D3A background.


White color preview on #760D3A background

This text has white color on #760D3A background.