COLOR #5B7A64

HEX: #5B7A64
RGB: (91,122,100)

Color info

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

RGB color model

#5B7A64 color RGB value is (91,122,100).

  • red value is 91;
  • green value is 122;
  • blue value is 100.
RGB:
(91,122,100)
(36%,48%,39%)

RGB channels and saturation

R 91 of 255 = 36%
G 122 of 255 = 48%
B 100 of 255 = 39%

91
122
100

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

Portions of RGB colors in percentages

R + G + B =
91 + 122 + 100 = 313 (100%)
R 91 of 313 ~ 29.07%
G 122 of 313 ~ 38.98%
B 100 of 313 ~ 31.95%

%29.07
%38.98
%31.95

CMYK color model

#5B7A64 color CMYK value is (25,0,18,52).

  • cyan value is 25.41%
  • magenta value is 0.00%
  • yellow value is 18.03%
  • key color value is 52.16%
CMYK:
(25,0,18,52)
C25M0Y18K52 
(25%,0%,18%,52%)
(0.25/0.00/0.18/0.52)	

CMYK percentages

%25.41
%0
%18.03
%52.16

Codes

Color #5B7A64 in popluar color models

5B7A64
RGB91122100
HSL137°14.55%41.76%
HSB/HSV137°25.41%47.84%
CMYK25.41%0.00%18.03%
52.16%

Color #5B7A64 in popluar number systems.

HEX5B7A64
Decimal91122100
Binary101101111110101100100
Octal133172144

Shades and tints

Shades of #5B7A64

#5B7A64
(91,122,100)
#536F5B
(83,111,91)
#4B6452
(75,100,82)
#435949
(67,89,73)
#3B4E40
(59,78,64)
#334337
(51,67,55)
#2B382E
(43,56,46)
#232D25
(35,45,37)
#1B221C
(27,34,28)
#131713
(19,23,19)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #5B7A64

#5B7A64
(91,122,100)
#698672
(105,134,114)
#779280
(119,146,128)
#859E8E
(133,158,142)
#93AA9C
(147,170,156)
#A1B6AA
(161,182,170)
#AFC2B8
(175,194,184)
#BDCEC6
(189,206,198)
#CBDAD4
(203,218,212)
#D9E6E2
(217,230,226)
#E7F2F0
(231,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7A64; }

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

This text font color is #5B7A64.


Background Color

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

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

This div background color is #5B7A64.


Border color

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

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

This div border color is #5B7A64.


Opacity

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

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

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

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

This text has shadow with #5B7A64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7A64 on black background.


Color preview on white background

This text has color #5B7A64 on white background.



Black color preview on #5B7A64 background

This text has black color on #5B7A64 background.


White color preview on #5B7A64 background

This text has white color on #5B7A64 background.