COLOR #773831

HEX: #773831
RGB: (119,56,49)

Color info

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

RGB color model

#773831 color RGB value is (119,56,49).

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

RGB channels and saturation

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

119
56
49

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

Portions of RGB colors in percentages

R + G + B =
119 + 56 + 49 = 224 (100%)
R 119 of 224 ~ 53.13%
G 56 of 224 ~ 25%
B 49 of 224 ~ 21.88%

%53.13
%25
%21.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 58.82%
  • key color value is 53.33%
CMYK:
(0,53,59,53)
C0M53Y59K53 
(0%,53%,59%,53%)
(0.00/0.53/0.59/0.53)	

CMYK percentages

%0
%52.94
%58.82
%53.33

Codes

Color #773831 in popluar color models

773831
RGB1195649
HSL41.67%32.94%
HSB/HSV58.82%46.67%
CMYK0.00%52.94%58.82%
53.33%

Color #773831 in popluar number systems.

HEX773831
Decimal1195649
Binary1110111111000110001
Octal1677061

Shades and tints

Shades of #773831

#773831
(119,56,49)
#6D332D
(109,51,45)
#632E29
(99,46,41)
#592925
(89,41,37)
#4F2421
(79,36,33)
#451F1D
(69,31,29)
#3B1A19
(59,26,25)
#311515
(49,21,21)
#271011
(39,16,17)
#1D0B0D
(29,11,13)
#130609
(19,6,9)
#000000
(0,0,0)

Tints of #773831

#773831
(119,56,49)
#834A43
(131,74,67)
#8F5C55
(143,92,85)
#9B6E67
(155,110,103)
#A78079
(167,128,121)
#B3928B
(179,146,139)
#BFA49D
(191,164,157)
#CBB6AF
(203,182,175)
#D7C8C1
(215,200,193)
#E3DAD3
(227,218,211)
#EFECE5
(239,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773831; }

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

This text font color is #773831.


Background Color

.myBgColor { background-color: #773831; }

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

This div background color is #773831.


Border color

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

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

This div border color is #773831.


Opacity

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

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

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

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

This text has shadow with #773831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773831 on black background.


Color preview on white background

This text has color #773831 on white background.



Black color preview on #773831 background

This text has black color on #773831 background.


White color preview on #773831 background

This text has white color on #773831 background.