COLOR #534BB3

HEX: #534BB3
RGB: (83,75,179)

Color info

#534BB3 contains mainly blue color. Web safe color of #534BB3 is #663399 (or #639).

RGB color model

#534BB3 color RGB value is (83,75,179).

  • red value is 83;
  • green value is 75;
  • blue value is 179.
RGB:
(83,75,179)
(33%,29%,70%)

RGB channels and saturation

R 83 of 255 = 33%
G 75 of 255 = 29%
B 179 of 255 = 70%

83
75
179

R + G + B ~ 44%. #534BB3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 75 + 179 = 337 (100%)
R 83 of 337 ~ 24.63%
G 75 of 337 ~ 22.26%
B 179 of 337 ~ 53.12%

%24.63
%22.26
%53.12

CMYK color model

#534BB3 color CMYK value is (54,58,0,30).

  • cyan value is 53.63%
  • magenta value is 58.10%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(54,58,0,30)
C54M58Y0K30 
(54%,58%,0%,30%)
(0.54/0.58/0.00/0.30)	

CMYK percentages

%53.63
%58.1
%0
%29.8

Codes

Color #534BB3 in popluar color models

534BB3
RGB8375179
HSL245°40.94%49.80%
HSB/HSV245°58.10%70.20%
CMYK53.63%58.10%0.00%
29.80%

Color #534BB3 in popluar number systems.

HEX534BB3
Decimal8375179
Binary1010011100101110110011
Octal123113263

Shades and tints

Shades of #534BB3

#534BB3
(83,75,179)
#4C45A3
(76,69,163)
#453F93
(69,63,147)
#3E3983
(62,57,131)
#373373
(55,51,115)
#302D63
(48,45,99)
#292753
(41,39,83)
#222143
(34,33,67)
#1B1B33
(27,27,51)
#141523
(20,21,35)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #534BB3

#534BB3
(83,75,179)
#625BB9
(98,91,185)
#716BBF
(113,107,191)
#807BC5
(128,123,197)
#8F8BCB
(143,139,203)
#9E9BD1
(158,155,209)
#ADABD7
(173,171,215)
#BCBBDD
(188,187,221)
#CBCBE3
(203,203,227)
#DADBE9
(218,219,233)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534BB3 color. Also use rgb(83,75,179) instead hex code.

Text Font Color

.myTextColor { color: #534BB3; }

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

This text font color is #534BB3.


Background Color

.myBgColor { background-color: #534BB3; }

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

This div background color is #534BB3.


Border color

.myBorderColor { border: 1px solid #534BB3; }

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

This div border color is #534BB3.


Opacity

.myOpacity80 { color: #534BB3; opacity: 0.8; }

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

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

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

This text has shadow with #534BB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534BB3 on black background.


Color preview on white background

This text has color #534BB3 on white background.



Black color preview on #534BB3 background

This text has black color on #534BB3 background.


White color preview on #534BB3 background

This text has white color on #534BB3 background.