COLOR #773939

HEX: #773939
RGB: (119,57,57)

Color info

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

RGB color model

#773939 color RGB value is (119,57,57).

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

RGB channels and saturation

R 119 of 255 = 47%
G 57 of 255 = 22%
B 57 of 255 = 22%

119
57
57

R + G + B ~ 30%. #773939 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 57 + 57 = 233 (100%)
R 119 of 233 ~ 51.07%
G 57 of 233 ~ 24.46%
B 57 of 233 ~ 24.46%

%51.07
%24.46
%24.46

CMYK color model

#773939 color CMYK value is (0,52,52,53).

  • cyan value is 0.00%
  • magenta value is 52.10%
  • yellow value is 52.10%
  • key color value is 53.33%
CMYK:
(0,52,52,53)
C0M52Y52K53 
(0%,52%,52%,53%)
(0.00/0.52/0.52/0.53)	

CMYK percentages

%0
%52.1
%52.1
%53.33

Codes

Color #773939 in popluar color models

773939
RGB1195757
HSL35.23%34.51%
HSB/HSV52.10%46.67%
CMYK0.00%52.10%52.10%
53.33%

Color #773939 in popluar number systems.

HEX773939
Decimal1195757
Binary1110111111001111001
Octal1677171

Shades and tints

Shades of #773939

#773939
(119,57,57)
#6D3434
(109,52,52)
#632F2F
(99,47,47)
#592A2A
(89,42,42)
#4F2525
(79,37,37)
#452020
(69,32,32)
#3B1B1B
(59,27,27)
#311616
(49,22,22)
#271111
(39,17,17)
#1D0C0C
(29,12,12)
#130707
(19,7,7)
#000000
(0,0,0)

Tints of #773939

#773939
(119,57,57)
#834B4B
(131,75,75)
#8F5D5D
(143,93,93)
#9B6F6F
(155,111,111)
#A78181
(167,129,129)
#B39393
(179,147,147)
#BFA5A5
(191,165,165)
#CBB7B7
(203,183,183)
#D7C9C9
(215,201,201)
#E3DBDB
(227,219,219)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773939; }

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

This text font color is #773939.


Background Color

.myBgColor { background-color: #773939; }

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

This div background color is #773939.


Border color

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

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

This div border color is #773939.


Opacity

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

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

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

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

This text has shadow with #773939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773939 on black background.


Color preview on white background

This text has color #773939 on white background.



Black color preview on #773939 background

This text has black color on #773939 background.


White color preview on #773939 background

This text has white color on #773939 background.