COLOR #73304B

HEX: #73304B
RGB: (115,48,75)

Color info

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

RGB color model

#73304B color RGB value is (115,48,75).

  • red value is 115;
  • green value is 48;
  • blue value is 75.
RGB:
(115,48,75)
(45%,19%,29%)

RGB channels and saturation

R 115 of 255 = 45%
G 48 of 255 = 19%
B 75 of 255 = 29%

115
48
75

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

Portions of RGB colors in percentages

R + G + B =
115 + 48 + 75 = 238 (100%)
R 115 of 238 ~ 48.32%
G 48 of 238 ~ 20.17%
B 75 of 238 ~ 31.51%

%48.32
%20.17
%31.51

CMYK color model

#73304B color CMYK value is (0,58,35,55).

  • cyan value is 0.00%
  • magenta value is 58.26%
  • yellow value is 34.78%
  • key color value is 54.90%
CMYK:
(0,58,35,55)
C0M58Y35K55 
(0%,58%,35%,55%)
(0.00/0.58/0.35/0.55)	

CMYK percentages

%0
%58.26
%34.78
%54.9

Codes

Color #73304B in popluar color models

73304B
RGB1154875
HSL336°41.10%31.96%
HSB/HSV336°58.26%45.10%
CMYK0.00%58.26%34.78%
54.90%

Color #73304B in popluar number systems.

HEX73304B
Decimal1154875
Binary11100111100001001011
Octal16360113

Shades and tints

Shades of #73304B

#73304B
(115,48,75)
#692C45
(105,44,69)
#5F283F
(95,40,63)
#552439
(85,36,57)
#4B2033
(75,32,51)
#411C2D
(65,28,45)
#371827
(55,24,39)
#2D1421
(45,20,33)
#23101B
(35,16,27)
#190C15
(25,12,21)
#0F080F
(15,8,15)
#000000
(0,0,0)

Tints of #73304B

#73304B
(115,48,75)
#7F425B
(127,66,91)
#8B546B
(139,84,107)
#97667B
(151,102,123)
#A3788B
(163,120,139)
#AF8A9B
(175,138,155)
#BB9CAB
(187,156,171)
#C7AEBB
(199,174,187)
#D3C0CB
(211,192,203)
#DFD2DB
(223,210,219)
#EBE4EB
(235,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73304B color. Also use rgb(115,48,75) instead hex code.

Text Font Color

.myTextColor { color: #73304B; }

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

This text font color is #73304B.


Background Color

.myBgColor { background-color: #73304B; }

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

This div background color is #73304B.


Border color

.myBorderColor { border: 1px solid #73304B; }

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

This div border color is #73304B.


Opacity

.myOpacity80 { color: #73304B; opacity: 0.8; }

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

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

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

This text has shadow with #73304B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73304B on black background.


Color preview on white background

This text has color #73304B on white background.



Black color preview on #73304B background

This text has black color on #73304B background.


White color preview on #73304B background

This text has white color on #73304B background.