COLOR #5B7063

HEX: #5B7063
RGB: (91,112,99)

Color info

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

RGB color model

#5B7063 color RGB value is (91,112,99).

  • red value is 91;
  • green value is 112;
  • blue value is 99.
RGB:
(91,112,99)
(36%,44%,39%)

RGB channels and saturation

R 91 of 255 = 36%
G 112 of 255 = 44%
B 99 of 255 = 39%

91
112
99

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

Portions of RGB colors in percentages

R + G + B =
91 + 112 + 99 = 302 (100%)
R 91 of 302 ~ 30.13%
G 112 of 302 ~ 37.09%
B 99 of 302 ~ 32.78%

%30.13
%37.09
%32.78

CMYK color model

#5B7063 color CMYK value is (19,0,12,56).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 11.61%
  • key color value is 56.08%
CMYK:
(19,0,12,56)
C19M0Y12K56 
(19%,0%,12%,56%)
(0.19/0.00/0.12/0.56)	

CMYK percentages

%18.75
%0
%11.61
%56.08

Codes

Color #5B7063 in popluar color models

5B7063
RGB9111299
HSL143°10.34%39.80%
HSB/HSV143°18.75%43.92%
CMYK18.75%0.00%11.61%
56.08%

Color #5B7063 in popluar number systems.

HEX5B7063
Decimal9111299
Binary101101111100001100011
Octal133160143

Shades and tints

Shades of #5B7063

#5B7063
(91,112,99)
#53665A
(83,102,90)
#4B5C51
(75,92,81)
#435248
(67,82,72)
#3B483F
(59,72,63)
#333E36
(51,62,54)
#2B342D
(43,52,45)
#232A24
(35,42,36)
#1B201B
(27,32,27)
#131612
(19,22,18)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #5B7063

#5B7063
(91,112,99)
#697D71
(105,125,113)
#778A7F
(119,138,127)
#85978D
(133,151,141)
#93A49B
(147,164,155)
#A1B1A9
(161,177,169)
#AFBEB7
(175,190,183)
#BDCBC5
(189,203,197)
#CBD8D3
(203,216,211)
#D9E5E1
(217,229,225)
#E7F2EF
(231,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7063 color. Also use rgb(91,112,99) instead hex code.

Text Font Color

.myTextColor { color: #5B7063; }

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

This text font color is #5B7063.


Background Color

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

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

This div background color is #5B7063.


Border color

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

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

This div border color is #5B7063.


Opacity

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

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

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

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

This text has shadow with #5B7063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7063 on black background.


Color preview on white background

This text has color #5B7063 on white background.



Black color preview on #5B7063 background

This text has black color on #5B7063 background.


White color preview on #5B7063 background

This text has white color on #5B7063 background.