COLOR #8D414B

HEX: #8D414B
RGB: (141,65,75)

Color info

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

RGB color model

#8D414B color RGB value is (141,65,75).

  • red value is 141;
  • green value is 65;
  • blue value is 75.
RGB:
(141,65,75)
(55%,25%,29%)

RGB channels and saturation

R 141 of 255 = 55%
G 65 of 255 = 25%
B 75 of 255 = 29%

141
65
75

R + G + B ~ 36%. #8D414B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 65 + 75 = 281 (100%)
R 141 of 281 ~ 50.18%
G 65 of 281 ~ 23.13%
B 75 of 281 ~ 26.69%

%50.18
%23.13
%26.69

CMYK color model

#8D414B color CMYK value is (0,54,47,45).

  • cyan value is 0.00%
  • magenta value is 53.90%
  • yellow value is 46.81%
  • key color value is 44.71%
CMYK:
(0,54,47,45)
C0M54Y47K45 
(0%,54%,47%,45%)
(0.00/0.54/0.47/0.45)	

CMYK percentages

%0
%53.9
%46.81
%44.71

Codes

Color #8D414B in popluar color models

8D414B
RGB1416575
HSL352°36.89%40.39%
HSB/HSV352°53.90%55.29%
CMYK0.00%53.90%46.81%
44.71%

Color #8D414B in popluar number systems.

HEX8D414B
Decimal1416575
Binary1000110110000011001011
Octal215101113

Shades and tints

Shades of #8D414B

#8D414B
(141,65,75)
#813C45
(129,60,69)
#75373F
(117,55,63)
#693239
(105,50,57)
#5D2D33
(93,45,51)
#51282D
(81,40,45)
#452327
(69,35,39)
#391E21
(57,30,33)
#2D191B
(45,25,27)
#211415
(33,20,21)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #8D414B

#8D414B
(141,65,75)
#97525B
(151,82,91)
#A1636B
(161,99,107)
#AB747B
(171,116,123)
#B5858B
(181,133,139)
#BF969B
(191,150,155)
#C9A7AB
(201,167,171)
#D3B8BB
(211,184,187)
#DDC9CB
(221,201,203)
#E7DADB
(231,218,219)
#F1EBEB
(241,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D414B color. Also use rgb(141,65,75) instead hex code.

Text Font Color

.myTextColor { color: #8D414B; }

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

This text font color is #8D414B.


Background Color

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

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

This div background color is #8D414B.


Border color

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

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

This div border color is #8D414B.


Opacity

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

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

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

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

This text has shadow with #8D414B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D414B on black background.


Color preview on white background

This text has color #8D414B on white background.



Black color preview on #8D414B background

This text has black color on #8D414B background.


White color preview on #8D414B background

This text has white color on #8D414B background.