COLOR #5F43B3

HEX: #5F43B3
RGB: (95,67,179)

Color info

#5F43B3 contains mainly blue color. Web safe color of #5F43B3 is #663399 (or #639).

RGB color model

#5F43B3 color RGB value is (95,67,179).

  • red value is 95;
  • green value is 67;
  • blue value is 179.
RGB:
(95,67,179)
(37%,26%,70%)

RGB channels and saturation

R 95 of 255 = 37%
G 67 of 255 = 26%
B 179 of 255 = 70%

95
67
179

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

Portions of RGB colors in percentages

R + G + B =
95 + 67 + 179 = 341 (100%)
R 95 of 341 ~ 27.86%
G 67 of 341 ~ 19.65%
B 179 of 341 ~ 52.49%

%27.86
%19.65
%52.49

CMYK color model

#5F43B3 color CMYK value is (47,63,0,30).

  • cyan value is 46.93%
  • magenta value is 62.57%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(47,63,0,30)
C47M63Y0K30 
(47%,63%,0%,30%)
(0.47/0.63/0.00/0.30)	

CMYK percentages

%46.93
%62.57
%0
%29.8

Codes

Color #5F43B3 in popluar color models

5F43B3
RGB9567179
HSL255°45.53%48.24%
HSB/HSV255°62.57%70.20%
CMYK46.93%62.57%0.00%
29.80%

Color #5F43B3 in popluar number systems.

HEX5F43B3
Decimal9567179
Binary1011111100001110110011
Octal137103263

Shades and tints

Shades of #5F43B3

#5F43B3
(95,67,179)
#573DA3
(87,61,163)
#4F3793
(79,55,147)
#473183
(71,49,131)
#3F2B73
(63,43,115)
#372563
(55,37,99)
#2F1F53
(47,31,83)
#271943
(39,25,67)
#1F1333
(31,19,51)
#170D23
(23,13,35)
#0F0713
(15,7,19)
#000000
(0,0,0)

Tints of #5F43B3

#5F43B3
(95,67,179)
#6D54B9
(109,84,185)
#7B65BF
(123,101,191)
#8976C5
(137,118,197)
#9787CB
(151,135,203)
#A598D1
(165,152,209)
#B3A9D7
(179,169,215)
#C1BADD
(193,186,221)
#CFCBE3
(207,203,227)
#DDDCE9
(221,220,233)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F43B3 color. Also use rgb(95,67,179) instead hex code.

Text Font Color

.myTextColor { color: #5F43B3; }

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

This text font color is #5F43B3.


Background Color

.myBgColor { background-color: #5F43B3; }

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

This div background color is #5F43B3.


Border color

.myBorderColor { border: 1px solid #5F43B3; }

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

This div border color is #5F43B3.


Opacity

.myOpacity80 { color: #5F43B3; opacity: 0.8; }

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

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

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

This text has shadow with #5F43B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F43B3 on black background.


Color preview on white background

This text has color #5F43B3 on white background.



Black color preview on #5F43B3 background

This text has black color on #5F43B3 background.


White color preview on #5F43B3 background

This text has white color on #5F43B3 background.