COLOR #5B425D

HEX: #5B425D RGB: (91,66,93)

Color info

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

RGB color model

#5B425D color RGB value is (91,66,93).

RGB: (91,66,93) (36%, 26%, 36%)

RGB channels and saturation

R 91 of 255 = 36%
G 66 of 255 = 26%
B 93 of 255 = 36%

91
66
93

R + G + B ~ 33%. #5B425D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 66 + 93 = 250 (100%)
R 91 of 250 ~ 36.4%
G 66 of 250 ~ 26.4%
B 93 of 250 ~ 37.2'%

%36.4
%26.4
%37.2

CMYK color model

#5B425D color CMYK value is (2,29,0,64).

  • cyan value is 2.15%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (2,29,0,64)
C2M29Y0K64 (2%, 29%, 0%, 64%)
(0.02 / 0.29 / 0.00 / 0.64)

CMYK percentages

%2.15
%29.03
%0
%63.53

Codes

Color #5B425D in popluar color models

5B 42 5D
RGB 91 66 93
HSL 296° 16.98% 31.18%
HSB/HSV 296° 29.03% 36.47%
CMYK 2.15% 29.03% 0.00%
63.53%

Color #5B425D in popluar number systems.

HEX 5B 42 5D
Decimal 91 66 93
Binary 1011011 1000010 1011101
Octal 133 102 135

Shades and tints

Shades of #5B425D

#5B425D
(91,66,93)
#533C55
(83,60,85)
#4B364D
(75,54,77)
#433045
(67,48,69)
#3B2A3D
(59,42,61)
#332435
(51,36,53)
#2B1E2D
(43,30,45)
#231825
(35,24,37)
#1B121D
(27,18,29)
#130C15
(19,12,21)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #5B425D

#5B425D
(91,66,93)
#69536B
(105,83,107)
#776479
(119,100,121)
#857587
(133,117,135)
#938695
(147,134,149)
#A197A3
(161,151,163)
#AFA8B1
(175,168,177)
#BDB9BF
(189,185,191)
#CBCACD
(203,202,205)
#D9DBDB
(217,219,219)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B425D color. Also use rgb(91,66,93) instead hex code.

Text Font Color

.myTextColor { color: #5B425D; }

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

This text font color is #5B425D.

Background Color

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

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

This div background color is #5B425D.

Border color

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

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

This div border color is #5B425D.

Opacity

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

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

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

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

This text has shadow with #5B425D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B425D.

Preview

Color preview on black background

This text has color #5B425D on black background.


Color preview on white background

This text has color #5B425D on white background.


Black color preview on #5B425D background

This text has black color on #5B425D background.


White color preview on #5B425D background

This text has white color on #5B425D background.


Related colors

Complementary color

Complementary color for #hex is #A4BDA2.


I love getcolorcode.com

Triadic colors

1 #5D5B42 and #425D5B with #5B425D are triadic colors.

2 #5D425B and #425B5D with #5B425D are triadic colors.