COLOR #773C28

HEX: #773C28
RGB: (119,60,40)

Color info

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

RGB color model

#773C28 color RGB value is (119,60,40).

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

RGB channels and saturation

R 119 of 255 = 47%
G 60 of 255 = 24%
B 40 of 255 = 16%

119
60
40

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

Portions of RGB colors in percentages

R + G + B =
119 + 60 + 40 = 219 (100%)
R 119 of 219 ~ 54.34%
G 60 of 219 ~ 27.4%
B 40 of 219 ~ 18.26%

%54.34
%27.4
%18.26

CMYK color model

#773C28 color CMYK value is (0,50,66,53).

  • cyan value is 0.00%
  • magenta value is 49.58%
  • yellow value is 66.39%
  • key color value is 53.33%
CMYK:
(0,50,66,53)
C0M50Y66K53 
(0%,50%,66%,53%)
(0.00/0.50/0.66/0.53)	

CMYK percentages

%0
%49.58
%66.39
%53.33

Codes

Color #773C28 in popluar color models

773C28
RGB1196040
HSL15°49.69%31.18%
HSB/HSV15°66.39%46.67%
CMYK0.00%49.58%66.39%
53.33%

Color #773C28 in popluar number systems.

HEX773C28
Decimal1196040
Binary1110111111100101000
Octal1677450

Shades and tints

Shades of #773C28

#773C28
(119,60,40)
#6D3725
(109,55,37)
#633222
(99,50,34)
#592D1F
(89,45,31)
#4F281C
(79,40,28)
#452319
(69,35,25)
#3B1E16
(59,30,22)
#311913
(49,25,19)
#271410
(39,20,16)
#1D0F0D
(29,15,13)
#130A0A
(19,10,10)
#000000
(0,0,0)

Tints of #773C28

#773C28
(119,60,40)
#834D3B
(131,77,59)
#8F5E4E
(143,94,78)
#9B6F61
(155,111,97)
#A78074
(167,128,116)
#B39187
(179,145,135)
#BFA29A
(191,162,154)
#CBB3AD
(203,179,173)
#D7C4C0
(215,196,192)
#E3D5D3
(227,213,211)
#EFE6E6
(239,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773C28; }

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

This text font color is #773C28.


Background Color

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

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

This div background color is #773C28.


Border color

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

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

This div border color is #773C28.


Opacity

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

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

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

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

This text has shadow with #773C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773C28 on black background.


Color preview on white background

This text has color #773C28 on white background.



Black color preview on #773C28 background

This text has black color on #773C28 background.


White color preview on #773C28 background

This text has white color on #773C28 background.