COLOR #5B6458

HEX: #5B6458 RGB: (91,100,88)

Color info

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

RGB color model

#5B6458 color RGB value is (91,100,88).

RGB: (91,100,88) (36%, 39%, 35%)

RGB channels and saturation

R 91 of 255 = 36%
G 100 of 255 = 39%
B 88 of 255 = 35%

91
100
88

R + G + B ~ 37%. #5B6458 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 100 + 88 = 279 (100%)
R 91 of 279 ~ 32.62%
G 100 of 279 ~ 35.84%
B 88 of 279 ~ 31.54'%

%32.62
%35.84
%31.54

CMYK color model

#5B6458 color CMYK value is (9,0,12,61).

  • cyan value is 9.00%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 60.78%

CMYK: (9,0,12,61)
C9M0Y12K61 (9%, 0%, 12%, 61%)
(0.09 / 0.00 / 0.12 / 0.61)

CMYK percentages

%9
%0
%12
%60.78

Codes

Color #5B6458 in popluar color models

5B 64 58
RGB 91 100 88
HSL 105° 6.38% 36.86%
HSB/HSV 105° 12.00% 39.22%
CMYK 9.00% 0.00% 12.00%
60.78%

Color #5B6458 in popluar number systems.

HEX 5B 64 58
Decimal 91 100 88
Binary 1011011 1100100 1011000
Octal 133 144 130

Shades and tints

Shades of #5B6458

#5B6458
(91,100,88)
#535B50
(83,91,80)
#4B5248
(75,82,72)
#434940
(67,73,64)
#3B4038
(59,64,56)
#333730
(51,55,48)
#2B2E28
(43,46,40)
#232520
(35,37,32)
#1B1C18
(27,28,24)
#131310
(19,19,16)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #5B6458

#5B6458
(91,100,88)
#697267
(105,114,103)
#778076
(119,128,118)
#858E85
(133,142,133)
#939C94
(147,156,148)
#A1AAA3
(161,170,163)
#AFB8B2
(175,184,178)
#BDC6C1
(189,198,193)
#CBD4D0
(203,212,208)
#D9E2DF
(217,226,223)
#E7F0EE
(231,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6458; }

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

This text font color is #5B6458.

Background Color

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

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

This div background color is #5B6458.

Border color

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

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

This div border color is #5B6458.

Opacity

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

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

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

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

This text has shadow with #5B6458 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B6458.

Preview

Color preview on black background

This text has color #5B6458 on black background.


Color preview on white background

This text has color #5B6458 on white background.


Black color preview on #5B6458 background

This text has black color on #5B6458 background.


White color preview on #5B6458 background

This text has white color on #5B6458 background.


Related colors

Complementary color

Complementary color for #hex is #A49BA7.


I love getcolorcode.com

Triadic colors

1 #585B64 and #64585B with #5B6458 are triadic colors.

2 #58645B and #645B58 with #5B6458 are triadic colors.