COLOR #731E18

HEX: #731E18 RGB: (115,30,24)

Color info

#731E18 contains mainly red color. Web safe color of #731E18 is #663300 (or #630).

RGB color model

#731E18 color RGB value is (115,30,24).

RGB: (115,30,24) (45%, 12%, 9%)

RGB channels and saturation

R 115 of 255 = 45%
G 30 of 255 = 12%
B 24 of 255 = 9%

115
30
24

R + G + B ~ 22%. #731E18 is dark color.

Portions of RGB colors in percentages

R + G + B = 115 + 30 + 24 = 169 (100%)
R 115 of 169 ~ 68.05%
G 30 of 169 ~ 17.75%
B 24 of 169 ~ 14.2'%

%68.05
%17.75
%14.2

CMYK color model

#731E18 color CMYK value is (0,74,79,55).

  • cyan value is 0.00%
  • magenta value is 73.91%
  • yellow value is 79.13%
  • key color value is 54.90%

CMYK: (0,74,79,55)
C0M74Y79K55 (0%, 74%, 79%, 55%)
(0.00 / 0.74 / 0.79 / 0.55)

CMYK percentages

%0
%73.91
%79.13
%54.9

Codes

Color #731E18 in popluar color models

73 1E 18
RGB 115 30 24
HSL 65.47% 27.25%
HSB/HSV 79.13% 45.10%
CMYK 0.00% 73.91% 79.13%
54.90%

Color #731E18 in popluar number systems.

HEX 73 1E 18
Decimal 115 30 24
Binary 1110011 11110 11000
Octal 163 36 30

Shades and tints

Shades of #731E18

#731E18
(115,30,24)
#691C16
(105,28,22)
#5F1A14
(95,26,20)
#551812
(85,24,18)
#4B1610
(75,22,16)
#41140E
(65,20,14)
#37120C
(55,18,12)
#2D100A
(45,16,10)
#230E08
(35,14,8)
#190C06
(25,12,6)
#0F0A04
(15,10,4)
#000000
(0,0,0)

Tints of #731E18

#731E18
(115,30,24)
#7F322D
(127,50,45)
#8B4642
(139,70,66)
#975A57
(151,90,87)
#A36E6C
(163,110,108)
#AF8281
(175,130,129)
#BB9696
(187,150,150)
#C7AAAB
(199,170,171)
#D3BEC0
(211,190,192)
#DFD2D5
(223,210,213)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #731E18 color. Also use rgb(115,30,24) instead hex code.

Text Font Color

.myTextColor { color: #731E18; }

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

This text font color is #731E18.

Background Color

.myBgColor { background-color: #731E18; }

<div style="background-color:#731E18">Inner text</div>

This div background color is #731E18.

Border color

.myBorderColor { border: 1px solid #731E18; }

<div style="border:3px solid #731E18">Div</div>

This div border color is #731E18.

Opacity

.myOpacity80 { color: #731E18; opacity: 0.8; }

<p style="color:#731E18;opacity:0.8;">80%</p>

Text with #731E18 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 #731E18;}

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

This text has shadow with #731E18 color.


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

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

This text has shadow with #731E18 primary color and red secondary color.


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

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

This text has shadow with #731E18 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #731E18.

Preview

Color preview on black background

This text has color #731E18 on black background.


Color preview on white background

This text has color #731E18 on white background.


Black color preview on #731E18 background

This text has black color on #731E18 background.


White color preview on #731E18 background

This text has white color on #731E18 background.


Related colors

Complementary color

Complementary color for #hex is #8CE1E7.


I love getcolorcode.com

Triadic colors

1 #18731E and #1E1873 with #731E18 are triadic colors.

2 #181E73 and #1E7318 with #731E18 are triadic colors.