COLOR #773643

HEX: #773643
RGB: (119,54,67)

Color info

#773643 contains mainly red and blue colors. Web safe color of #773643 is #663333 (or #633).

RGB color model

#773643 color RGB value is (119,54,67).

  • red value is 119;
  • green value is 54;
  • blue value is 67.
RGB:
(119,54,67)
(47%,21%,26%)

RGB channels and saturation

R 119 of 255 = 47%
G 54 of 255 = 21%
B 67 of 255 = 26%

119
54
67

R + G + B ~ 31%. #773643 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 54 + 67 = 240 (100%)
R 119 of 240 ~ 49.58%
G 54 of 240 ~ 22.5%
B 67 of 240 ~ 27.92%

%49.58
%22.5
%27.92

CMYK color model

#773643 color CMYK value is (0,55,44,53).

  • cyan value is 0.00%
  • magenta value is 54.62%
  • yellow value is 43.70%
  • key color value is 53.33%
CMYK:
(0,55,44,53)
C0M55Y44K53 
(0%,55%,44%,53%)
(0.00/0.55/0.44/0.53)	

CMYK percentages

%0
%54.62
%43.7
%53.33

Codes

Color #773643 in popluar color models

773643
RGB1195467
HSL348°37.57%33.92%
HSB/HSV348°54.62%46.67%
CMYK0.00%54.62%43.70%
53.33%

Color #773643 in popluar number systems.

HEX773643
Decimal1195467
Binary11101111101101000011
Octal16766103

Shades and tints

Shades of #773643

#773643
(119,54,67)
#6D323D
(109,50,61)
#632E37
(99,46,55)
#592A31
(89,42,49)
#4F262B
(79,38,43)
#452225
(69,34,37)
#3B1E1F
(59,30,31)
#311A19
(49,26,25)
#271613
(39,22,19)
#1D120D
(29,18,13)
#130E07
(19,14,7)
#000000
(0,0,0)

Tints of #773643

#773643
(119,54,67)
#834854
(131,72,84)
#8F5A65
(143,90,101)
#9B6C76
(155,108,118)
#A77E87
(167,126,135)
#B39098
(179,144,152)
#BFA2A9
(191,162,169)
#CBB4BA
(203,180,186)
#D7C6CB
(215,198,203)
#E3D8DC
(227,216,220)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773643 color. Also use rgb(119,54,67) instead hex code.

Text Font Color

.myTextColor { color: #773643; }

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

This text font color is #773643.


Background Color

.myBgColor { background-color: #773643; }

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

This div background color is #773643.


Border color

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

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

This div border color is #773643.


Opacity

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

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

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

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

This text has shadow with #773643 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773643 on black background.


Color preview on white background

This text has color #773643 on white background.



Black color preview on #773643 background

This text has black color on #773643 background.


White color preview on #773643 background

This text has white color on #773643 background.