COLOR #5B867B

HEX: #5B867B
RGB: (91,134,123)

Color info

#5B867B contains red, green and blue colors in about the same proportion. Web safe color of #5B867B is #669966 (or #696).

RGB color model

#5B867B color RGB value is (91,134,123).

  • red value is 91;
  • green value is 134;
  • blue value is 123.
RGB:
(91,134,123)
(36%,53%,48%)

RGB channels and saturation

R 91 of 255 = 36%
G 134 of 255 = 53%
B 123 of 255 = 48%

91
134
123

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

Portions of RGB colors in percentages

R + G + B =
91 + 134 + 123 = 348 (100%)
R 91 of 348 ~ 26.15%
G 134 of 348 ~ 38.51%
B 123 of 348 ~ 35.34%

%26.15
%38.51
%35.34

CMYK color model

#5B867B color CMYK value is (32,0,8,47).

  • cyan value is 32.09%
  • magenta value is 0.00%
  • yellow value is 8.21%
  • key color value is 47.45%
CMYK:
(32,0,8,47)
C32M0Y8K47 
(32%,0%,8%,47%)
(0.32/0.00/0.08/0.47)	

CMYK percentages

%32.09
%0
%8.21
%47.45

Codes

Color #5B867B in popluar color models

5B867B
RGB91134123
HSL165°19.11%44.12%
HSB/HSV165°32.09%52.55%
CMYK32.09%0.00%8.21%
47.45%

Color #5B867B in popluar number systems.

HEX5B867B
Decimal91134123
Binary1011011100001101111011
Octal133206173

Shades and tints

Shades of #5B867B

#5B867B
(91,134,123)
#537A70
(83,122,112)
#4B6E65
(75,110,101)
#43625A
(67,98,90)
#3B564F
(59,86,79)
#334A44
(51,74,68)
#2B3E39
(43,62,57)
#23322E
(35,50,46)
#1B2623
(27,38,35)
#131A18
(19,26,24)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #5B867B

#5B867B
(91,134,123)
#699187
(105,145,135)
#779C93
(119,156,147)
#85A79F
(133,167,159)
#93B2AB
(147,178,171)
#A1BDB7
(161,189,183)
#AFC8C3
(175,200,195)
#BDD3CF
(189,211,207)
#CBDEDB
(203,222,219)
#D9E9E7
(217,233,231)
#E7F4F3
(231,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B867B color. Also use rgb(91,134,123) instead hex code.

Text Font Color

.myTextColor { color: #5B867B; }

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

This text font color is #5B867B.


Background Color

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

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

This div background color is #5B867B.


Border color

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

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

This div border color is #5B867B.


Opacity

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

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

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

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

This text has shadow with #5B867B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B867B on black background.


Color preview on white background

This text has color #5B867B on white background.



Black color preview on #5B867B background

This text has black color on #5B867B background.


White color preview on #5B867B background

This text has white color on #5B867B background.