COLOR #761E3A

HEX: #761E3A
RGB: (118,30,58)

Color info

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

RGB color model

#761E3A color RGB value is (118,30,58).

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

RGB channels and saturation

R 118 of 255 = 46%
G 30 of 255 = 12%
B 58 of 255 = 23%

118
30
58

R + G + B ~ 27%. #761E3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 30 + 58 = 206 (100%)
R 118 of 206 ~ 57.28%
G 30 of 206 ~ 14.56%
B 58 of 206 ~ 28.16%

%57.28
%14.56
%28.16

CMYK color model

#761E3A color CMYK value is (0,75,51,54).

  • cyan value is 0.00%
  • magenta value is 74.58%
  • yellow value is 50.85%
  • key color value is 53.73%
CMYK:
(0,75,51,54)
C0M75Y51K54 
(0%,75%,51%,54%)
(0.00/0.75/0.51/0.54)	

CMYK percentages

%0
%74.58
%50.85
%53.73

Codes

Color #761E3A in popluar color models

761E3A
RGB1183058
HSL341°59.46%29.02%
HSB/HSV341°74.58%46.27%
CMYK0.00%74.58%50.85%
53.73%

Color #761E3A in popluar number systems.

HEX761E3A
Decimal1183058
Binary111011011110111010
Octal1663672

Shades and tints

Shades of #761E3A

#761E3A
(118,30,58)
#6C1C35
(108,28,53)
#621A30
(98,26,48)
#58182B
(88,24,43)
#4E1626
(78,22,38)
#441421
(68,20,33)
#3A121C
(58,18,28)
#301017
(48,16,23)
#260E12
(38,14,18)
#1C0C0D
(28,12,13)
#120A08
(18,10,8)
#000000
(0,0,0)

Tints of #761E3A

#761E3A
(118,30,58)
#82324B
(130,50,75)
#8E465C
(142,70,92)
#9A5A6D
(154,90,109)
#A66E7E
(166,110,126)
#B2828F
(178,130,143)
#BE96A0
(190,150,160)
#CAAAB1
(202,170,177)
#D6BEC2
(214,190,194)
#E2D2D3
(226,210,211)
#EEE6E4
(238,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #761E3A; }

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

This text font color is #761E3A.


Background Color

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

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

This div background color is #761E3A.


Border color

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

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

This div border color is #761E3A.


Opacity

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

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

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

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

This text has shadow with #761E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761E3A on black background.


Color preview on white background

This text has color #761E3A on white background.



Black color preview on #761E3A background

This text has black color on #761E3A background.


White color preview on #761E3A background

This text has white color on #761E3A background.