COLOR #8D2348

HEX: #8D2348
RGB: (141,35,72)

Color info

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

RGB color model

#8D2348 color RGB value is (141,35,72).

  • red value is 141;
  • green value is 35;
  • blue value is 72.
RGB:
(141,35,72)
(55%,14%,28%)

RGB channels and saturation

R 141 of 255 = 55%
G 35 of 255 = 14%
B 72 of 255 = 28%

141
35
72

R + G + B ~ 32%. #8D2348 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 35 + 72 = 248 (100%)
R 141 of 248 ~ 56.85%
G 35 of 248 ~ 14.11%
B 72 of 248 ~ 29.03%

%56.85
%14.11
%29.03

CMYK color model

#8D2348 color CMYK value is (0,75,49,45).

  • cyan value is 0.00%
  • magenta value is 75.18%
  • yellow value is 48.94%
  • key color value is 44.71%
CMYK:
(0,75,49,45)
C0M75Y49K45 
(0%,75%,49%,45%)
(0.00/0.75/0.49/0.45)	

CMYK percentages

%0
%75.18
%48.94
%44.71

Codes

Color #8D2348 in popluar color models

8D2348
RGB1413572
HSL339°60.23%34.51%
HSB/HSV339°75.18%55.29%
CMYK0.00%75.18%48.94%
44.71%

Color #8D2348 in popluar number systems.

HEX8D2348
Decimal1413572
Binary100011011000111001000
Octal21543110

Shades and tints

Shades of #8D2348

#8D2348
(141,35,72)
#812042
(129,32,66)
#751D3C
(117,29,60)
#691A36
(105,26,54)
#5D1730
(93,23,48)
#51142A
(81,20,42)
#451124
(69,17,36)
#390E1E
(57,14,30)
#2D0B18
(45,11,24)
#210812
(33,8,18)
#15050C
(21,5,12)
#000000
(0,0,0)

Tints of #8D2348

#8D2348
(141,35,72)
#973758
(151,55,88)
#A14B68
(161,75,104)
#AB5F78
(171,95,120)
#B57388
(181,115,136)
#BF8798
(191,135,152)
#C99BA8
(201,155,168)
#D3AFB8
(211,175,184)
#DDC3C8
(221,195,200)
#E7D7D8
(231,215,216)
#F1EBE8
(241,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D2348 color. Also use rgb(141,35,72) instead hex code.

Text Font Color

.myTextColor { color: #8D2348; }

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

This text font color is #8D2348.


Background Color

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

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

This div background color is #8D2348.


Border color

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

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

This div border color is #8D2348.


Opacity

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

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

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

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

This text has shadow with #8D2348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D2348 on black background.


Color preview on white background

This text has color #8D2348 on white background.



Black color preview on #8D2348 background

This text has black color on #8D2348 background.


White color preview on #8D2348 background

This text has white color on #8D2348 background.