COLOR #83477D

HEX: #83477D
RGB: (131,71,125)

Renk bilgisi

#83477D contains mainly red and blue colors. #83477D ‘ nin web güvenlik rengi #993366 (ya da #936) dir.

RGB renk modeli

#83477D color RGB value is (131,71,125).

  • kırmız ton 131;
  • yeşil ton 71;
  • mavi ton 125.
RGB:
(131,71,125)
(51%,28%,49%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 71 of 255 = 28%
B 125 of 255 = 49%

131
71
125

R + G + B ~ 43%. #83477D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 71 + 125 = 327 (100%)
R 131 of 327 ~ 40.06%
G 71 of 327 ~ 21.71%
B 125 of 327 ~ 38.23%

%40.06
%21.71
%38.23

CMYK RENK MODELİ

#83477D rengi CMYK tonu (0,46,5,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.80%
  • sarı tonu 4.58%
  • ana renk tonu 48.63%
CMYK:
(0,46,5,49)
C0M46Y5K49 
(0%,46%,5%,49%)
(0.00/0.46/0.05/0.49)	

CMYK yüzdeleri

%0
%45.8
%4.58
%48.63

Codes

Color #83477D in popluar color models

83477D
RGB13171125
HSL306°29.70%39.61%
HSB/HSV306°45.80%51.37%
CMYK0.00%45.80%4.58%
48.63%

Color #83477D in popluar number systems.

HEX83477D
Decimal13171125
Binary1000001110001111111101
Octal203107175

Shades and tints

Shades of #83477D

#83477D
(131,71,125)
#784172
(120,65,114)
#6D3B67
(109,59,103)
#62355C
(98,53,92)
#572F51
(87,47,81)
#4C2946
(76,41,70)
#41233B
(65,35,59)
#361D30
(54,29,48)
#2B1725
(43,23,37)
#20111A
(32,17,26)
#150B0F
(21,11,15)
#000000
(0,0,0)

Tints of #83477D

#83477D
(131,71,125)
#8E5788
(142,87,136)
#996793
(153,103,147)
#A4779E
(164,119,158)
#AF87A9
(175,135,169)
#BA97B4
(186,151,180)
#C5A7BF
(197,167,191)
#D0B7CA
(208,183,202)
#DBC7D5
(219,199,213)
#E6D7E0
(230,215,224)
#F1E7EB
(241,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83477D color. Also use rgb(131,71,125) instead hex code.

Text Font Color

.myTextColor { color: #83477D; }

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

This text font color is #83477D.


Background Color

.myBgColor { background-color: #83477D; }

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

This div background color is #83477D.


Border color

.myBorderColor { border: 1px solid #83477D; }

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

This div border color is #83477D.


Opacity

.myOpacity80 { color: #83477D; opacity: 0.8; }

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

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

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

This text has shadow with #83477D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83477D on black background.


Color preview on white background

This text has color #83477D on white background.



Black color preview on #83477D background

This text has black color on #83477D background.


White color preview on #83477D background

This text has white color on #83477D background.