COLOR #730A37

HEX: #730A37
RGB: (115,10,55)

Color info

#730A37 contains mainly red color. Web safe color of #730A37 is #660033 (or #603).

RGB color model

#730A37 color RGB value is (115,10,55).

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

RGB channels and saturation

R 115 of 255 = 45%
G 10 of 255 = 4%
B 55 of 255 = 22%

115
10
55

R + G + B ~ 24%. #730A37 is dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 10 + 55 = 180 (100%)
R 115 of 180 ~ 63.89%
G 10 of 180 ~ 5.56%
B 55 of 180 ~ 30.56%

%63.89
%30.56

CMYK color model

#730A37 color CMYK value is (0,91,52,55).

  • cyan value is 0.00%
  • magenta value is 91.30%
  • yellow value is 52.17%
  • key color value is 54.90%
CMYK:
(0,91,52,55)
C0M91Y52K55 
(0%,91%,52%,55%)
(0.00/0.91/0.52/0.55)	

CMYK percentages

%0
%91.3
%52.17
%54.9

Codes

Color #730A37 in popluar color models

730A37
RGB1151055
HSL334°84.00%24.51%
HSB/HSV334°91.30%45.10%
CMYK0.00%91.30%52.17%
54.90%

Color #730A37 in popluar number systems.

HEX730A37
Decimal1151055
Binary11100111010110111
Octal1631267

Shades and tints

Shades of #730A37

#730A37
(115,10,55)
#690A32
(105,10,50)
#5F0A2D
(95,10,45)
#550A28
(85,10,40)
#4B0A23
(75,10,35)
#410A1E
(65,10,30)
#370A19
(55,10,25)
#2D0A14
(45,10,20)
#230A0F
(35,10,15)
#190A0A
(25,10,10)
#0F0A05
(15,10,5)
#000000
(0,0,0)

Tints of #730A37

#730A37
(115,10,55)
#7F2049
(127,32,73)
#8B365B
(139,54,91)
#974C6D
(151,76,109)
#A3627F
(163,98,127)
#AF7891
(175,120,145)
#BB8EA3
(187,142,163)
#C7A4B5
(199,164,181)
#D3BAC7
(211,186,199)
#DFD0D9
(223,208,217)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #730A37 color. Also use rgb(115,10,55) instead hex code.

Text Font Color

.myTextColor { color: #730A37; }

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

This text font color is #730A37.


Background Color

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

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

This div background color is #730A37.


Border color

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

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

This div border color is #730A37.


Opacity

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

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

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

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

This text has shadow with #730A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #730A37 on black background.


Color preview on white background

This text has color #730A37 on white background.



Black color preview on #730A37 background

This text has black color on #730A37 background.


White color preview on #730A37 background

This text has white color on #730A37 background.