COLOR #5B6251

HEX: #5B6251 RGB: (91,98,81)

Color info

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

RGB color model

#5B6251 color RGB value is (91,98,81).

RGB: (91,98,81) (36%, 38%, 32%)

RGB channels and saturation

R 91 of 255 = 36%
G 98 of 255 = 38%
B 81 of 255 = 32%

91
98
81

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

Portions of RGB colors in percentages

R + G + B = 91 + 98 + 81 = 270 (100%)
R 91 of 270 ~ 33.7%
G 98 of 270 ~ 36.3%
B 81 of 270 ~ 30'%

%33.7
%36.3
%30

CMYK color model

#5B6251 color CMYK value is (7,0,17,62).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 17.35%
  • key color value is 61.57%

CMYK: (7,0,17,62)
C7M0Y17K62 (7%, 0%, 17%, 62%)
(0.07 / 0.00 / 0.17 / 0.62)

CMYK percentages

%7.14
%0
%17.35
%61.57

Codes

Color #5B6251 in popluar color models

5B 62 51
RGB 91 98 81
HSL 85° 9.50% 35.10%
HSB/HSV 85° 17.35% 38.43%
CMYK 7.14% 0.00% 17.35%
61.57%

Color #5B6251 in popluar number systems.

HEX 5B 62 51
Decimal 91 98 81
Binary 1011011 1100010 1010001
Octal 133 142 121

Shades and tints

Shades of #5B6251

#5B6251
(91,98,81)
#535A4A
(83,90,74)
#4B5243
(75,82,67)
#434A3C
(67,74,60)
#3B4235
(59,66,53)
#333A2E
(51,58,46)
#2B3227
(43,50,39)
#232A20
(35,42,32)
#1B2219
(27,34,25)
#131A12
(19,26,18)
#0B120B
(11,18,11)
#000000
(0,0,0)

Tints of #5B6251

#5B6251
(91,98,81)
#697060
(105,112,96)
#777E6F
(119,126,111)
#858C7E
(133,140,126)
#939A8D
(147,154,141)
#A1A89C
(161,168,156)
#AFB6AB
(175,182,171)
#BDC4BA
(189,196,186)
#CBD2C9
(203,210,201)
#D9E0D8
(217,224,216)
#E7EEE7
(231,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6251; }

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

This text font color is #5B6251.

Background Color

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

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

This div background color is #5B6251.

Border color

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

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

This div border color is #5B6251.

Opacity

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

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

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

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

This text has shadow with #5B6251 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B6251.

Preview

Color preview on black background

This text has color #5B6251 on black background.


Color preview on white background

This text has color #5B6251 on white background.


Black color preview on #5B6251 background

This text has black color on #5B6251 background.


White color preview on #5B6251 background

This text has white color on #5B6251 background.


Related colors

Complementary color

Complementary color for #hex is #A49DAE.


I love getcolorcode.com

Triadic colors

1 #515B62 and #62515B with #5B6251 are triadic colors.

2 #51625B and #625B51 with #5B6251 are triadic colors.