COLOR #51429C

HEX: #51429C
RGB: (81,66,156)

Color info

#51429C contains mainly blue color. Web safe color of #51429C is #663399 (or #639).

RGB color model

#51429C color RGB value is (81,66,156).

  • red value is 81;
  • green value is 66;
  • blue value is 156.
RGB:
(81,66,156)
(32%,26%,61%)

RGB channels and saturation

R 81 of 255 = 32%
G 66 of 255 = 26%
B 156 of 255 = 61%

81
66
156

R + G + B ~ 40%. #51429C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 66 + 156 = 303 (100%)
R 81 of 303 ~ 26.73%
G 66 of 303 ~ 21.78%
B 156 of 303 ~ 51.49%

%26.73
%21.78
%51.49

CMYK color model

#51429C color CMYK value is (48,58,0,39).

  • cyan value is 48.08%
  • magenta value is 57.69%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(48,58,0,39)
C48M58Y0K39 
(48%,58%,0%,39%)
(0.48/0.58/0.00/0.39)	

CMYK percentages

%48.08
%57.69
%0
%38.82

Codes

Color #51429C in popluar color models

51429C
RGB8166156
HSL250°40.54%43.53%
HSB/HSV250°57.69%61.18%
CMYK48.08%57.69%0.00%
38.82%

Color #51429C in popluar number systems.

HEX51429C
Decimal8166156
Binary1010001100001010011100
Octal121102234

Shades and tints

Shades of #51429C

#51429C
(81,66,156)
#4A3C8E
(74,60,142)
#433680
(67,54,128)
#3C3072
(60,48,114)
#352A64
(53,42,100)
#2E2456
(46,36,86)
#271E48
(39,30,72)
#20183A
(32,24,58)
#19122C
(25,18,44)
#120C1E
(18,12,30)
#0B0610
(11,6,16)
#000000
(0,0,0)

Tints of #51429C

#51429C
(81,66,156)
#6053A5
(96,83,165)
#6F64AE
(111,100,174)
#7E75B7
(126,117,183)
#8D86C0
(141,134,192)
#9C97C9
(156,151,201)
#ABA8D2
(171,168,210)
#BAB9DB
(186,185,219)
#C9CAE4
(201,202,228)
#D8DBED
(216,219,237)
#E7ECF6
(231,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51429C color. Also use rgb(81,66,156) instead hex code.

Text Font Color

.myTextColor { color: #51429C; }

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

This text font color is #51429C.


Background Color

.myBgColor { background-color: #51429C; }

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

This div background color is #51429C.


Border color

.myBorderColor { border: 1px solid #51429C; }

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

This div border color is #51429C.


Opacity

.myOpacity80 { color: #51429C; opacity: 0.8; }

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

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

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

This text has shadow with #51429C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51429C on black background.


Color preview on white background

This text has color #51429C on white background.



Black color preview on #51429C background

This text has black color on #51429C background.


White color preview on #51429C background

This text has white color on #51429C background.