COLOR #773B2F

HEX: #773B2F RGB: (119,59,47)

Color info

#773B2F contains mainly red color. Web safe color of #773B2F is #663333 (or #633).

RGB color model

#773B2F color RGB value is (119,59,47).

RGB: (119,59,47) (47%, 23%, 18%)

RGB channels and saturation

R 119 of 255 = 47%
G 59 of 255 = 23%
B 47 of 255 = 18%

119
59
47

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

Portions of RGB colors in percentages

R + G + B = 119 + 59 + 47 = 225 (100%)
R 119 of 225 ~ 52.89%
G 59 of 225 ~ 26.22%
B 47 of 225 ~ 20.89'%

%52.89
%26.22
%20.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.42%
  • 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
%50.42
%60.5
%53.33

Codes

Color #773B2F in popluar color models

77 3B 2F
RGB 119 59 47
HSL 10° 43.37% 32.55%
HSB/HSV 10° 60.50% 46.67%
CMYK 0.00% 50.42% 60.50%
53.33%

Color #773B2F in popluar number systems.

HEX 77 3B 2F
Decimal 119 59 47
Binary 1110111 111011 101111
Octal 167 73 57

Shades and tints

Shades of #773B2F

#773B2F
(119,59,47)
#6D362B
(109,54,43)
#633127
(99,49,39)
#592C23
(89,44,35)
#4F271F
(79,39,31)
#45221B
(69,34,27)
#3B1D17
(59,29,23)
#311813
(49,24,19)
#27130F
(39,19,15)
#1D0E0B
(29,14,11)
#130907
(19,9,7)
#000000
(0,0,0)

Tints of #773B2F

#773B2F
(119,59,47)
#834C41
(131,76,65)
#8F5D53
(143,93,83)
#9B6E65
(155,110,101)
#A77F77
(167,127,119)
#B39089
(179,144,137)
#BFA19B
(191,161,155)
#CBB2AD
(203,178,173)
#D7C3BF
(215,195,191)
#E3D4D1
(227,212,209)
#EFE5E3
(239,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773B2F; }

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

This text font color is #773B2F.

Background Color

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

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

This div background color is #773B2F.

Border color

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

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

This div border color is #773B2F.

Opacity

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

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

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

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

This text has shadow with #773B2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #773B2F.

Preview

Color preview on black background

This text has color #773B2F on black background.


Color preview on white background

This text has color #773B2F on white background.


Black color preview on #773B2F background

This text has black color on #773B2F background.


White color preview on #773B2F background

This text has white color on #773B2F background.


Related colors

Complementary color

Complementary color for #hex is #88C4D0.


I love getcolorcode.com

Triadic colors

1 #2F773B and #3B2F77 with #773B2F are triadic colors.

2 #2F3B77 and #3B772F with #773B2F are triadic colors.