COLOR #730B39

HEX: #730B39
RGB: (115,11,57)

Color info

#730B39 contains mainly red and blue colors. Web safe color of #730B39 is #660033 (or #603).

RGB color model

#730B39 color RGB value is (115,11,57).

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

RGB channels and saturation

R 115 of 255 = 45%
G 11 of 255 = 4%
B 57 of 255 = 22%

115
11
57

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

Portions of RGB colors in percentages

R + G + B =
115 + 11 + 57 = 183 (100%)
R 115 of 183 ~ 62.84%
G 11 of 183 ~ 6.01%
B 57 of 183 ~ 31.15%

%62.84
%31.15

CMYK color model

#730B39 color CMYK value is (0,90,50,55).

  • cyan value is 0.00%
  • magenta value is 90.43%
  • yellow value is 50.43%
  • key color value is 54.90%
CMYK:
(0,90,50,55)
C0M90Y50K55 
(0%,90%,50%,55%)
(0.00/0.90/0.50/0.55)	

CMYK percentages

%0
%90.43
%50.43
%54.9

Codes

Color #730B39 in popluar color models

730B39
RGB1151157
HSL333°82.54%24.71%
HSB/HSV333°90.43%45.10%
CMYK0.00%90.43%50.43%
54.90%

Color #730B39 in popluar number systems.

HEX730B39
Decimal1151157
Binary11100111011111001
Octal1631371

Shades and tints

Shades of #730B39

#730B39
(115,11,57)
#690A34
(105,10,52)
#5F092F
(95,9,47)
#55082A
(85,8,42)
#4B0725
(75,7,37)
#410620
(65,6,32)
#37051B
(55,5,27)
#2D0416
(45,4,22)
#230311
(35,3,17)
#19020C
(25,2,12)
#0F0107
(15,1,7)
#000000
(0,0,0)

Tints of #730B39

#730B39
(115,11,57)
#7F214B
(127,33,75)
#8B375D
(139,55,93)
#974D6F
(151,77,111)
#A36381
(163,99,129)
#AF7993
(175,121,147)
#BB8FA5
(187,143,165)
#C7A5B7
(199,165,183)
#D3BBC9
(211,187,201)
#DFD1DB
(223,209,219)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #730B39 color. Also use rgb(115,11,57) instead hex code.

Text Font Color

.myTextColor { color: #730B39; }

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

This text font color is #730B39.


Background Color

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

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

This div background color is #730B39.


Border color

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

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

This div border color is #730B39.


Opacity

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

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

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

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

This text has shadow with #730B39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #730B39 on black background.


Color preview on white background

This text has color #730B39 on white background.



Black color preview on #730B39 background

This text has black color on #730B39 background.


White color preview on #730B39 background

This text has white color on #730B39 background.