COLOR #773341

HEX: #773341
RGB: (119,51,65)

Color info

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

RGB color model

#773341 color RGB value is (119,51,65).

  • red value is 119;
  • green value is 51;
  • blue value is 65.
RGB:
(119,51,65)
(47%,20%,25%)

RGB channels and saturation

R 119 of 255 = 47%
G 51 of 255 = 20%
B 65 of 255 = 25%

119
51
65

R + G + B ~ 31%. #773341 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 51 + 65 = 235 (100%)
R 119 of 235 ~ 50.64%
G 51 of 235 ~ 21.7%
B 65 of 235 ~ 27.66%

%50.64
%21.7
%27.66

CMYK color model

#773341 color CMYK value is (0,57,45,53).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 45.38%
  • key color value is 53.33%
CMYK:
(0,57,45,53)
C0M57Y45K53 
(0%,57%,45%,53%)
(0.00/0.57/0.45/0.53)	

CMYK percentages

%0
%57.14
%45.38
%53.33

Codes

Color #773341 in popluar color models

773341
RGB1195165
HSL348°40.00%33.33%
HSB/HSV348°57.14%46.67%
CMYK0.00%57.14%45.38%
53.33%

Color #773341 in popluar number systems.

HEX773341
Decimal1195165
Binary11101111100111000001
Octal16763101

Shades and tints

Shades of #773341

#773341
(119,51,65)
#6D2F3C
(109,47,60)
#632B37
(99,43,55)
#592732
(89,39,50)
#4F232D
(79,35,45)
#451F28
(69,31,40)
#3B1B23
(59,27,35)
#31171E
(49,23,30)
#271319
(39,19,25)
#1D0F14
(29,15,20)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #773341

#773341
(119,51,65)
#834552
(131,69,82)
#8F5763
(143,87,99)
#9B6974
(155,105,116)
#A77B85
(167,123,133)
#B38D96
(179,141,150)
#BF9FA7
(191,159,167)
#CBB1B8
(203,177,184)
#D7C3C9
(215,195,201)
#E3D5DA
(227,213,218)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773341 color. Also use rgb(119,51,65) instead hex code.

Text Font Color

.myTextColor { color: #773341; }

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

This text font color is #773341.


Background Color

.myBgColor { background-color: #773341; }

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

This div background color is #773341.


Border color

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

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

This div border color is #773341.


Opacity

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

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

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

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

This text has shadow with #773341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773341 on black background.


Color preview on white background

This text has color #773341 on white background.



Black color preview on #773341 background

This text has black color on #773341 background.


White color preview on #773341 background

This text has white color on #773341 background.