COLOR #5B6450

HEX: #5B6450 RGB: (91,100,80)

Color info

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

RGB color model

#5B6450 color RGB value is (91,100,80).

RGB: (91,100,80) (36%, 39%, 31%)

RGB channels and saturation

R 91 of 255 = 36%
G 100 of 255 = 39%
B 80 of 255 = 31%

91
100
80

R + G + B ~ 35%. #5B6450 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 100 + 80 = 271 (100%)
R 91 of 271 ~ 33.58%
G 100 of 271 ~ 36.9%
B 80 of 271 ~ 29.52'%

%33.58
%36.9
%29.52

CMYK color model

#5B6450 color CMYK value is (9,0,20,61).

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

CMYK: (9,0,20,61)
C9M0Y20K61 (9%, 0%, 20%, 61%)
(0.09 / 0.00 / 0.20 / 0.61)

CMYK percentages

%9
%0
%20
%60.78

Codes

Color #5B6450 in popluar color models

5B 64 50
RGB 91 100 80
HSL 87° 11.11% 35.29%
HSB/HSV 87° 20.00% 39.22%
CMYK 9.00% 0.00% 20.00%
60.78%

Color #5B6450 in popluar number systems.

HEX 5B 64 50
Decimal 91 100 80
Binary 1011011 1100100 1010000
Octal 133 144 120

Shades and tints

Shades of #5B6450

#5B6450
(91,100,80)
#535B49
(83,91,73)
#4B5242
(75,82,66)
#43493B
(67,73,59)
#3B4034
(59,64,52)
#33372D
(51,55,45)
#2B2E26
(43,46,38)
#23251F
(35,37,31)
#1B1C18
(27,28,24)
#131311
(19,19,17)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #5B6450

#5B6450
(91,100,80)
#69725F
(105,114,95)
#77806E
(119,128,110)
#858E7D
(133,142,125)
#939C8C
(147,156,140)
#A1AA9B
(161,170,155)
#AFB8AA
(175,184,170)
#BDC6B9
(189,198,185)
#CBD4C8
(203,212,200)
#D9E2D7
(217,226,215)
#E7F0E6
(231,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6450; }

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

This text font color is #5B6450.

Background Color

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

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

This div background color is #5B6450.

Border color

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

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

This div border color is #5B6450.

Opacity

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

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

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

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

This text has shadow with #5B6450 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B6450.

Preview

Color preview on black background

This text has color #5B6450 on black background.


Color preview on white background

This text has color #5B6450 on white background.


Black color preview on #5B6450 background

This text has black color on #5B6450 background.


White color preview on #5B6450 background

This text has white color on #5B6450 background.


Related colors

Complementary color

Complementary color for #hex is #A49BAF.


I love getcolorcode.com

Triadic colors

1 #505B64 and #64505B with #5B6450 are triadic colors.

2 #50645B and #645B50 with #5B6450 are triadic colors.