COLOR #762931

HEX: #762931
RGB: (118,41,49)

Color info

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

RGB color model

#762931 color RGB value is (118,41,49).

  • red value is 118;
  • green value is 41;
  • blue value is 49.
RGB:
(118,41,49)
(46%,16%,19%)

RGB channels and saturation

R 118 of 255 = 46%
G 41 of 255 = 16%
B 49 of 255 = 19%

118
41
49

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

Portions of RGB colors in percentages

R + G + B =
118 + 41 + 49 = 208 (100%)
R 118 of 208 ~ 56.73%
G 41 of 208 ~ 19.71%
B 49 of 208 ~ 23.56%

%56.73
%19.71
%23.56

CMYK color model

#762931 color CMYK value is (0,65,58,54).

  • cyan value is 0.00%
  • magenta value is 65.25%
  • yellow value is 58.47%
  • key color value is 53.73%
CMYK:
(0,65,58,54)
C0M65Y58K54 
(0%,65%,58%,54%)
(0.00/0.65/0.58/0.54)	

CMYK percentages

%0
%65.25
%58.47
%53.73

Codes

Color #762931 in popluar color models

762931
RGB1184149
HSL354°48.43%31.18%
HSB/HSV354°65.25%46.27%
CMYK0.00%65.25%58.47%
53.73%

Color #762931 in popluar number systems.

HEX762931
Decimal1184149
Binary1110110101001110001
Octal1665161

Shades and tints

Shades of #762931

#762931
(118,41,49)
#6C262D
(108,38,45)
#622329
(98,35,41)
#582025
(88,32,37)
#4E1D21
(78,29,33)
#441A1D
(68,26,29)
#3A1719
(58,23,25)
#301415
(48,20,21)
#261111
(38,17,17)
#1C0E0D
(28,14,13)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #762931

#762931
(118,41,49)
#823C43
(130,60,67)
#8E4F55
(142,79,85)
#9A6267
(154,98,103)
#A67579
(166,117,121)
#B2888B
(178,136,139)
#BE9B9D
(190,155,157)
#CAAEAF
(202,174,175)
#D6C1C1
(214,193,193)
#E2D4D3
(226,212,211)
#EEE7E5
(238,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #762931 color. Also use rgb(118,41,49) instead hex code.

Text Font Color

.myTextColor { color: #762931; }

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

This text font color is #762931.


Background Color

.myBgColor { background-color: #762931; }

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

This div background color is #762931.


Border color

.myBorderColor { border: 1px solid #762931; }

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

This div border color is #762931.


Opacity

.myOpacity80 { color: #762931; opacity: 0.8; }

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

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

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

This text has shadow with #762931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #762931 on black background.


Color preview on white background

This text has color #762931 on white background.



Black color preview on #762931 background

This text has black color on #762931 background.


White color preview on #762931 background

This text has white color on #762931 background.