COLOR #773C00

HEX: #773C00
RGB: (119,60,0)

Color info

#773C00 contains only red and green colors. Web safe color of #773C00 is #663300 (or #630).

RGB color model

#773C00 color RGB value is (119,60,0).

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

RGB channels and saturation

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

119
60
0

R + G + B ~ 24%. #773C00 is dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 60 + 0 = 179 (100%)
R 119 of 179 ~ 66.48%
G 60 of 179 ~ 33.52%
B 0 of 179 ~ 0%

%66.48
%33.52

CMYK color model

#773C00 color CMYK value is (0,50,100,53).

  • cyan value is 0.00%
  • magenta value is 49.58%
  • yellow value is 100.00%
  • key color value is 53.33%
CMYK:
(0,50,100,53)
C0M50Y100K53 
(0%,50%,100%,53%)
(0.00/0.50/1.00/0.53)	

CMYK percentages

%0
%49.58
%100
%53.33

Codes

Color #773C00 in popluar color models

773C00
RGB119600
HSL30°100.00%23.33%
HSB/HSV30°100.00%46.67%
CMYK0.00%49.58%100.00%
53.33%

Color #773C00 in popluar number systems.

HEX773C00
Decimal119600
Binary11101111111000
Octal167740

Shades and tints

Shades of #773C00

#773C00
(119,60,0)
#6D3700
(109,55,0)
#633200
(99,50,0)
#592D00
(89,45,0)
#4F2800
(79,40,0)
#452300
(69,35,0)
#3B1E00
(59,30,0)
#311900
(49,25,0)
#271400
(39,20,0)
#1D0F00
(29,15,0)
#130A00
(19,10,0)
#000000
(0,0,0)

Tints of #773C00

#773C00
(119,60,0)
#834D17
(131,77,23)
#8F5E2E
(143,94,46)
#9B6F45
(155,111,69)
#A7805C
(167,128,92)
#B39173
(179,145,115)
#BFA28A
(191,162,138)
#CBB3A1
(203,179,161)
#D7C4B8
(215,196,184)
#E3D5CF
(227,213,207)
#EFE6E6
(239,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773C00; }

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

This text font color is #773C00.


Background Color

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

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

This div background color is #773C00.


Border color

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

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

This div border color is #773C00.


Opacity

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

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

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

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

This text has shadow with #773C00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773C00 on black background.


Color preview on white background

This text has color #773C00 on white background.



Black color preview on #773C00 background

This text has black color on #773C00 background.


White color preview on #773C00 background

This text has white color on #773C00 background.