COLOR #5B7A6C

HEX: #5B7A6C RGB: (91,122,108)

Color info

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

RGB color model

#5B7A6C color RGB value is (91,122,108).

RGB: (91,122,108) (36%, 48%, 42%)

RGB channels and saturation

R 91 of 255 = 36%
G 122 of 255 = 48%
B 108 of 255 = 42%

91
122
108

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

Portions of RGB colors in percentages

R + G + B = 91 + 122 + 108 = 321 (100%)
R 91 of 321 ~ 28.35%
G 122 of 321 ~ 38.01%
B 108 of 321 ~ 33.64'%

%28.35
%38.01
%33.64

CMYK color model

#5B7A6C color CMYK value is (25,0,11,52).

  • cyan value is 25.41%
  • magenta value is 0.00%
  • yellow value is 11.48%
  • key color value is 52.16%

CMYK: (25,0,11,52)
C25M0Y11K52 (25%, 0%, 11%, 52%)
(0.25 / 0.00 / 0.11 / 0.52)

CMYK percentages

%25.41
%0
%11.48
%52.16

Codes

Color #5B7A6C in popluar color models

5B 7A 6C
RGB 91 122 108
HSL 153° 14.55% 41.76%
HSB/HSV 153° 25.41% 47.84%
CMYK 25.41% 0.00% 11.48%
52.16%

Color #5B7A6C in popluar number systems.

HEX 5B 7A 6C
Decimal 91 122 108
Binary 1011011 1111010 1101100
Octal 133 172 154

Shades and tints

Shades of #5B7A6C

#5B7A6C
(91,122,108)
#536F63
(83,111,99)
#4B645A
(75,100,90)
#435951
(67,89,81)
#3B4E48
(59,78,72)
#33433F
(51,67,63)
#2B3836
(43,56,54)
#232D2D
(35,45,45)
#1B2224
(27,34,36)
#13171B
(19,23,27)
#0B0C12
(11,12,18)
#000000
(0,0,0)

Tints of #5B7A6C

#5B7A6C
(91,122,108)
#698679
(105,134,121)
#779286
(119,146,134)
#859E93
(133,158,147)
#93AAA0
(147,170,160)
#A1B6AD
(161,182,173)
#AFC2BA
(175,194,186)
#BDCEC7
(189,206,199)
#CBDAD4
(203,218,212)
#D9E6E1
(217,230,225)
#E7F2EE
(231,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7A6C color. Also use rgb(91,122,108) instead hex code.

Text Font Color

.myTextColor { color: #5B7A6C; }

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

This text font color is #5B7A6C.

Background Color

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

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

This div background color is #5B7A6C.

Border color

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

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

This div border color is #5B7A6C.

Opacity

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

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

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

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

This text has shadow with #5B7A6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7A6C.

Preview

Color preview on black background

This text has color #5B7A6C on black background.


Color preview on white background

This text has color #5B7A6C on white background.


Black color preview on #5B7A6C background

This text has black color on #5B7A6C background.


White color preview on #5B7A6C background

This text has white color on #5B7A6C background.


Related colors

Complementary color

Complementary color for #hex is #A48593.


I love getcolorcode.com

Triadic colors

1 #6C5B7A and #7A6C5B with #5B7A6C are triadic colors.

2 #6C7A5B and #7A5B6C with #5B7A6C are triadic colors.