COLOR #5B3234

HEX: #5B3234
RGB: (91,50,52)

Color info

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

RGB color model

#5B3234 color RGB value is (91,50,52).

  • red value is 91;
  • green value is 50;
  • blue value is 52.
RGB:
(91,50,52)
(36%,20%,20%)

RGB channels and saturation

R 91 of 255 = 36%
G 50 of 255 = 20%
B 52 of 255 = 20%

91
50
52

R + G + B ~ 25%. #5B3234 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 50 + 52 = 193 (100%)
R 91 of 193 ~ 47.15%
G 50 of 193 ~ 25.91%
B 52 of 193 ~ 26.94%

%47.15
%25.91
%26.94

CMYK color model

#5B3234 color CMYK value is (0,45,43,64).

  • cyan value is 0.00%
  • magenta value is 45.05%
  • yellow value is 42.86%
  • key color value is 64.31%
CMYK:
(0,45,43,64)
C0M45Y43K64 
(0%,45%,43%,64%)
(0.00/0.45/0.43/0.64)	

CMYK percentages

%0
%45.05
%42.86
%64.31

Codes

Color #5B3234 in popluar color models

5B3234
RGB915052
HSL357°29.08%27.65%
HSB/HSV357°45.05%35.69%
CMYK0.00%45.05%42.86%
64.31%

Color #5B3234 in popluar number systems.

HEX5B3234
Decimal915052
Binary1011011110010110100
Octal1336264

Shades and tints

Shades of #5B3234

#5B3234
(91,50,52)
#532E30
(83,46,48)
#4B2A2C
(75,42,44)
#432628
(67,38,40)
#3B2224
(59,34,36)
#331E20
(51,30,32)
#2B1A1C
(43,26,28)
#231618
(35,22,24)
#1B1214
(27,18,20)
#130E10
(19,14,16)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #5B3234

#5B3234
(91,50,52)
#694446
(105,68,70)
#775658
(119,86,88)
#85686A
(133,104,106)
#937A7C
(147,122,124)
#A18C8E
(161,140,142)
#AF9EA0
(175,158,160)
#BDB0B2
(189,176,178)
#CBC2C4
(203,194,196)
#D9D4D6
(217,212,214)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3234 color. Also use rgb(91,50,52) instead hex code.

Text Font Color

.myTextColor { color: #5B3234; }

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

This text font color is #5B3234.


Background Color

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

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

This div background color is #5B3234.


Border color

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

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

This div border color is #5B3234.


Opacity

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

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

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

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

This text has shadow with #5B3234 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3234 on black background.


Color preview on white background

This text has color #5B3234 on white background.



Black color preview on #5B3234 background

This text has black color on #5B3234 background.


White color preview on #5B3234 background

This text has white color on #5B3234 background.