COLOR #773408

HEX: #773408
RGB: (119,52,8)

Color info

#773408 contains mainly red color. Web safe color of #773408 is #663300 (or #630).

RGB color model

#773408 color RGB value is (119,52,8).

  • red value is 119;
  • green value is 52;
  • blue value is 8.
RGB:
(119,52,8)
(47%,20%,3%)

RGB channels and saturation

R 119 of 255 = 47%
G 52 of 255 = 20%
B 8 of 255 = 3%

119
52
8

R + G + B ~ 23%. #773408 is dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 52 + 8 = 179 (100%)
R 119 of 179 ~ 66.48%
G 52 of 179 ~ 29.05%
B 8 of 179 ~ 4.47%

%66.48
%29.05

CMYK color model

#773408 color CMYK value is (0,56,93,53).

  • cyan value is 0.00%
  • magenta value is 56.30%
  • yellow value is 93.28%
  • key color value is 53.33%
CMYK:
(0,56,93,53)
C0M56Y93K53 
(0%,56%,93%,53%)
(0.00/0.56/0.93/0.53)	

CMYK percentages

%0
%56.3
%93.28
%53.33

Codes

Color #773408 in popluar color models

773408
RGB119528
HSL24°87.40%24.90%
HSB/HSV24°93.28%46.67%
CMYK0.00%56.30%93.28%
53.33%

Color #773408 in popluar number systems.

HEX773408
Decimal119528
Binary11101111101001000
Octal1676410

Shades and tints

Shades of #773408

#773408
(119,52,8)
#6D3008
(109,48,8)
#632C08
(99,44,8)
#592808
(89,40,8)
#4F2408
(79,36,8)
#452008
(69,32,8)
#3B1C08
(59,28,8)
#311808
(49,24,8)
#271408
(39,20,8)
#1D1008
(29,16,8)
#130C08
(19,12,8)
#000000
(0,0,0)

Tints of #773408

#773408
(119,52,8)
#83461E
(131,70,30)
#8F5834
(143,88,52)
#9B6A4A
(155,106,74)
#A77C60
(167,124,96)
#B38E76
(179,142,118)
#BFA08C
(191,160,140)
#CBB2A2
(203,178,162)
#D7C4B8
(215,196,184)
#E3D6CE
(227,214,206)
#EFE8E4
(239,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773408 color. Also use rgb(119,52,8) instead hex code.

Text Font Color

.myTextColor { color: #773408; }

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

This text font color is #773408.


Background Color

.myBgColor { background-color: #773408; }

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

This div background color is #773408.


Border color

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

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

This div border color is #773408.


Opacity

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

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

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

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

This text has shadow with #773408 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773408 on black background.


Color preview on white background

This text has color #773408 on white background.



Black color preview on #773408 background

This text has black color on #773408 background.


White color preview on #773408 background

This text has white color on #773408 background.