COLOR #8F2629

HEX: #8F2629
RGB: (143,38,41)

Color info

#8F2629 contains mainly red color. Web safe color of #8F2629 is #993333 (or #933).

RGB color model

#8F2629 color RGB value is (143,38,41).

  • red value is 143;
  • green value is 38;
  • blue value is 41.
RGB:
(143,38,41)
(56%,15%,16%)

RGB channels and saturation

R 143 of 255 = 56%
G 38 of 255 = 15%
B 41 of 255 = 16%

143
38
41

R + G + B ~ 29%. #8F2629 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 38 + 41 = 222 (100%)
R 143 of 222 ~ 64.41%
G 38 of 222 ~ 17.12%
B 41 of 222 ~ 18.47%

%64.41
%17.12
%18.47

CMYK color model

#8F2629 color CMYK value is (0,73,71,44).

  • cyan value is 0.00%
  • magenta value is 73.43%
  • yellow value is 71.33%
  • key color value is 43.92%
CMYK:
(0,73,71,44)
C0M73Y71K44 
(0%,73%,71%,44%)
(0.00/0.73/0.71/0.44)	

CMYK percentages

%0
%73.43
%71.33
%43.92

Codes

Color #8F2629 in popluar color models

8F2629
RGB1433841
HSL358°58.01%35.49%
HSB/HSV358°73.43%56.08%
CMYK0.00%73.43%71.33%
43.92%

Color #8F2629 in popluar number systems.

HEX8F2629
Decimal1433841
Binary10001111100110101001
Octal2174651

Shades and tints

Shades of #8F2629

#8F2629
(143,38,41)
#822326
(130,35,38)
#752023
(117,32,35)
#681D20
(104,29,32)
#5B1A1D
(91,26,29)
#4E171A
(78,23,26)
#411417
(65,20,23)
#341114
(52,17,20)
#270E11
(39,14,17)
#1A0B0E
(26,11,14)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #8F2629

#8F2629
(143,38,41)
#99393C
(153,57,60)
#A34C4F
(163,76,79)
#AD5F62
(173,95,98)
#B77275
(183,114,117)
#C18588
(193,133,136)
#CB989B
(203,152,155)
#D5ABAE
(213,171,174)
#DFBEC1
(223,190,193)
#E9D1D4
(233,209,212)
#F3E4E7
(243,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F2629 color. Also use rgb(143,38,41) instead hex code.

Text Font Color

.myTextColor { color: #8F2629; }

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

This text font color is #8F2629.


Background Color

.myBgColor { background-color: #8F2629; }

<div style="background-color:#8F2629">Inner text</div>

This div background color is #8F2629.


Border color

.myBorderColor { border: 1px solid #8F2629; }

<div style="border:3px solid #8F2629">Div</div>

This div border color is #8F2629.


Opacity

.myOpacity80 { color: #8F2629; opacity: 0.8; }

<p style="color:#8F2629;opacity:0.8;">80%</p>

Text with #8F2629 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 #8F2629;}

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

This text has shadow with #8F2629 color.

.textShadow {text-shadow: 3px 3px 1px #8F2629, 3px 3px 1px red;}

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

This text has shadow with #8F2629 primary color and red secondary color.


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

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

This text has shadow with #8F2629 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F2629 on black background.


Color preview on white background

This text has color #8F2629 on white background.



Black color preview on #8F2629 background

This text has black color on #8F2629 background.


White color preview on #8F2629 background

This text has white color on #8F2629 background.