COLOR #5B7067

HEX: #5B7067
RGB: (91,112,103)

Color info

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

RGB color model

#5B7067 color RGB value is (91,112,103).

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

RGB channels and saturation

R 91 of 255 = 36%
G 112 of 255 = 44%
B 103 of 255 = 40%

91
112
103

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

Portions of RGB colors in percentages

R + G + B =
91 + 112 + 103 = 306 (100%)
R 91 of 306 ~ 29.74%
G 112 of 306 ~ 36.6%
B 103 of 306 ~ 33.66%

%29.74
%36.6
%33.66

CMYK color model

#5B7067 color CMYK value is (19,0,8,56).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 8.04%
  • key color value is 56.08%
CMYK:
(19,0,8,56)
C19M0Y8K56 
(19%,0%,8%,56%)
(0.19/0.00/0.08/0.56)	

CMYK percentages

%18.75
%0
%8.04
%56.08

Codes

Color #5B7067 in popluar color models

5B7067
RGB91112103
HSL154°10.34%39.80%
HSB/HSV154°18.75%43.92%
CMYK18.75%0.00%8.04%
56.08%

Color #5B7067 in popluar number systems.

HEX5B7067
Decimal91112103
Binary101101111100001100111
Octal133160147

Shades and tints

Shades of #5B7067

#5B7067
(91,112,103)
#53665E
(83,102,94)
#4B5C55
(75,92,85)
#43524C
(67,82,76)
#3B4843
(59,72,67)
#333E3A
(51,62,58)
#2B3431
(43,52,49)
#232A28
(35,42,40)
#1B201F
(27,32,31)
#131616
(19,22,22)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #5B7067

#5B7067
(91,112,103)
#697D74
(105,125,116)
#778A81
(119,138,129)
#85978E
(133,151,142)
#93A49B
(147,164,155)
#A1B1A8
(161,177,168)
#AFBEB5
(175,190,181)
#BDCBC2
(189,203,194)
#CBD8CF
(203,216,207)
#D9E5DC
(217,229,220)
#E7F2E9
(231,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7067; }

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

This text font color is #5B7067.


Background Color

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

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

This div background color is #5B7067.


Border color

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

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

This div border color is #5B7067.


Opacity

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

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

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

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

This text has shadow with #5B7067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7067 on black background.


Color preview on white background

This text has color #5B7067 on white background.



Black color preview on #5B7067 background

This text has black color on #5B7067 background.


White color preview on #5B7067 background

This text has white color on #5B7067 background.