COLOR #773C2F

HEX: #773C2F
RGB: (119,60,47)

Color info

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

RGB color model

#773C2F color RGB value is (119,60,47).

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

RGB channels and saturation

R 119 of 255 = 47%
G 60 of 255 = 24%
B 47 of 255 = 18%

119
60
47

R + G + B ~ 30%. #773C2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 60 + 47 = 226 (100%)
R 119 of 226 ~ 52.65%
G 60 of 226 ~ 26.55%
B 47 of 226 ~ 20.8%

%52.65
%26.55
%20.8

CMYK color model

#773C2F color CMYK value is (0,50,61,53).

  • cyan value is 0.00%
  • magenta value is 49.58%
  • yellow value is 60.50%
  • key color value is 53.33%
CMYK:
(0,50,61,53)
C0M50Y61K53 
(0%,50%,61%,53%)
(0.00/0.50/0.61/0.53)	

CMYK percentages

%0
%49.58
%60.5
%53.33

Codes

Color #773C2F in popluar color models

773C2F
RGB1196047
HSL11°43.37%32.55%
HSB/HSV11°60.50%46.67%
CMYK0.00%49.58%60.50%
53.33%

Color #773C2F in popluar number systems.

HEX773C2F
Decimal1196047
Binary1110111111100101111
Octal1677457

Shades and tints

Shades of #773C2F

#773C2F
(119,60,47)
#6D372B
(109,55,43)
#633227
(99,50,39)
#592D23
(89,45,35)
#4F281F
(79,40,31)
#45231B
(69,35,27)
#3B1E17
(59,30,23)
#311913
(49,25,19)
#27140F
(39,20,15)
#1D0F0B
(29,15,11)
#130A07
(19,10,7)
#000000
(0,0,0)

Tints of #773C2F

#773C2F
(119,60,47)
#834D41
(131,77,65)
#8F5E53
(143,94,83)
#9B6F65
(155,111,101)
#A78077
(167,128,119)
#B39189
(179,145,137)
#BFA29B
(191,162,155)
#CBB3AD
(203,179,173)
#D7C4BF
(215,196,191)
#E3D5D1
(227,213,209)
#EFE6E3
(239,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773C2F; }

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

This text font color is #773C2F.


Background Color

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

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

This div background color is #773C2F.


Border color

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

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

This div border color is #773C2F.


Opacity

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

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

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

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

This text has shadow with #773C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773C2F on black background.


Color preview on white background

This text has color #773C2F on white background.



Black color preview on #773C2F background

This text has black color on #773C2F background.


White color preview on #773C2F background

This text has white color on #773C2F background.