COLOR #73374C

HEX: #73374C
RGB: (115,55,76)

Color info

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

RGB color model

#73374C color RGB value is (115,55,76).

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

RGB channels and saturation

R 115 of 255 = 45%
G 55 of 255 = 22%
B 76 of 255 = 30%

115
55
76

R + G + B ~ 32%. #73374C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 55 + 76 = 246 (100%)
R 115 of 246 ~ 46.75%
G 55 of 246 ~ 22.36%
B 76 of 246 ~ 30.89%

%46.75
%22.36
%30.89

CMYK color model

#73374C color CMYK value is (0,52,34,55).

  • cyan value is 0.00%
  • magenta value is 52.17%
  • yellow value is 33.91%
  • key color value is 54.90%
CMYK:
(0,52,34,55)
C0M52Y34K55 
(0%,52%,34%,55%)
(0.00/0.52/0.34/0.55)	

CMYK percentages

%0
%52.17
%33.91
%54.9

Codes

Color #73374C in popluar color models

73374C
RGB1155576
HSL339°35.29%33.33%
HSB/HSV339°52.17%45.10%
CMYK0.00%52.17%33.91%
54.90%

Color #73374C in popluar number systems.

HEX73374C
Decimal1155576
Binary11100111101111001100
Octal16367114

Shades and tints

Shades of #73374C

#73374C
(115,55,76)
#693246
(105,50,70)
#5F2D40
(95,45,64)
#55283A
(85,40,58)
#4B2334
(75,35,52)
#411E2E
(65,30,46)
#371928
(55,25,40)
#2D1422
(45,20,34)
#230F1C
(35,15,28)
#190A16
(25,10,22)
#0F0510
(15,5,16)
#000000
(0,0,0)

Tints of #73374C

#73374C
(115,55,76)
#7F495C
(127,73,92)
#8B5B6C
(139,91,108)
#976D7C
(151,109,124)
#A37F8C
(163,127,140)
#AF919C
(175,145,156)
#BBA3AC
(187,163,172)
#C7B5BC
(199,181,188)
#D3C7CC
(211,199,204)
#DFD9DC
(223,217,220)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73374C; }

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

This text font color is #73374C.


Background Color

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

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

This div background color is #73374C.


Border color

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

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

This div border color is #73374C.


Opacity

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

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

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

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

This text has shadow with #73374C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73374C on black background.


Color preview on white background

This text has color #73374C on white background.



Black color preview on #73374C background

This text has black color on #73374C background.


White color preview on #73374C background

This text has white color on #73374C background.