COLOR #773818

HEX: #773818
RGB: (119,56,24)

Color info

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

RGB color model

#773818 color RGB value is (119,56,24).

  • red value is 119;
  • green value is 56;
  • blue value is 24.
RGB:
(119,56,24)
(47%,22%,9%)

RGB channels and saturation

R 119 of 255 = 47%
G 56 of 255 = 22%
B 24 of 255 = 9%

119
56
24

R + G + B ~ 26%. #773818 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 56 + 24 = 199 (100%)
R 119 of 199 ~ 59.8%
G 56 of 199 ~ 28.14%
B 24 of 199 ~ 12.06%

%59.8
%28.14
%12.06

CMYK color model

#773818 color CMYK value is (0,53,80,53).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 79.83%
  • key color value is 53.33%
CMYK:
(0,53,80,53)
C0M53Y80K53 
(0%,53%,80%,53%)
(0.00/0.53/0.80/0.53)	

CMYK percentages

%0
%52.94
%79.83
%53.33

Codes

Color #773818 in popluar color models

773818
RGB1195624
HSL20°66.43%28.04%
HSB/HSV20°79.83%46.67%
CMYK0.00%52.94%79.83%
53.33%

Color #773818 in popluar number systems.

HEX773818
Decimal1195624
Binary111011111100011000
Octal1677030

Shades and tints

Shades of #773818

#773818
(119,56,24)
#6D3316
(109,51,22)
#632E14
(99,46,20)
#592912
(89,41,18)
#4F2410
(79,36,16)
#451F0E
(69,31,14)
#3B1A0C
(59,26,12)
#31150A
(49,21,10)
#271008
(39,16,8)
#1D0B06
(29,11,6)
#130604
(19,6,4)
#000000
(0,0,0)

Tints of #773818

#773818
(119,56,24)
#834A2D
(131,74,45)
#8F5C42
(143,92,66)
#9B6E57
(155,110,87)
#A7806C
(167,128,108)
#B39281
(179,146,129)
#BFA496
(191,164,150)
#CBB6AB
(203,182,171)
#D7C8C0
(215,200,192)
#E3DAD5
(227,218,213)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773818 color. Also use rgb(119,56,24) instead hex code.

Text Font Color

.myTextColor { color: #773818; }

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

This text font color is #773818.


Background Color

.myBgColor { background-color: #773818; }

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

This div background color is #773818.


Border color

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

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

This div border color is #773818.


Opacity

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

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

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

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

This text has shadow with #773818 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773818 on black background.


Color preview on white background

This text has color #773818 on white background.



Black color preview on #773818 background

This text has black color on #773818 background.


White color preview on #773818 background

This text has white color on #773818 background.