COLOR #524FC4

HEX: #524FC4
RGB: (82,79,196)

Color info

#524FC4 contains mainly blue color. Web safe color of #524FC4 is #6666CC (or #66C).

RGB color model

#524FC4 color RGB value is (82,79,196).

  • red value is 82;
  • green value is 79;
  • blue value is 196.
RGB:
(82,79,196)
(32%,31%,77%)

RGB channels and saturation

R 82 of 255 = 32%
G 79 of 255 = 31%
B 196 of 255 = 77%

82
79
196

R + G + B ~ 47%. #524FC4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 79 + 196 = 357 (100%)
R 82 of 357 ~ 22.97%
G 79 of 357 ~ 22.13%
B 196 of 357 ~ 54.9%

%22.97
%22.13
%54.9

CMYK color model

#524FC4 color CMYK value is (58,60,0,23).

  • cyan value is 58.16%
  • magenta value is 59.69%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(58,60,0,23)
C58M60Y0K23 
(58%,60%,0%,23%)
(0.58/0.60/0.00/0.23)	

CMYK percentages

%58.16
%59.69
%0
%23.14

Codes

Color #524FC4 in popluar color models

524FC4
RGB8279196
HSL242°49.79%53.92%
HSB/HSV242°59.69%76.86%
CMYK58.16%59.69%0.00%
23.14%

Color #524FC4 in popluar number systems.

HEX524FC4
Decimal8279196
Binary1010010100111111000100
Octal122117304

Shades and tints

Shades of #524FC4

#524FC4
(82,79,196)
#4B48B3
(75,72,179)
#4441A2
(68,65,162)
#3D3A91
(61,58,145)
#363380
(54,51,128)
#2F2C6F
(47,44,111)
#28255E
(40,37,94)
#211E4D
(33,30,77)
#1A173C
(26,23,60)
#13102B
(19,16,43)
#0C091A
(12,9,26)
#000000
(0,0,0)

Tints of #524FC4

#524FC4
(82,79,196)
#615FC9
(97,95,201)
#706FCE
(112,111,206)
#7F7FD3
(127,127,211)
#8E8FD8
(142,143,216)
#9D9FDD
(157,159,221)
#ACAFE2
(172,175,226)
#BBBFE7
(187,191,231)
#CACFEC
(202,207,236)
#D9DFF1
(217,223,241)
#E8EFF6
(232,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524FC4 color. Also use rgb(82,79,196) instead hex code.

Text Font Color

.myTextColor { color: #524FC4; }

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

This text font color is #524FC4.


Background Color

.myBgColor { background-color: #524FC4; }

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

This div background color is #524FC4.


Border color

.myBorderColor { border: 1px solid #524FC4; }

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

This div border color is #524FC4.


Opacity

.myOpacity80 { color: #524FC4; opacity: 0.8; }

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

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

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

This text has shadow with #524FC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524FC4 on black background.


Color preview on white background

This text has color #524FC4 on white background.



Black color preview on #524FC4 background

This text has black color on #524FC4 background.


White color preview on #524FC4 background

This text has white color on #524FC4 background.