COLOR #73374E

HEX: #73374E
RGB: (115,55,78)

Color info

#73374E contains mainly red and blue colors. Web safe color of #73374E is #663366 (or #636).

RGB color model

#73374E color RGB value is (115,55,78).

  • red value is 115;
  • green value is 55;
  • blue value is 78.
RGB:
(115,55,78)
(45%,22%,31%)

RGB channels and saturation

R 115 of 255 = 45%
G 55 of 255 = 22%
B 78 of 255 = 31%

115
55
78

R + G + B ~ 33%. #73374E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 55 + 78 = 248 (100%)
R 115 of 248 ~ 46.37%
G 55 of 248 ~ 22.18%
B 78 of 248 ~ 31.45%

%46.37
%22.18
%31.45

CMYK color model

#73374E color CMYK value is (0,52,32,55).

  • cyan value is 0.00%
  • magenta value is 52.17%
  • yellow value is 32.17%
  • key color value is 54.90%
CMYK:
(0,52,32,55)
C0M52Y32K55 
(0%,52%,32%,55%)
(0.00/0.52/0.32/0.55)	

CMYK percentages

%0
%52.17
%32.17
%54.9

Codes

Color #73374E in popluar color models

73374E
RGB1155578
HSL337°35.29%33.33%
HSB/HSV337°52.17%45.10%
CMYK0.00%52.17%32.17%
54.90%

Color #73374E in popluar number systems.

HEX73374E
Decimal1155578
Binary11100111101111001110
Octal16367116

Shades and tints

Shades of #73374E

#73374E
(115,55,78)
#693247
(105,50,71)
#5F2D40
(95,45,64)
#552839
(85,40,57)
#4B2332
(75,35,50)
#411E2B
(65,30,43)
#371924
(55,25,36)
#2D141D
(45,20,29)
#230F16
(35,15,22)
#190A0F
(25,10,15)
#0F0508
(15,5,8)
#000000
(0,0,0)

Tints of #73374E

#73374E
(115,55,78)
#7F495E
(127,73,94)
#8B5B6E
(139,91,110)
#976D7E
(151,109,126)
#A37F8E
(163,127,142)
#AF919E
(175,145,158)
#BBA3AE
(187,163,174)
#C7B5BE
(199,181,190)
#D3C7CE
(211,199,206)
#DFD9DE
(223,217,222)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73374E color. Also use rgb(115,55,78) instead hex code.

Text Font Color

.myTextColor { color: #73374E; }

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

This text font color is #73374E.


Background Color

.myBgColor { background-color: #73374E; }

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

This div background color is #73374E.


Border color

.myBorderColor { border: 1px solid #73374E; }

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

This div border color is #73374E.


Opacity

.myOpacity80 { color: #73374E; opacity: 0.8; }

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

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

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

This text has shadow with #73374E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73374E on black background.


Color preview on white background

This text has color #73374E on white background.



Black color preview on #73374E background

This text has black color on #73374E background.


White color preview on #73374E background

This text has white color on #73374E background.