COLOR #73254D

HEX: #73254D
RGB: (115,37,77)

Color info

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

RGB color model

#73254D color RGB value is (115,37,77).

  • red value is 115;
  • green value is 37;
  • blue value is 77.
RGB:
(115,37,77)
(45%,15%,30%)

RGB channels and saturation

R 115 of 255 = 45%
G 37 of 255 = 15%
B 77 of 255 = 30%

115
37
77

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

Portions of RGB colors in percentages

R + G + B =
115 + 37 + 77 = 229 (100%)
R 115 of 229 ~ 50.22%
G 37 of 229 ~ 16.16%
B 77 of 229 ~ 33.62%

%50.22
%16.16
%33.62

CMYK color model

#73254D color CMYK value is (0,68,33,55).

  • cyan value is 0.00%
  • magenta value is 67.83%
  • yellow value is 33.04%
  • key color value is 54.90%
CMYK:
(0,68,33,55)
C0M68Y33K55 
(0%,68%,33%,55%)
(0.00/0.68/0.33/0.55)	

CMYK percentages

%0
%67.83
%33.04
%54.9

Codes

Color #73254D in popluar color models

73254D
RGB1153777
HSL329°51.32%29.80%
HSB/HSV329°67.83%45.10%
CMYK0.00%67.83%33.04%
54.90%

Color #73254D in popluar number systems.

HEX73254D
Decimal1153777
Binary11100111001011001101
Octal16345115

Shades and tints

Shades of #73254D

#73254D
(115,37,77)
#692246
(105,34,70)
#5F1F3F
(95,31,63)
#551C38
(85,28,56)
#4B1931
(75,25,49)
#41162A
(65,22,42)
#371323
(55,19,35)
#2D101C
(45,16,28)
#230D15
(35,13,21)
#190A0E
(25,10,14)
#0F0707
(15,7,7)
#000000
(0,0,0)

Tints of #73254D

#73254D
(115,37,77)
#7F385D
(127,56,93)
#8B4B6D
(139,75,109)
#975E7D
(151,94,125)
#A3718D
(163,113,141)
#AF849D
(175,132,157)
#BB97AD
(187,151,173)
#C7AABD
(199,170,189)
#D3BDCD
(211,189,205)
#DFD0DD
(223,208,221)
#EBE3ED
(235,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73254D color. Also use rgb(115,37,77) instead hex code.

Text Font Color

.myTextColor { color: #73254D; }

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

This text font color is #73254D.


Background Color

.myBgColor { background-color: #73254D; }

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

This div background color is #73254D.


Border color

.myBorderColor { border: 1px solid #73254D; }

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

This div border color is #73254D.


Opacity

.myOpacity80 { color: #73254D; opacity: 0.8; }

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

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

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

This text has shadow with #73254D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73254D on black background.


Color preview on white background

This text has color #73254D on white background.



Black color preview on #73254D background

This text has black color on #73254D background.


White color preview on #73254D background

This text has white color on #73254D background.