COLOR #5B3741

HEX: #5B3741
RGB: (91,55,65)

Color info

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

RGB color model

#5B3741 color RGB value is (91,55,65).

  • red value is 91;
  • green value is 55;
  • blue value is 65.
RGB:
(91,55,65)
(36%,22%,25%)

RGB channels and saturation

R 91 of 255 = 36%
G 55 of 255 = 22%
B 65 of 255 = 25%

91
55
65

R + G + B ~ 28%. #5B3741 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 55 + 65 = 211 (100%)
R 91 of 211 ~ 43.13%
G 55 of 211 ~ 26.07%
B 65 of 211 ~ 30.81%

%43.13
%26.07
%30.81

CMYK color model

#5B3741 color CMYK value is (0,40,29,64).

  • cyan value is 0.00%
  • magenta value is 39.56%
  • yellow value is 28.57%
  • key color value is 64.31%
CMYK:
(0,40,29,64)
C0M40Y29K64 
(0%,40%,29%,64%)
(0.00/0.40/0.29/0.64)	

CMYK percentages

%0
%39.56
%28.57
%64.31

Codes

Color #5B3741 in popluar color models

5B3741
RGB915565
HSL343°24.66%28.63%
HSB/HSV343°39.56%35.69%
CMYK0.00%39.56%28.57%
64.31%

Color #5B3741 in popluar number systems.

HEX5B3741
Decimal915565
Binary10110111101111000001
Octal13367101

Shades and tints

Shades of #5B3741

#5B3741
(91,55,65)
#53323C
(83,50,60)
#4B2D37
(75,45,55)
#432832
(67,40,50)
#3B232D
(59,35,45)
#331E28
(51,30,40)
#2B1923
(43,25,35)
#23141E
(35,20,30)
#1B0F19
(27,15,25)
#130A14
(19,10,20)
#0B050F
(11,5,15)
#000000
(0,0,0)

Tints of #5B3741

#5B3741
(91,55,65)
#694952
(105,73,82)
#775B63
(119,91,99)
#856D74
(133,109,116)
#937F85
(147,127,133)
#A19196
(161,145,150)
#AFA3A7
(175,163,167)
#BDB5B8
(189,181,184)
#CBC7C9
(203,199,201)
#D9D9DA
(217,217,218)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3741 color. Also use rgb(91,55,65) instead hex code.

Text Font Color

.myTextColor { color: #5B3741; }

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

This text font color is #5B3741.


Background Color

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

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

This div background color is #5B3741.


Border color

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

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

This div border color is #5B3741.


Opacity

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

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

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

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

This text has shadow with #5B3741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3741 on black background.


Color preview on white background

This text has color #5B3741 on white background.



Black color preview on #5B3741 background

This text has black color on #5B3741 background.


White color preview on #5B3741 background

This text has white color on #5B3741 background.