COLOR #5B7658

HEX: #5B7658
RGB: (91,118,88)

Color info

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

RGB color model

#5B7658 color RGB value is (91,118,88).

  • red value is 91;
  • green value is 118;
  • blue value is 88.
RGB:
(91,118,88)
(36%,46%,35%)

RGB channels and saturation

R 91 of 255 = 36%
G 118 of 255 = 46%
B 88 of 255 = 35%

91
118
88

R + G + B ~ 39%. #5B7658 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 118 + 88 = 297 (100%)
R 91 of 297 ~ 30.64%
G 118 of 297 ~ 39.73%
B 88 of 297 ~ 29.63%

%30.64
%39.73
%29.63

CMYK color model

#5B7658 color CMYK value is (23,0,25,54).

  • cyan value is 22.88%
  • magenta value is 0.00%
  • yellow value is 25.42%
  • key color value is 53.73%
CMYK:
(23,0,25,54)
C23M0Y25K54 
(23%,0%,25%,54%)
(0.23/0.00/0.25/0.54)	

CMYK percentages

%22.88
%0
%25.42
%53.73

Codes

Color #5B7658 in popluar color models

5B7658
RGB9111888
HSL114°14.56%40.39%
HSB/HSV114°25.42%46.27%
CMYK22.88%0.00%25.42%
53.73%

Color #5B7658 in popluar number systems.

HEX5B7658
Decimal9111888
Binary101101111101101011000
Octal133166130

Shades and tints

Shades of #5B7658

#5B7658
(91,118,88)
#536C50
(83,108,80)
#4B6248
(75,98,72)
#435840
(67,88,64)
#3B4E38
(59,78,56)
#334430
(51,68,48)
#2B3A28
(43,58,40)
#233020
(35,48,32)
#1B2618
(27,38,24)
#131C10
(19,28,16)
#0B1208
(11,18,8)
#000000
(0,0,0)

Tints of #5B7658

#5B7658
(91,118,88)
#698267
(105,130,103)
#778E76
(119,142,118)
#859A85
(133,154,133)
#93A694
(147,166,148)
#A1B2A3
(161,178,163)
#AFBEB2
(175,190,178)
#BDCAC1
(189,202,193)
#CBD6D0
(203,214,208)
#D9E2DF
(217,226,223)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7658 color. Also use rgb(91,118,88) instead hex code.

Text Font Color

.myTextColor { color: #5B7658; }

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

This text font color is #5B7658.


Background Color

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

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

This div background color is #5B7658.


Border color

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

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

This div border color is #5B7658.


Opacity

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

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

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

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

This text has shadow with #5B7658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7658 on black background.


Color preview on white background

This text has color #5B7658 on white background.



Black color preview on #5B7658 background

This text has black color on #5B7658 background.


White color preview on #5B7658 background

This text has white color on #5B7658 background.