COLOR #827388

HEX: #827388
RGB: (130,115,136)

Color info

#827388 contains red, green and blue colors in about the same proportion. Web safe color of #827388 is #996699 (or #969).

RGB color model

#827388 color RGB value is (130,115,136).

  • red value is 130;
  • green value is 115;
  • blue value is 136.
RGB:
(130,115,136)
(51%,45%,53%)

RGB channels and saturation

R 130 of 255 = 51%
G 115 of 255 = 45%
B 136 of 255 = 53%

130
115
136

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

Portions of RGB colors in percentages

R + G + B =
130 + 115 + 136 = 381 (100%)
R 130 of 381 ~ 34.12%
G 115 of 381 ~ 30.18%
B 136 of 381 ~ 35.7%

%34.12
%30.18
%35.7

CMYK color model

#827388 color CMYK value is (4,15,0,47).

  • cyan value is 4.41%
  • magenta value is 15.44%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(4,15,0,47)
C4M15Y0K47 
(4%,15%,0%,47%)
(0.04/0.15/0.00/0.47)	

CMYK percentages

%4.41
%15.44
%0
%46.67

Codes

Color #827388 in popluar color models

827388
RGB130115136
HSL283°8.37%49.22%
HSB/HSV283°15.44%53.33%
CMYK4.41%15.44%0.00%
46.67%

Color #827388 in popluar number systems.

HEX827388
Decimal130115136
Binary10000010111001110001000
Octal202163210

Shades and tints

Shades of #827388

#827388
(130,115,136)
#77697C
(119,105,124)
#6C5F70
(108,95,112)
#615564
(97,85,100)
#564B58
(86,75,88)
#4B414C
(75,65,76)
#403740
(64,55,64)
#352D34
(53,45,52)
#2A2328
(42,35,40)
#1F191C
(31,25,28)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #827388

#827388
(130,115,136)
#8D7F92
(141,127,146)
#988B9C
(152,139,156)
#A397A6
(163,151,166)
#AEA3B0
(174,163,176)
#B9AFBA
(185,175,186)
#C4BBC4
(196,187,196)
#CFC7CE
(207,199,206)
#DAD3D8
(218,211,216)
#E5DFE2
(229,223,226)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827388 color. Also use rgb(130,115,136) instead hex code.

Text Font Color

.myTextColor { color: #827388; }

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

This text font color is #827388.


Background Color

.myBgColor { background-color: #827388; }

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

This div background color is #827388.


Border color

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

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

This div border color is #827388.


Opacity

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

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

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

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

This text has shadow with #827388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827388 on black background.


Color preview on white background

This text has color #827388 on white background.



Black color preview on #827388 background

This text has black color on #827388 background.


White color preview on #827388 background

This text has white color on #827388 background.