COLOR #761E2F

HEX: #761E2F
RGB: (118,30,47)

Color info

#761E2F contains mainly red color. Web safe color of #761E2F is #663333 (or #633).

RGB color model

#761E2F color RGB value is (118,30,47).

  • red value is 118;
  • green value is 30;
  • blue value is 47.
RGB:
(118,30,47)
(46%,12%,18%)

RGB channels and saturation

R 118 of 255 = 46%
G 30 of 255 = 12%
B 47 of 255 = 18%

118
30
47

R + G + B ~ 25%. #761E2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 30 + 47 = 195 (100%)
R 118 of 195 ~ 60.51%
G 30 of 195 ~ 15.38%
B 47 of 195 ~ 24.1%

%60.51
%15.38
%24.1

CMYK color model

#761E2F color CMYK value is (0,75,60,54).

  • cyan value is 0.00%
  • magenta value is 74.58%
  • yellow value is 60.17%
  • key color value is 53.73%
CMYK:
(0,75,60,54)
C0M75Y60K54 
(0%,75%,60%,54%)
(0.00/0.75/0.60/0.54)	

CMYK percentages

%0
%74.58
%60.17
%53.73

Codes

Color #761E2F in popluar color models

761E2F
RGB1183047
HSL348°59.46%29.02%
HSB/HSV348°74.58%46.27%
CMYK0.00%74.58%60.17%
53.73%

Color #761E2F in popluar number systems.

HEX761E2F
Decimal1183047
Binary111011011110101111
Octal1663657

Shades and tints

Shades of #761E2F

#761E2F
(118,30,47)
#6C1C2B
(108,28,43)
#621A27
(98,26,39)
#581823
(88,24,35)
#4E161F
(78,22,31)
#44141B
(68,20,27)
#3A1217
(58,18,23)
#301013
(48,16,19)
#260E0F
(38,14,15)
#1C0C0B
(28,12,11)
#120A07
(18,10,7)
#000000
(0,0,0)

Tints of #761E2F

#761E2F
(118,30,47)
#823241
(130,50,65)
#8E4653
(142,70,83)
#9A5A65
(154,90,101)
#A66E77
(166,110,119)
#B28289
(178,130,137)
#BE969B
(190,150,155)
#CAAAAD
(202,170,173)
#D6BEBF
(214,190,191)
#E2D2D1
(226,210,209)
#EEE6E3
(238,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #761E2F color. Also use rgb(118,30,47) instead hex code.

Text Font Color

.myTextColor { color: #761E2F; }

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

This text font color is #761E2F.


Background Color

.myBgColor { background-color: #761E2F; }

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

This div background color is #761E2F.


Border color

.myBorderColor { border: 1px solid #761E2F; }

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

This div border color is #761E2F.


Opacity

.myOpacity80 { color: #761E2F; opacity: 0.8; }

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

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

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

This text has shadow with #761E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761E2F on black background.


Color preview on white background

This text has color #761E2F on white background.



Black color preview on #761E2F background

This text has black color on #761E2F background.


White color preview on #761E2F background

This text has white color on #761E2F background.