COLOR #5B614B

HEX: #5B614B
RGB: (91,97,75)

Color info

#5B614B contains red, green and blue colors in about the same proportion. Web safe color of #5B614B is #666633 (or #663).

RGB color model

#5B614B color RGB value is (91,97,75).

  • red value is 91;
  • green value is 97;
  • blue value is 75.
RGB:
(91,97,75)
(36%,38%,29%)

RGB channels and saturation

R 91 of 255 = 36%
G 97 of 255 = 38%
B 75 of 255 = 29%

91
97
75

R + G + B ~ 34%. #5B614B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 97 + 75 = 263 (100%)
R 91 of 263 ~ 34.6%
G 97 of 263 ~ 36.88%
B 75 of 263 ~ 28.52%

%34.6
%36.88
%28.52

CMYK color model

#5B614B color CMYK value is (6,0,23,62).

  • cyan value is 6.19%
  • magenta value is 0.00%
  • yellow value is 22.68%
  • key color value is 61.96%
CMYK:
(6,0,23,62)
C6M0Y23K62 
(6%,0%,23%,62%)
(0.06/0.00/0.23/0.62)	

CMYK percentages

%6.19
%0
%22.68
%61.96

Codes

Color #5B614B in popluar color models

5B614B
RGB919775
HSL76°12.79%33.73%
HSB/HSV76°22.68%38.04%
CMYK6.19%0.00%22.68%
61.96%

Color #5B614B in popluar number systems.

HEX5B614B
Decimal919775
Binary101101111000011001011
Octal133141113

Shades and tints

Shades of #5B614B

#5B614B
(91,97,75)
#535945
(83,89,69)
#4B513F
(75,81,63)
#434939
(67,73,57)
#3B4133
(59,65,51)
#33392D
(51,57,45)
#2B3127
(43,49,39)
#232921
(35,41,33)
#1B211B
(27,33,27)
#131915
(19,25,21)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #5B614B

#5B614B
(91,97,75)
#696F5B
(105,111,91)
#777D6B
(119,125,107)
#858B7B
(133,139,123)
#93998B
(147,153,139)
#A1A79B
(161,167,155)
#AFB5AB
(175,181,171)
#BDC3BB
(189,195,187)
#CBD1CB
(203,209,203)
#D9DFDB
(217,223,219)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B614B color. Also use rgb(91,97,75) instead hex code.

Text Font Color

.myTextColor { color: #5B614B; }

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

This text font color is #5B614B.


Background Color

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

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

This div background color is #5B614B.


Border color

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

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

This div border color is #5B614B.


Opacity

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

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

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

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

This text has shadow with #5B614B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B614B on black background.


Color preview on white background

This text has color #5B614B on white background.



Black color preview on #5B614B background

This text has black color on #5B614B background.


White color preview on #5B614B background

This text has white color on #5B614B background.