COLOR #8F2529

HEX: #8F2529
RGB: (143,37,41)

Color info

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

RGB color model

#8F2529 color RGB value is (143,37,41).

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

RGB channels and saturation

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

143
37
41

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

Portions of RGB colors in percentages

R + G + B =
143 + 37 + 41 = 221 (100%)
R 143 of 221 ~ 64.71%
G 37 of 221 ~ 16.74%
B 41 of 221 ~ 18.55%

%64.71
%16.74
%18.55

CMYK color model

#8F2529 color CMYK value is (0,74,71,44).

  • cyan value is 0.00%
  • magenta value is 74.13%
  • yellow value is 71.33%
  • key color value is 43.92%
CMYK:
(0,74,71,44)
C0M74Y71K44 
(0%,74%,71%,44%)
(0.00/0.74/0.71/0.44)	

CMYK percentages

%0
%74.13
%71.33
%43.92

Codes

Color #8F2529 in popluar color models

8F2529
RGB1433741
HSL358°58.89%35.29%
HSB/HSV358°74.13%56.08%
CMYK0.00%74.13%71.33%
43.92%

Color #8F2529 in popluar number systems.

HEX8F2529
Decimal1433741
Binary10001111100101101001
Octal2174551

Shades and tints

Shades of #8F2529

#8F2529
(143,37,41)
#822226
(130,34,38)
#751F23
(117,31,35)
#681C20
(104,28,32)
#5B191D
(91,25,29)
#4E161A
(78,22,26)
#411317
(65,19,23)
#341014
(52,16,20)
#270D11
(39,13,17)
#1A0A0E
(26,10,14)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #8F2529

#8F2529
(143,37,41)
#99383C
(153,56,60)
#A34B4F
(163,75,79)
#AD5E62
(173,94,98)
#B77175
(183,113,117)
#C18488
(193,132,136)
#CB979B
(203,151,155)
#D5AAAE
(213,170,174)
#DFBDC1
(223,189,193)
#E9D0D4
(233,208,212)
#F3E3E7
(243,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F2529; }

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

This text font color is #8F2529.


Background Color

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

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

This div background color is #8F2529.


Border color

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

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

This div border color is #8F2529.


Opacity

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

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

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

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

This text has shadow with #8F2529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F2529 on black background.


Color preview on white background

This text has color #8F2529 on white background.



Black color preview on #8F2529 background

This text has black color on #8F2529 background.


White color preview on #8F2529 background

This text has white color on #8F2529 background.