COLOR #5B7372

HEX: #5B7372
RGB: (91,115,114)

Color info

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

RGB color model

#5B7372 color RGB value is (91,115,114).

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

RGB channels and saturation

R 91 of 255 = 36%
G 115 of 255 = 45%
B 114 of 255 = 45%

91
115
114

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

Portions of RGB colors in percentages

R + G + B =
91 + 115 + 114 = 320 (100%)
R 91 of 320 ~ 28.44%
G 115 of 320 ~ 35.94%
B 114 of 320 ~ 35.63%

%28.44
%35.94
%35.63

CMYK color model

#5B7372 color CMYK value is (21,0,1,55).

  • cyan value is 20.87%
  • magenta value is 0.00%
  • yellow value is 0.87%
  • key color value is 54.90%
CMYK:
(21,0,1,55)
C21M0Y1K55 
(21%,0%,1%,55%)
(0.21/0.00/0.01/0.55)	

CMYK percentages

%20.87
%0
%0.87
%54.9

Codes

Color #5B7372 in popluar color models

5B7372
RGB91115114
HSL178°11.65%40.39%
HSB/HSV178°20.87%45.10%
CMYK20.87%0.00%0.87%
54.90%

Color #5B7372 in popluar number systems.

HEX5B7372
Decimal91115114
Binary101101111100111110010
Octal133163162

Shades and tints

Shades of #5B7372

#5B7372
(91,115,114)
#536968
(83,105,104)
#4B5F5E
(75,95,94)
#435554
(67,85,84)
#3B4B4A
(59,75,74)
#334140
(51,65,64)
#2B3736
(43,55,54)
#232D2C
(35,45,44)
#1B2322
(27,35,34)
#131918
(19,25,24)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #5B7372

#5B7372
(91,115,114)
#697F7E
(105,127,126)
#778B8A
(119,139,138)
#859796
(133,151,150)
#93A3A2
(147,163,162)
#A1AFAE
(161,175,174)
#AFBBBA
(175,187,186)
#BDC7C6
(189,199,198)
#CBD3D2
(203,211,210)
#D9DFDE
(217,223,222)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7372; }

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

This text font color is #5B7372.


Background Color

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

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

This div background color is #5B7372.


Border color

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

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

This div border color is #5B7372.


Opacity

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

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

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

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

This text has shadow with #5B7372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7372 on black background.


Color preview on white background

This text has color #5B7372 on white background.



Black color preview on #5B7372 background

This text has black color on #5B7372 background.


White color preview on #5B7372 background

This text has white color on #5B7372 background.