COLOR #773B45

HEX: #773B45
RGB: (119,59,69)

Color info

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

RGB color model

#773B45 color RGB value is (119,59,69).

  • red value is 119;
  • green value is 59;
  • blue value is 69.
RGB:
(119,59,69)
(47%,23%,27%)

RGB channels and saturation

R 119 of 255 = 47%
G 59 of 255 = 23%
B 69 of 255 = 27%

119
59
69

R + G + B ~ 32%. #773B45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 59 + 69 = 247 (100%)
R 119 of 247 ~ 48.18%
G 59 of 247 ~ 23.89%
B 69 of 247 ~ 27.94%

%48.18
%23.89
%27.94

CMYK color model

#773B45 color CMYK value is (0,50,42,53).

  • cyan value is 0.00%
  • magenta value is 50.42%
  • yellow value is 42.02%
  • key color value is 53.33%
CMYK:
(0,50,42,53)
C0M50Y42K53 
(0%,50%,42%,53%)
(0.00/0.50/0.42/0.53)	

CMYK percentages

%0
%50.42
%42.02
%53.33

Codes

Color #773B45 in popluar color models

773B45
RGB1195969
HSL350°33.71%34.90%
HSB/HSV350°50.42%46.67%
CMYK0.00%50.42%42.02%
53.33%

Color #773B45 in popluar number systems.

HEX773B45
Decimal1195969
Binary11101111110111000101
Octal16773105

Shades and tints

Shades of #773B45

#773B45
(119,59,69)
#6D363F
(109,54,63)
#633139
(99,49,57)
#592C33
(89,44,51)
#4F272D
(79,39,45)
#452227
(69,34,39)
#3B1D21
(59,29,33)
#31181B
(49,24,27)
#271315
(39,19,21)
#1D0E0F
(29,14,15)
#130909
(19,9,9)
#000000
(0,0,0)

Tints of #773B45

#773B45
(119,59,69)
#834C55
(131,76,85)
#8F5D65
(143,93,101)
#9B6E75
(155,110,117)
#A77F85
(167,127,133)
#B39095
(179,144,149)
#BFA1A5
(191,161,165)
#CBB2B5
(203,178,181)
#D7C3C5
(215,195,197)
#E3D4D5
(227,212,213)
#EFE5E5
(239,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773B45; }

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

This text font color is #773B45.


Background Color

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

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

This div background color is #773B45.


Border color

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

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

This div border color is #773B45.


Opacity

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

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

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

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

This text has shadow with #773B45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773B45 on black background.


Color preview on white background

This text has color #773B45 on white background.



Black color preview on #773B45 background

This text has black color on #773B45 background.


White color preview on #773B45 background

This text has white color on #773B45 background.