COLOR #731F1B

HEX: #731F1B
RGB: (115,31,27)

Color info

#731F1B contains mainly red color. Web safe color of #731F1B is #663333 (or #633).

RGB color model

#731F1B color RGB value is (115,31,27).

  • red value is 115;
  • green value is 31;
  • blue value is 27.
RGB:
(115,31,27)
(45%,12%,11%)

RGB channels and saturation

R 115 of 255 = 45%
G 31 of 255 = 12%
B 27 of 255 = 11%

115
31
27

R + G + B ~ 23%. #731F1B is dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 31 + 27 = 173 (100%)
R 115 of 173 ~ 66.47%
G 31 of 173 ~ 17.92%
B 27 of 173 ~ 15.61%

%66.47
%17.92
%15.61

CMYK color model

#731F1B color CMYK value is (0,73,77,55).

  • cyan value is 0.00%
  • magenta value is 73.04%
  • yellow value is 76.52%
  • key color value is 54.90%
CMYK:
(0,73,77,55)
C0M73Y77K55 
(0%,73%,77%,55%)
(0.00/0.73/0.77/0.55)	

CMYK percentages

%0
%73.04
%76.52
%54.9

Codes

Color #731F1B in popluar color models

731F1B
RGB1153127
HSL61.97%27.84%
HSB/HSV76.52%45.10%
CMYK0.00%73.04%76.52%
54.90%

Color #731F1B in popluar number systems.

HEX731F1B
Decimal1153127
Binary11100111111111011
Octal1633733

Shades and tints

Shades of #731F1B

#731F1B
(115,31,27)
#691D19
(105,29,25)
#5F1B17
(95,27,23)
#551915
(85,25,21)
#4B1713
(75,23,19)
#411511
(65,21,17)
#37130F
(55,19,15)
#2D110D
(45,17,13)
#230F0B
(35,15,11)
#190D09
(25,13,9)
#0F0B07
(15,11,7)
#000000
(0,0,0)

Tints of #731F1B

#731F1B
(115,31,27)
#7F332F
(127,51,47)
#8B4743
(139,71,67)
#975B57
(151,91,87)
#A36F6B
(163,111,107)
#AF837F
(175,131,127)
#BB9793
(187,151,147)
#C7ABA7
(199,171,167)
#D3BFBB
(211,191,187)
#DFD3CF
(223,211,207)
#EBE7E3
(235,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #731F1B color. Also use rgb(115,31,27) instead hex code.

Text Font Color

.myTextColor { color: #731F1B; }

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

This text font color is #731F1B.


Background Color

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

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

This div background color is #731F1B.


Border color

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

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

This div border color is #731F1B.


Opacity

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

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

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

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

This text has shadow with #731F1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #731F1B on black background.


Color preview on white background

This text has color #731F1B on white background.



Black color preview on #731F1B background

This text has black color on #731F1B background.


White color preview on #731F1B background

This text has white color on #731F1B background.