COLOR #5B7C7F

HEX: #5B7C7F RGB: (91,124,127)

Color info

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

RGB color model

#5B7C7F color RGB value is (91,124,127).

RGB: (91,124,127) (36%, 49%, 50%)

RGB channels and saturation

R 91 of 255 = 36%
G 124 of 255 = 49%
B 127 of 255 = 50%

91
124
127

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

Portions of RGB colors in percentages

R + G + B = 91 + 124 + 127 = 342 (100%)
R 91 of 342 ~ 26.61%
G 124 of 342 ~ 36.26%
B 127 of 342 ~ 37.13'%

%26.61
%36.26
%37.13

CMYK color model

#5B7C7F color CMYK value is (28,2,0,50).

  • cyan value is 28.35%
  • magenta value is 2.36%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (28,2,0,50) C28M2Y0K50 (28%,2%,0%,50%) (0.28/0.02/0.00/0.50) 

CMYK percentages

%28.35
%2.36
%0
%50.2

Codes

Color #5B7C7F in popluar color models

5B 7C 7F
RGB 91 124 127
HSL 185° 16.51% 42.75%
HSB/HSV 185° 28.35% 49.80%
CMYK 28.35% 2.36% 0.00%
50.20%

Color #5B7C7F in popluar number systems.

HEX 5B 7C 7F
Decimal 91 124 127
Binary 1011011 1111100 1111111
Octal 133 174 177

Shades and tints

Shades of #5B7C7F

#5B7C7F
(91,124,127)
#537174
(83,113,116)
#4B6669
(75,102,105)
#435B5E
(67,91,94)
#3B5053
(59,80,83)
#334548
(51,69,72)
#2B3A3D
(43,58,61)
#232F32
(35,47,50)
#1B2427
(27,36,39)
#13191C
(19,25,28)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #5B7C7F

#5B7C7F
(91,124,127)
#69878A
(105,135,138)
#779295
(119,146,149)
#859DA0
(133,157,160)
#93A8AB
(147,168,171)
#A1B3B6
(161,179,182)
#AFBEC1
(175,190,193)
#BDC9CC
(189,201,204)
#CBD4D7
(203,212,215)
#D9DFE2
(217,223,226)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7C7F color. Also use rgb(91,124,127) instead hex code.

Text Font Color

.myTextColor { color: #5B7C7F; }

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

This text font color is #5B7C7F.

Background Color

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

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

This div background color is #5B7C7F.

Border color

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

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

This div border color is #5B7C7F.

Opacity

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

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

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

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

This text has shadow with #5B7C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7C7F.

Preview

Color preview on black background

This text has color #5B7C7F on black background.


Color preview on white background

This text has color #5B7C7F on white background.


Black color preview on #5B7C7F background

This text has black color on #5B7C7F background.


White color preview on #5B7C7F background

This text has white color on #5B7C7F background.


Related colors

Complementary color

Complementary color for #hex is #A48380.


I love getcolorcode.com

Triadic colors

1 #7F5B7C and #7C7F5B with #5B7C7F are triadic colors.

2 #7F7C5B and #7C5B7F with #5B7C7F are triadic colors.