COLOR #5B423C

HEX: #5B423C RGB: (91,66,60)

Color info

#5B423C contains red, green and blue colors in about the same proportion. Web safe color of #5B423C is #663333 (or #633).

RGB color model

#5B423C color RGB value is (91,66,60).

RGB: (91,66,60) (36%, 26%, 24%)

RGB channels and saturation

R 91 of 255 = 36%
G 66 of 255 = 26%
B 60 of 255 = 24%

91
66
60

R + G + B ~ 29%. #5B423C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 66 + 60 = 217 (100%)
R 91 of 217 ~ 41.94%
G 66 of 217 ~ 30.41%
B 60 of 217 ~ 27.65'%

%41.94
%30.41
%27.65

CMYK color model

#5B423C color CMYK value is (0,27,34,64).

  • cyan value is 0.00%
  • magenta value is 27.47%
  • yellow value is 34.07%
  • key color value is 64.31%

CMYK: (0,27,34,64)
C0M27Y34K64 (0%, 27%, 34%, 64%)
(0.00 / 0.27 / 0.34 / 0.64)

CMYK percentages

%0
%27.47
%34.07
%64.31

Codes

Color #5B423C in popluar color models

5B 42 3C
RGB 91 66 60
HSL 12° 20.53% 29.61%
HSB/HSV 12° 34.07% 35.69%
CMYK 0.00% 27.47% 34.07%
64.31%

Color #5B423C in popluar number systems.

HEX 5B 42 3C
Decimal 91 66 60
Binary 1011011 1000010 111100
Octal 133 102 74

Shades and tints

Shades of #5B423C

#5B423C
(91,66,60)
#533C37
(83,60,55)
#4B3632
(75,54,50)
#43302D
(67,48,45)
#3B2A28
(59,42,40)
#332423
(51,36,35)
#2B1E1E
(43,30,30)
#231819
(35,24,25)
#1B1214
(27,18,20)
#130C0F
(19,12,15)
#0B060A
(11,6,10)
#000000
(0,0,0)

Tints of #5B423C

#5B423C
(91,66,60)
#69534D
(105,83,77)
#77645E
(119,100,94)
#85756F
(133,117,111)
#938680
(147,134,128)
#A19791
(161,151,145)
#AFA8A2
(175,168,162)
#BDB9B3
(189,185,179)
#CBCAC4
(203,202,196)
#D9DBD5
(217,219,213)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B423C; }

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

This text font color is #5B423C.

Background Color

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

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

This div background color is #5B423C.

Border color

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

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

This div border color is #5B423C.

Opacity

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

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

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

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

This text has shadow with #5B423C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B423C.

Preview

Color preview on black background

This text has color #5B423C on black background.


Color preview on white background

This text has color #5B423C on white background.


Black color preview on #5B423C background

This text has black color on #5B423C background.


White color preview on #5B423C background

This text has white color on #5B423C background.


Related colors

Complementary color

Complementary color for #hex is #A4BDC3.


I love getcolorcode.com

Triadic colors

1 #3C5B42 and #423C5B with #5B423C are triadic colors.

2 #3C425B and #425B3C with #5B423C are triadic colors.