COLOR #8A3250

HEX: #8A3250
RGB: (138,50,80)

Color info

#8A3250 contains mainly red and blue colors. Web safe color of #8A3250 is #993366 (or #936).

RGB color model

#8A3250 color RGB value is (138,50,80).

  • red value is 138;
  • green value is 50;
  • blue value is 80.
RGB:
(138,50,80)
(54%,20%,31%)

RGB channels and saturation

R 138 of 255 = 54%
G 50 of 255 = 20%
B 80 of 255 = 31%

138
50
80

R + G + B ~ 35%. #8A3250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 50 + 80 = 268 (100%)
R 138 of 268 ~ 51.49%
G 50 of 268 ~ 18.66%
B 80 of 268 ~ 29.85%

%51.49
%18.66
%29.85

CMYK color model

#8A3250 color CMYK value is (0,64,42,46).

  • cyan value is 0.00%
  • magenta value is 63.77%
  • yellow value is 42.03%
  • key color value is 45.88%
CMYK:
(0,64,42,46)
C0M64Y42K46 
(0%,64%,42%,46%)
(0.00/0.64/0.42/0.46)	

CMYK percentages

%0
%63.77
%42.03
%45.88

Codes

Color #8A3250 in popluar color models

8A3250
RGB1385080
HSL340°46.81%36.86%
HSB/HSV340°63.77%54.12%
CMYK0.00%63.77%42.03%
45.88%

Color #8A3250 in popluar number systems.

HEX8A3250
Decimal1385080
Binary100010101100101010000
Octal21262120

Shades and tints

Shades of #8A3250

#8A3250
(138,50,80)
#7E2E49
(126,46,73)
#722A42
(114,42,66)
#66263B
(102,38,59)
#5A2234
(90,34,52)
#4E1E2D
(78,30,45)
#421A26
(66,26,38)
#36161F
(54,22,31)
#2A1218
(42,18,24)
#1E0E11
(30,14,17)
#120A0A
(18,10,10)
#000000
(0,0,0)

Tints of #8A3250

#8A3250
(138,50,80)
#94445F
(148,68,95)
#9E566E
(158,86,110)
#A8687D
(168,104,125)
#B27A8C
(178,122,140)
#BC8C9B
(188,140,155)
#C69EAA
(198,158,170)
#D0B0B9
(208,176,185)
#DAC2C8
(218,194,200)
#E4D4D7
(228,212,215)
#EEE6E6
(238,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A3250 color. Also use rgb(138,50,80) instead hex code.

Text Font Color

.myTextColor { color: #8A3250; }

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

This text font color is #8A3250.


Background Color

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

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

This div background color is #8A3250.


Border color

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

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

This div border color is #8A3250.


Opacity

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

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

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

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

This text has shadow with #8A3250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A3250 on black background.


Color preview on white background

This text has color #8A3250 on white background.



Black color preview on #8A3250 background

This text has black color on #8A3250 background.


White color preview on #8A3250 background

This text has white color on #8A3250 background.