COLOR #5B6258

HEX: #5B6258
RGB: (91,98,88)

Color info

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

RGB color model

#5B6258 color RGB value is (91,98,88).

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

RGB channels and saturation

R 91 of 255 = 36%
G 98 of 255 = 38%
B 88 of 255 = 35%

91
98
88

R + G + B ~ 36%. #5B6258 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 98 + 88 = 277 (100%)
R 91 of 277 ~ 32.85%
G 98 of 277 ~ 35.38%
B 88 of 277 ~ 31.77%

%32.85
%35.38
%31.77

CMYK color model

#5B6258 color CMYK value is (7,0,10,62).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 61.57%
CMYK: (7,0,10,62) C7M0Y10K62 (7%,0%,10%,62%) (0.07/0.00/0.10/0.62)

CMYK percentages

%7.14
%0
%10.2
%61.57

Codes

Color #5B6258 in popluar color models

5B6258
RGB919888
HSL102°5.38%36.47%
HSB/HSV102°10.20%38.43%
CMYK7.14%0.00%10.20%
61.57%

Color #5B6258 in popluar number systems.

HEX5B6258
Decimal919888
Binary101101111000101011000
Octal133142130

Shades and tints

Shades of #5B6258

#5B6258
(91,98,88)
#535A50
(83,90,80)
#4B5248
(75,82,72)
#434A40
(67,74,64)
#3B4238
(59,66,56)
#333A30
(51,58,48)
#2B3228
(43,50,40)
#232A20
(35,42,32)
#1B2218
(27,34,24)
#131A10
(19,26,16)
#0B1208
(11,18,8)
#000000
(0,0,0)

Tints of #5B6258

#5B6258
(91,98,88)
#697067
(105,112,103)
#777E76
(119,126,118)
#858C85
(133,140,133)
#939A94
(147,154,148)
#A1A8A3
(161,168,163)
#AFB6B2
(175,182,178)
#BDC4C1
(189,196,193)
#CBD2D0
(203,210,208)
#D9E0DF
(217,224,223)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6258; }

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

This text font color is #5B6258.


Background Color

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

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

This div background color is #5B6258.


Border color

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

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

This div border color is #5B6258.


Opacity

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

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

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

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

This text has shadow with #5B6258 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5B6258 on black background.


Color preview on white background

This text has color #5B6258 on white background.



Black color preview on #5B6258 background

This text has black color on #5B6258 background.


White color preview on #5B6258 background

This text has white color on #5B6258 background.