COLOR #5B735C

HEX: #5B735C RGB: (91,115,92)

Color info

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

RGB color model

#5B735C color RGB value is (91,115,92).

RGB: (91,115,92) (36%, 45%, 36%)

RGB channels and saturation

R 91 of 255 = 36%
G 115 of 255 = 45%
B 92 of 255 = 36%

91
115
92

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

Portions of RGB colors in percentages

R + G + B = 91 + 115 + 92 = 298 (100%)
R 91 of 298 ~ 30.54%
G 115 of 298 ~ 38.59%
B 92 of 298 ~ 30.87'%

%30.54
%38.59
%30.87

CMYK color model

#5B735C color CMYK value is (21,0,20,55).

  • cyan value is 20.87%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 54.90%

CMYK: (21,0,20,55)
C21M0Y20K55 (21%, 0%, 20%, 55%)
(0.21 / 0.00 / 0.20 / 0.55)

CMYK percentages

%20.87
%0
%20
%54.9

Codes

Color #5B735C in popluar color models

5B 73 5C
RGB 91 115 92
HSL 123° 11.65% 40.39%
HSB/HSV 123° 20.87% 45.10%
CMYK 20.87% 0.00% 20.00%
54.90%

Color #5B735C in popluar number systems.

HEX 5B 73 5C
Decimal 91 115 92
Binary 1011011 1110011 1011100
Octal 133 163 134

Shades and tints

Shades of #5B735C

#5B735C
(91,115,92)
#536954
(83,105,84)
#4B5F4C
(75,95,76)
#435544
(67,85,68)
#3B4B3C
(59,75,60)
#334134
(51,65,52)
#2B372C
(43,55,44)
#232D24
(35,45,36)
#1B231C
(27,35,28)
#131914
(19,25,20)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #5B735C

#5B735C
(91,115,92)
#697F6A
(105,127,106)
#778B78
(119,139,120)
#859786
(133,151,134)
#93A394
(147,163,148)
#A1AFA2
(161,175,162)
#AFBBB0
(175,187,176)
#BDC7BE
(189,199,190)
#CBD3CC
(203,211,204)
#D9DFDA
(217,223,218)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B735C color. Also use rgb(91,115,92) instead hex code.

Text Font Color

.myTextColor { color: #5B735C; }

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

This text font color is #5B735C.

Background Color

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

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

This div background color is #5B735C.

Border color

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

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

This div border color is #5B735C.

Opacity

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

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

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

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

This text has shadow with #5B735C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B735C.

Preview

Color preview on black background

This text has color #5B735C on black background.


Color preview on white background

This text has color #5B735C on white background.


Black color preview on #5B735C background

This text has black color on #5B735C background.


White color preview on #5B735C background

This text has white color on #5B735C background.


Related colors

Complementary color

Complementary color for #hex is #A48CA3.


I love getcolorcode.com

Triadic colors

1 #5C5B73 and #735C5B with #5B735C are triadic colors.

2 #5C735B and #735B5C with #5B735C are triadic colors.