COLOR #773139

HEX: #773139
RGB: (119,49,57)

Color info

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

RGB color model

#773139 color RGB value is (119,49,57).

  • red value is 119;
  • green value is 49;
  • blue value is 57.
RGB:
(119,49,57)
(47%,19%,22%)

RGB channels and saturation

R 119 of 255 = 47%
G 49 of 255 = 19%
B 57 of 255 = 22%

119
49
57

R + G + B ~ 29%. #773139 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 49 + 57 = 225 (100%)
R 119 of 225 ~ 52.89%
G 49 of 225 ~ 21.78%
B 57 of 225 ~ 25.33%

%52.89
%21.78
%25.33

CMYK color model

#773139 color CMYK value is (0,59,52,53).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 52.10%
  • key color value is 53.33%
CMYK:
(0,59,52,53)
C0M59Y52K53 
(0%,59%,52%,53%)
(0.00/0.59/0.52/0.53)	

CMYK percentages

%0
%58.82
%52.1
%53.33

Codes

Color #773139 in popluar color models

773139
RGB1194957
HSL353°41.67%32.94%
HSB/HSV353°58.82%46.67%
CMYK0.00%58.82%52.10%
53.33%

Color #773139 in popluar number systems.

HEX773139
Decimal1194957
Binary1110111110001111001
Octal1676171

Shades and tints

Shades of #773139

#773139
(119,49,57)
#6D2D34
(109,45,52)
#63292F
(99,41,47)
#59252A
(89,37,42)
#4F2125
(79,33,37)
#451D20
(69,29,32)
#3B191B
(59,25,27)
#311516
(49,21,22)
#271111
(39,17,17)
#1D0D0C
(29,13,12)
#130907
(19,9,7)
#000000
(0,0,0)

Tints of #773139

#773139
(119,49,57)
#83434B
(131,67,75)
#8F555D
(143,85,93)
#9B676F
(155,103,111)
#A77981
(167,121,129)
#B38B93
(179,139,147)
#BF9DA5
(191,157,165)
#CBAFB7
(203,175,183)
#D7C1C9
(215,193,201)
#E3D3DB
(227,211,219)
#EFE5ED
(239,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773139 color. Also use rgb(119,49,57) instead hex code.

Text Font Color

.myTextColor { color: #773139; }

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

This text font color is #773139.


Background Color

.myBgColor { background-color: #773139; }

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

This div background color is #773139.


Border color

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

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

This div border color is #773139.


Opacity

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

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

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

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

This text has shadow with #773139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773139 on black background.


Color preview on white background

This text has color #773139 on white background.



Black color preview on #773139 background

This text has black color on #773139 background.


White color preview on #773139 background

This text has white color on #773139 background.