COLOR #730D6D

HEX: #730D6D
RGB: (115,13,109)

Color info

#730D6D contains mainly red and blue colors. Web safe color of #730D6D is #660066 (or #606).

RGB color model

#730D6D color RGB value is (115,13,109).

  • red value is 115;
  • green value is 13;
  • blue value is 109.
RGB:
(115,13,109)
(45%,5%,43%)

RGB channels and saturation

R 115 of 255 = 45%
G 13 of 255 = 5%
B 109 of 255 = 43%

115
13
109

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

Portions of RGB colors in percentages

R + G + B =
115 + 13 + 109 = 237 (100%)
R 115 of 237 ~ 48.52%
G 13 of 237 ~ 5.49%
B 109 of 237 ~ 45.99%

%48.52
%45.99

CMYK color model

#730D6D color CMYK value is (0,89,5,55).

  • cyan value is 0.00%
  • magenta value is 88.70%
  • yellow value is 5.22%
  • key color value is 54.90%
CMYK:
(0,89,5,55)
C0M89Y5K55 
(0%,89%,5%,55%)
(0.00/0.89/0.05/0.55)	

CMYK percentages

%0
%88.7
%5.22
%54.9

Codes

Color #730D6D in popluar color models

730D6D
RGB11513109
HSL304°79.69%25.10%
HSB/HSV304°88.70%45.10%
CMYK0.00%88.70%5.22%
54.90%

Color #730D6D in popluar number systems.

HEX730D6D
Decimal11513109
Binary111001111011101101
Octal16315155

Shades and tints

Shades of #730D6D

#730D6D
(115,13,109)
#690C64
(105,12,100)
#5F0B5B
(95,11,91)
#550A52
(85,10,82)
#4B0949
(75,9,73)
#410840
(65,8,64)
#370737
(55,7,55)
#2D062E
(45,6,46)
#230525
(35,5,37)
#19041C
(25,4,28)
#0F0313
(15,3,19)
#000000
(0,0,0)

Tints of #730D6D

#730D6D
(115,13,109)
#7F237A
(127,35,122)
#8B3987
(139,57,135)
#974F94
(151,79,148)
#A365A1
(163,101,161)
#AF7BAE
(175,123,174)
#BB91BB
(187,145,187)
#C7A7C8
(199,167,200)
#D3BDD5
(211,189,213)
#DFD3E2
(223,211,226)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #730D6D color. Also use rgb(115,13,109) instead hex code.

Text Font Color

.myTextColor { color: #730D6D; }

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

This text font color is #730D6D.


Background Color

.myBgColor { background-color: #730D6D; }

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

This div background color is #730D6D.


Border color

.myBorderColor { border: 1px solid #730D6D; }

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

This div border color is #730D6D.


Opacity

.myOpacity80 { color: #730D6D; opacity: 0.8; }

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

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

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

This text has shadow with #730D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #730D6D on black background.


Color preview on white background

This text has color #730D6D on white background.



Black color preview on #730D6D background

This text has black color on #730D6D background.


White color preview on #730D6D background

This text has white color on #730D6D background.