COLOR #730D2E

HEX: #730D2E
RGB: (115,13,46)

Color info

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

RGB color model

#730D2E color RGB value is (115,13,46).

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

RGB channels and saturation

R 115 of 255 = 45%
G 13 of 255 = 5%
B 46 of 255 = 18%

115
13
46

R + G + B ~ 23%. #730D2E is dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 13 + 46 = 174 (100%)
R 115 of 174 ~ 66.09%
G 13 of 174 ~ 7.47%
B 46 of 174 ~ 26.44%

%66.09
%26.44

CMYK color model

#730D2E color CMYK value is (0,89,60,55).

  • cyan value is 0.00%
  • magenta value is 88.70%
  • yellow value is 60.00%
  • key color value is 54.90%
CMYK:
(0,89,60,55)
C0M89Y60K55 
(0%,89%,60%,55%)
(0.00/0.89/0.60/0.55)	

CMYK percentages

%0
%88.7
%60
%54.9

Codes

Color #730D2E in popluar color models

730D2E
RGB1151346
HSL341°79.69%25.10%
HSB/HSV341°88.70%45.10%
CMYK0.00%88.70%60.00%
54.90%

Color #730D2E in popluar number systems.

HEX730D2E
Decimal1151346
Binary11100111101101110
Octal1631556

Shades and tints

Shades of #730D2E

#730D2E
(115,13,46)
#690C2A
(105,12,42)
#5F0B26
(95,11,38)
#550A22
(85,10,34)
#4B091E
(75,9,30)
#41081A
(65,8,26)
#370716
(55,7,22)
#2D0612
(45,6,18)
#23050E
(35,5,14)
#19040A
(25,4,10)
#0F0306
(15,3,6)
#000000
(0,0,0)

Tints of #730D2E

#730D2E
(115,13,46)
#7F2341
(127,35,65)
#8B3954
(139,57,84)
#974F67
(151,79,103)
#A3657A
(163,101,122)
#AF7B8D
(175,123,141)
#BB91A0
(187,145,160)
#C7A7B3
(199,167,179)
#D3BDC6
(211,189,198)
#DFD3D9
(223,211,217)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #730D2E; }

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

This text font color is #730D2E.


Background Color

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

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

This div background color is #730D2E.


Border color

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

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

This div border color is #730D2E.


Opacity

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

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

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

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

This text has shadow with #730D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #730D2E on black background.


Color preview on white background

This text has color #730D2E on white background.



Black color preview on #730D2E background

This text has black color on #730D2E background.


White color preview on #730D2E background

This text has white color on #730D2E background.