COLOR #5B7767

HEX: #5B7767
RGB: (91,119,103)

Color info

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

RGB color model

#5B7767 color RGB value is (91,119,103).

  • red value is 91;
  • green value is 119;
  • blue value is 103.
RGB:
(91,119,103)
(36%,47%,40%)

RGB channels and saturation

R 91 of 255 = 36%
G 119 of 255 = 47%
B 103 of 255 = 40%

91
119
103

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

Portions of RGB colors in percentages

R + G + B =
91 + 119 + 103 = 313 (100%)
R 91 of 313 ~ 29.07%
G 119 of 313 ~ 38.02%
B 103 of 313 ~ 32.91%

%29.07
%38.02
%32.91

CMYK color model

#5B7767 color CMYK value is (24,0,13,53).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 13.45%
  • key color value is 53.33%
CMYK:
(24,0,13,53)
C24M0Y13K53 
(24%,0%,13%,53%)
(0.24/0.00/0.13/0.53)	

CMYK percentages

%23.53
%0
%13.45
%53.33

Codes

Color #5B7767 in popluar color models

5B7767
RGB91119103
HSL146°13.33%41.18%
HSB/HSV146°23.53%46.67%
CMYK23.53%0.00%13.45%
53.33%

Color #5B7767 in popluar number systems.

HEX5B7767
Decimal91119103
Binary101101111101111100111
Octal133167147

Shades and tints

Shades of #5B7767

#5B7767
(91,119,103)
#536D5E
(83,109,94)
#4B6355
(75,99,85)
#43594C
(67,89,76)
#3B4F43
(59,79,67)
#33453A
(51,69,58)
#2B3B31
(43,59,49)
#233128
(35,49,40)
#1B271F
(27,39,31)
#131D16
(19,29,22)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #5B7767

#5B7767
(91,119,103)
#698374
(105,131,116)
#778F81
(119,143,129)
#859B8E
(133,155,142)
#93A79B
(147,167,155)
#A1B3A8
(161,179,168)
#AFBFB5
(175,191,181)
#BDCBC2
(189,203,194)
#CBD7CF
(203,215,207)
#D9E3DC
(217,227,220)
#E7EFE9
(231,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7767 color. Also use rgb(91,119,103) instead hex code.

Text Font Color

.myTextColor { color: #5B7767; }

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

This text font color is #5B7767.


Background Color

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

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

This div background color is #5B7767.


Border color

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

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

This div border color is #5B7767.


Opacity

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

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

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

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

This text has shadow with #5B7767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7767 on black background.


Color preview on white background

This text has color #5B7767 on white background.



Black color preview on #5B7767 background

This text has black color on #5B7767 background.


White color preview on #5B7767 background

This text has white color on #5B7767 background.