COLOR #773C2C

HEX: #773C2C
RGB: (119,60,44)

Color info

#773C2C contains mainly red and green colors. Web safe color of #773C2C is #663333 (or #633).

RGB color model

#773C2C color RGB value is (119,60,44).

  • red value is 119;
  • green value is 60;
  • blue value is 44.
RGB:
(119,60,44)
(47%,24%,17%)

RGB channels and saturation

R 119 of 255 = 47%
G 60 of 255 = 24%
B 44 of 255 = 17%

119
60
44

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

Portions of RGB colors in percentages

R + G + B =
119 + 60 + 44 = 223 (100%)
R 119 of 223 ~ 53.36%
G 60 of 223 ~ 26.91%
B 44 of 223 ~ 19.73%

%53.36
%26.91
%19.73

CMYK color model

#773C2C color CMYK value is (0,50,63,53).

  • cyan value is 0.00%
  • magenta value is 49.58%
  • yellow value is 63.03%
  • key color value is 53.33%
CMYK:
(0,50,63,53)
C0M50Y63K53 
(0%,50%,63%,53%)
(0.00/0.50/0.63/0.53)	

CMYK percentages

%0
%49.58
%63.03
%53.33

Codes

Color #773C2C in popluar color models

773C2C
RGB1196044
HSL13°46.01%31.96%
HSB/HSV13°63.03%46.67%
CMYK0.00%49.58%63.03%
53.33%

Color #773C2C in popluar number systems.

HEX773C2C
Decimal1196044
Binary1110111111100101100
Octal1677454

Shades and tints

Shades of #773C2C

#773C2C
(119,60,44)
#6D3728
(109,55,40)
#633224
(99,50,36)
#592D20
(89,45,32)
#4F281C
(79,40,28)
#452318
(69,35,24)
#3B1E14
(59,30,20)
#311910
(49,25,16)
#27140C
(39,20,12)
#1D0F08
(29,15,8)
#130A04
(19,10,4)
#000000
(0,0,0)

Tints of #773C2C

#773C2C
(119,60,44)
#834D3F
(131,77,63)
#8F5E52
(143,94,82)
#9B6F65
(155,111,101)
#A78078
(167,128,120)
#B3918B
(179,145,139)
#BFA29E
(191,162,158)
#CBB3B1
(203,179,177)
#D7C4C4
(215,196,196)
#E3D5D7
(227,213,215)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773C2C color. Also use rgb(119,60,44) instead hex code.

Text Font Color

.myTextColor { color: #773C2C; }

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

This text font color is #773C2C.


Background Color

.myBgColor { background-color: #773C2C; }

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

This div background color is #773C2C.


Border color

.myBorderColor { border: 1px solid #773C2C; }

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

This div border color is #773C2C.


Opacity

.myOpacity80 { color: #773C2C; opacity: 0.8; }

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

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

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

This text has shadow with #773C2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773C2C on black background.


Color preview on white background

This text has color #773C2C on white background.



Black color preview on #773C2C background

This text has black color on #773C2C background.


White color preview on #773C2C background

This text has white color on #773C2C background.