COLOR #730A11

HEX: #730A11
RGB: (115,10,17)

Color info

#730A11 contains mainly red color. Web safe color of #730A11 is #660000 (or #600).

RGB color model

#730A11 color RGB value is (115,10,17).

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

RGB channels and saturation

R 115 of 255 = 45%
G 10 of 255 = 4%
B 17 of 255 = 7%

115
10
17

R + G + B ~ 19%. #730A11 is dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 10 + 17 = 142 (100%)
R 115 of 142 ~ 80.99%
G 10 of 142 ~ 7.04%
B 17 of 142 ~ 11.97%

%80.99
%11.97

CMYK color model

#730A11 color CMYK value is (0,91,85,55).

  • cyan value is 0.00%
  • magenta value is 91.30%
  • yellow value is 85.22%
  • key color value is 54.90%
CMYK:
(0,91,85,55)
C0M91Y85K55 
(0%,91%,85%,55%)
(0.00/0.91/0.85/0.55)	

CMYK percentages

%0
%91.3
%85.22
%54.9

Codes

Color #730A11 in popluar color models

730A11
RGB1151017
HSL356°84.00%24.51%
HSB/HSV356°91.30%45.10%
CMYK0.00%91.30%85.22%
54.90%

Color #730A11 in popluar number systems.

HEX730A11
Decimal1151017
Binary1110011101010001
Octal1631221

Shades and tints

Shades of #730A11

#730A11
(115,10,17)
#690A10
(105,10,16)
#5F0A0F
(95,10,15)
#550A0E
(85,10,14)
#4B0A0D
(75,10,13)
#410A0C
(65,10,12)
#370A0B
(55,10,11)
#2D0A0A
(45,10,10)
#230A09
(35,10,9)
#190A08
(25,10,8)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #730A11

#730A11
(115,10,17)
#7F2026
(127,32,38)
#8B363B
(139,54,59)
#974C50
(151,76,80)
#A36265
(163,98,101)
#AF787A
(175,120,122)
#BB8E8F
(187,142,143)
#C7A4A4
(199,164,164)
#D3BAB9
(211,186,185)
#DFD0CE
(223,208,206)
#EBE6E3
(235,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #730A11; }

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

This text font color is #730A11.


Background Color

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

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

This div background color is #730A11.


Border color

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

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

This div border color is #730A11.


Opacity

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

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

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

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

This text has shadow with #730A11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #730A11 on black background.


Color preview on white background

This text has color #730A11 on white background.



Black color preview on #730A11 background

This text has black color on #730A11 background.


White color preview on #730A11 background

This text has white color on #730A11 background.