COLOR #730E3A

HEX: #730E3A RGB: (115,14,58)

Color info

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

RGB color model

#730E3A color RGB value is (115,14,58).

RGB: (115,14,58) (45%, 5%, 23%)

RGB channels and saturation

R 115 of 255 = 45%
G 14 of 255 = 5%
B 58 of 255 = 23%

115
14
58

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

Portions of RGB colors in percentages

R + G + B = 115 + 14 + 58 = 187 (100%)
R 115 of 187 ~ 61.5%
G 14 of 187 ~ 7.49%
B 58 of 187 ~ 31.02'%

%61.5
%31.02

CMYK color model

#730E3A color CMYK value is (0,88,50,55).

  • cyan value is 0.00%
  • magenta value is 87.83%
  • yellow value is 49.57%
  • key color value is 54.90%

CMYK: (0,88,50,55)
C0M88Y50K55 (0%, 88%, 50%, 55%)
(0.00 / 0.88 / 0.50 / 0.55)

CMYK percentages

%0
%87.83
%49.57
%54.9

Codes

Color #730E3A in popluar color models

73 0E 3A
RGB 115 14 58
HSL 334° 78.29% 25.29%
HSB/HSV 334° 87.83% 45.10%
CMYK 0.00% 87.83% 49.57%
54.90%

Color #730E3A in popluar number systems.

HEX 73 0E 3A
Decimal 115 14 58
Binary 1110011 1110 111010
Octal 163 16 72

Shades and tints

Shades of #730E3A

#730E3A
(115,14,58)
#690D35
(105,13,53)
#5F0C30
(95,12,48)
#550B2B
(85,11,43)
#4B0A26
(75,10,38)
#410921
(65,9,33)
#37081C
(55,8,28)
#2D0717
(45,7,23)
#230612
(35,6,18)
#19050D
(25,5,13)
#0F0408
(15,4,8)
#000000
(0,0,0)

Tints of #730E3A

#730E3A
(115,14,58)
#7F234B
(127,35,75)
#8B385C
(139,56,92)
#974D6D
(151,77,109)
#A3627E
(163,98,126)
#AF778F
(175,119,143)
#BB8CA0
(187,140,160)
#C7A1B1
(199,161,177)
#D3B6C2
(211,182,194)
#DFCBD3
(223,203,211)
#EBE0E4
(235,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #730E3A color. Also use rgb(115,14,58) instead hex code.

Text Font Color

.myTextColor { color: #730E3A; }

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

This text font color is #730E3A.

Background Color

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

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

This div background color is #730E3A.

Border color

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

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

This div border color is #730E3A.

Opacity

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

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

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

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

This text has shadow with #730E3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #730E3A.

Preview

Color preview on black background

This text has color #730E3A on black background.


Color preview on white background

This text has color #730E3A on white background.


Black color preview on #730E3A background

This text has black color on #730E3A background.


White color preview on #730E3A background

This text has white color on #730E3A background.


Related colors

Complementary color

Complementary color for #hex is #8CF1C5.


I love getcolorcode.com

Triadic colors

1 #3A730E and #0E3A73 with #730E3A are triadic colors.

2 #3A0E73 and #0E733A with #730E3A are triadic colors.