COLOR #5F3453

HEX: #5F3453
RGB: (95,52,83)

Color info

#5F3453 contains red, green and blue colors in about the same proportion. Web safe color of #5F3453 is #663366 (or #636).

RGB color model

#5F3453 color RGB value is (95,52,83).

  • red value is 95;
  • green value is 52;
  • blue value is 83.
RGB:
(95,52,83)
(37%,20%,33%)

RGB channels and saturation

R 95 of 255 = 37%
G 52 of 255 = 20%
B 83 of 255 = 33%

95
52
83

R + G + B ~ 30%. #5F3453 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 52 + 83 = 230 (100%)
R 95 of 230 ~ 41.3%
G 52 of 230 ~ 22.61%
B 83 of 230 ~ 36.09%

%41.3
%22.61
%36.09

CMYK color model

#5F3453 color CMYK value is (0,45,13,63).

  • cyan value is 0.00%
  • magenta value is 45.26%
  • yellow value is 12.63%
  • key color value is 62.75%
CMYK:
(0,45,13,63)
C0M45Y13K63 
(0%,45%,13%,63%)
(0.00/0.45/0.13/0.63)	

CMYK percentages

%0
%45.26
%12.63
%62.75

Codes

Color #5F3453 in popluar color models

5F3453
RGB955283
HSL317°29.25%28.82%
HSB/HSV317°45.26%37.25%
CMYK0.00%45.26%12.63%
62.75%

Color #5F3453 in popluar number systems.

HEX5F3453
Decimal955283
Binary10111111101001010011
Octal13764123

Shades and tints

Shades of #5F3453

#5F3453
(95,52,83)
#57304C
(87,48,76)
#4F2C45
(79,44,69)
#47283E
(71,40,62)
#3F2437
(63,36,55)
#372030
(55,32,48)
#2F1C29
(47,28,41)
#271822
(39,24,34)
#1F141B
(31,20,27)
#171014
(23,16,20)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #5F3453

#5F3453
(95,52,83)
#6D4662
(109,70,98)
#7B5871
(123,88,113)
#896A80
(137,106,128)
#977C8F
(151,124,143)
#A58E9E
(165,142,158)
#B3A0AD
(179,160,173)
#C1B2BC
(193,178,188)
#CFC4CB
(207,196,203)
#DDD6DA
(221,214,218)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F3453 color. Also use rgb(95,52,83) instead hex code.

Text Font Color

.myTextColor { color: #5F3453; }

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

This text font color is #5F3453.


Background Color

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

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

This div background color is #5F3453.


Border color

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

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

This div border color is #5F3453.


Opacity

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

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

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

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

This text has shadow with #5F3453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3453 on black background.


Color preview on white background

This text has color #5F3453 on white background.



Black color preview on #5F3453 background

This text has black color on #5F3453 background.


White color preview on #5F3453 background

This text has white color on #5F3453 background.