COLOR #5B7668

HEX: #5B7668 RGB: (91,118,104)

Color info

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

RGB color model

#5B7668 color RGB value is (91,118,104).

RGB: (91,118,104) (36%, 46%, 41%)

RGB channels and saturation

R 91 of 255 = 36%
G 118 of 255 = 46%
B 104 of 255 = 41%

91
118
104

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

Portions of RGB colors in percentages

R + G + B = 91 + 118 + 104 = 313 (100%)
R 91 of 313 ~ 29.07%
G 118 of 313 ~ 37.7%
B 104 of 313 ~ 33.23'%

%29.07
%37.7
%33.23

CMYK color model

#5B7668 color CMYK value is (23,0,12,54).

  • cyan value is 22.88%
  • magenta value is 0.00%
  • yellow value is 11.86%
  • key color value is 53.73%

CMYK: (23,0,12,54)
C23M0Y12K54 (23%, 0%, 12%, 54%)
(0.23 / 0.00 / 0.12 / 0.54)

CMYK percentages

%22.88
%0
%11.86
%53.73

Codes

Color #5B7668 in popluar color models

5B 76 68
RGB 91 118 104
HSL 149° 12.92% 40.98%
HSB/HSV 149° 22.88% 46.27%
CMYK 22.88% 0.00% 11.86%
53.73%

Color #5B7668 in popluar number systems.

HEX 5B 76 68
Decimal 91 118 104
Binary 1011011 1110110 1101000
Octal 133 166 150

Shades and tints

Shades of #5B7668

#5B7668
(91,118,104)
#536C5F
(83,108,95)
#4B6256
(75,98,86)
#43584D
(67,88,77)
#3B4E44
(59,78,68)
#33443B
(51,68,59)
#2B3A32
(43,58,50)
#233029
(35,48,41)
#1B2620
(27,38,32)
#131C17
(19,28,23)
#0B120E
(11,18,14)
#000000
(0,0,0)

Tints of #5B7668

#5B7668
(91,118,104)
#698275
(105,130,117)
#778E82
(119,142,130)
#859A8F
(133,154,143)
#93A69C
(147,166,156)
#A1B2A9
(161,178,169)
#AFBEB6
(175,190,182)
#BDCAC3
(189,202,195)
#CBD6D0
(203,214,208)
#D9E2DD
(217,226,221)
#E7EEEA
(231,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7668 color. Also use rgb(91,118,104) instead hex code.

Text Font Color

.myTextColor { color: #5B7668; }

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

This text font color is #5B7668.

Background Color

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

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

This div background color is #5B7668.

Border color

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

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

This div border color is #5B7668.

Opacity

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

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

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

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

This text has shadow with #5B7668 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7668.

Preview

Color preview on black background

This text has color #5B7668 on black background.


Color preview on white background

This text has color #5B7668 on white background.


Black color preview on #5B7668 background

This text has black color on #5B7668 background.


White color preview on #5B7668 background

This text has white color on #5B7668 background.


Related colors

Complementary color

Complementary color for #hex is #A48997.


I love getcolorcode.com

Triadic colors

1 #685B76 and #76685B with #5B7668 are triadic colors.

2 #68765B and #765B68 with #5B7668 are triadic colors.