COLOR #56076B

HEX: #56076B
RGB: (86,7,107)

Color info

#56076B contains mainly red and blue colors. Web safe color of #56076B is #660066 (or #606).

RGB color model

#56076B color RGB value is (86,7,107).

  • red value is 86;
  • green value is 7;
  • blue value is 107.
RGB:
(86,7,107)
(34%,3%,42%)

RGB channels and saturation

R 86 of 255 = 34%
G 7 of 255 = 3%
B 107 of 255 = 42%

86
7
107

R + G + B ~ 26%. #56076B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 7 + 107 = 200 (100%)
R 86 of 200 ~ 43%
G 7 of 200 ~ 3.5%
B 107 of 200 ~ 53.5%

%43
%53.5

CMYK color model

#56076B color CMYK value is (20,93,0,58).

  • cyan value is 19.63%
  • magenta value is 93.46%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(20,93,0,58)
C20M93Y0K58 
(20%,93%,0%,58%)
(0.20/0.93/0.00/0.58)	

CMYK percentages

%19.63
%93.46
%0
%58.04

Codes

Color #56076B in popluar color models

56076B
RGB867107
HSL287°87.72%22.35%
HSB/HSV287°93.46%41.96%
CMYK19.63%93.46%0.00%
58.04%

Color #56076B in popluar number systems.

HEX56076B
Decimal867107
Binary10101101111101011
Octal1267153

Shades and tints

Shades of #56076B

#56076B
(86,7,107)
#4F0762
(79,7,98)
#480759
(72,7,89)
#410750
(65,7,80)
#3A0747
(58,7,71)
#33073E
(51,7,62)
#2C0735
(44,7,53)
#25072C
(37,7,44)
#1E0723
(30,7,35)
#17071A
(23,7,26)
#100711
(16,7,17)
#000000
(0,0,0)

Tints of #56076B

#56076B
(86,7,107)
#651D78
(101,29,120)
#743385
(116,51,133)
#834992
(131,73,146)
#925F9F
(146,95,159)
#A175AC
(161,117,172)
#B08BB9
(176,139,185)
#BFA1C6
(191,161,198)
#CEB7D3
(206,183,211)
#DDCDE0
(221,205,224)
#ECE3ED
(236,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56076B color. Also use rgb(86,7,107) instead hex code.

Text Font Color

.myTextColor { color: #56076B; }

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

This text font color is #56076B.


Background Color

.myBgColor { background-color: #56076B; }

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

This div background color is #56076B.


Border color

.myBorderColor { border: 1px solid #56076B; }

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

This div border color is #56076B.


Opacity

.myOpacity80 { color: #56076B; opacity: 0.8; }

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

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

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

This text has shadow with #56076B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56076B on black background.


Color preview on white background

This text has color #56076B on white background.



Black color preview on #56076B background

This text has black color on #56076B background.


White color preview on #56076B background

This text has white color on #56076B background.