COLOR #5B7264

HEX: #5B7264
RGB: (91,114,100)

Color info

#5B7264 contains red, green and blue colors in about the same proportion. Web safe color of #5B7264 is #666666 (or #666).

RGB color model

#5B7264 color RGB value is (91,114,100).

  • red value is 91;
  • green value is 114;
  • blue value is 100.
RGB:
(91,114,100)
(36%,45%,39%)

RGB channels and saturation

R 91 of 255 = 36%
G 114 of 255 = 45%
B 100 of 255 = 39%

91
114
100

R + G + B ~ 40%. #5B7264 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
91 + 114 + 100 = 305 (100%)
R 91 of 305 ~ 29.84%
G 114 of 305 ~ 37.38%
B 100 of 305 ~ 32.79%

%29.84
%37.38
%32.79

CMYK color model

#5B7264 color CMYK value is (20,0,12,55).

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 12.28%
  • key color value is 55.29%
CMYK:
(20,0,12,55)
C20M0Y12K55 
(20%,0%,12%,55%)
(0.20/0.00/0.12/0.55)	

CMYK percentages

%20.18
%0
%12.28
%55.29

Codes

Color #5B7264 in popluar color models

5B7264
RGB91114100
HSL143°11.22%40.20%
HSB/HSV143°20.18%44.71%
CMYK20.18%0.00%12.28%
55.29%

Color #5B7264 in popluar number systems.

HEX5B7264
Decimal91114100
Binary101101111100101100100
Octal133162144

Shades and tints

Shades of #5B7264

#5B7264
(91,114,100)
#53685B
(83,104,91)
#4B5E52
(75,94,82)
#435449
(67,84,73)
#3B4A40
(59,74,64)
#334037
(51,64,55)
#2B362E
(43,54,46)
#232C25
(35,44,37)
#1B221C
(27,34,28)
#131813
(19,24,19)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #5B7264

#5B7264
(91,114,100)
#697E72
(105,126,114)
#778A80
(119,138,128)
#85968E
(133,150,142)
#93A29C
(147,162,156)
#A1AEAA
(161,174,170)
#AFBAB8
(175,186,184)
#BDC6C6
(189,198,198)
#CBD2D4
(203,210,212)
#D9DEE2
(217,222,226)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7264 color. Also use rgb(91,114,100) instead hex code.

Text Font Color

.myTextColor { color: #5B7264; }

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

This text font color is #5B7264.


Background Color

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

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

This div background color is #5B7264.


Border color

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

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

This div border color is #5B7264.


Opacity

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

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

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

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

This text has shadow with #5B7264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7264 on black background.


Color preview on white background

This text has color #5B7264 on white background.



Black color preview on #5B7264 background

This text has black color on #5B7264 background.


White color preview on #5B7264 background

This text has white color on #5B7264 background.