COLOR #983071

HEX: #983071
RGB: (152,48,113)

Color info

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

RGB color model

#983071 color RGB value is (152,48,113).

  • red value is 152;
  • green value is 48;
  • blue value is 113.
RGB:
(152,48,113)
(60%,19%,44%)

RGB channels and saturation

R 152 of 255 = 60%
G 48 of 255 = 19%
B 113 of 255 = 44%

152
48
113

R + G + B ~ 41%. #983071 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 48 + 113 = 313 (100%)
R 152 of 313 ~ 48.56%
G 48 of 313 ~ 15.34%
B 113 of 313 ~ 36.1%

%48.56
%15.34
%36.1

CMYK color model

#983071 color CMYK value is (0,68,26,40).

  • cyan value is 0.00%
  • magenta value is 68.42%
  • yellow value is 25.66%
  • key color value is 40.39%
CMYK:
(0,68,26,40)
C0M68Y26K40 
(0%,68%,26%,40%)
(0.00/0.68/0.26/0.40)	

CMYK percentages

%0
%68.42
%25.66
%40.39

Codes

Color #983071 in popluar color models

983071
RGB15248113
HSL323°52.00%39.22%
HSB/HSV323°68.42%59.61%
CMYK0.00%68.42%25.66%
40.39%

Color #983071 in popluar number systems.

HEX983071
Decimal15248113
Binary100110001100001110001
Octal23060161

Shades and tints

Shades of #983071

#983071
(152,48,113)
#8B2C67
(139,44,103)
#7E285D
(126,40,93)
#712453
(113,36,83)
#642049
(100,32,73)
#571C3F
(87,28,63)
#4A1835
(74,24,53)
#3D142B
(61,20,43)
#301021
(48,16,33)
#230C17
(35,12,23)
#16080D
(22,8,13)
#000000
(0,0,0)

Tints of #983071

#983071
(152,48,113)
#A1427D
(161,66,125)
#AA5489
(170,84,137)
#B36695
(179,102,149)
#BC78A1
(188,120,161)
#C58AAD
(197,138,173)
#CE9CB9
(206,156,185)
#D7AEC5
(215,174,197)
#E0C0D1
(224,192,209)
#E9D2DD
(233,210,221)
#F2E4E9
(242,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #983071 color. Also use rgb(152,48,113) instead hex code.

Text Font Color

.myTextColor { color: #983071; }

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

This text font color is #983071.


Background Color

.myBgColor { background-color: #983071; }

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

This div background color is #983071.


Border color

.myBorderColor { border: 1px solid #983071; }

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

This div border color is #983071.


Opacity

.myOpacity80 { color: #983071; opacity: 0.8; }

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

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

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

This text has shadow with #983071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #983071 on black background.


Color preview on white background

This text has color #983071 on white background.



Black color preview on #983071 background

This text has black color on #983071 background.


White color preview on #983071 background

This text has white color on #983071 background.