COLOR #5B735A

HEX: #5B735A RGB: (91,115,90)

Color info

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

RGB color model

#5B735A color RGB value is (91,115,90).

RGB: (91,115,90) (36%, 45%, 35%)

RGB channels and saturation

R 91 of 255 = 36%
G 115 of 255 = 45%
B 90 of 255 = 35%

91
115
90

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

Portions of RGB colors in percentages

R + G + B = 91 + 115 + 90 = 296 (100%)
R 91 of 296 ~ 30.74%
G 115 of 296 ~ 38.85%
B 90 of 296 ~ 30.41'%

%30.74
%38.85
%30.41

CMYK color model

#5B735A color CMYK value is (21,0,22,55).

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

CMYK: (21,0,22,55)
C21M0Y22K55 (21%, 0%, 22%, 55%)
(0.21 / 0.00 / 0.22 / 0.55)

CMYK percentages

%20.87
%0
%21.74
%54.9

Codes

Color #5B735A in popluar color models

5B 73 5A
RGB 91 115 90
HSL 118° 12.20% 40.20%
HSB/HSV 118° 21.74% 45.10%
CMYK 20.87% 0.00% 21.74%
54.90%

Color #5B735A in popluar number systems.

HEX 5B 73 5A
Decimal 91 115 90
Binary 1011011 1110011 1011010
Octal 133 163 132

Shades and tints

Shades of #5B735A

#5B735A
(91,115,90)
#536952
(83,105,82)
#4B5F4A
(75,95,74)
#435542
(67,85,66)
#3B4B3A
(59,75,58)
#334132
(51,65,50)
#2B372A
(43,55,42)
#232D22
(35,45,34)
#1B231A
(27,35,26)
#131912
(19,25,18)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #5B735A

#5B735A
(91,115,90)
#697F69
(105,127,105)
#778B78
(119,139,120)
#859787
(133,151,135)
#93A396
(147,163,150)
#A1AFA5
(161,175,165)
#AFBBB4
(175,187,180)
#BDC7C3
(189,199,195)
#CBD3D2
(203,211,210)
#D9DFE1
(217,223,225)
#E7EBF0
(231,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B735A; }

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

This text font color is #5B735A.

Background Color

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

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

This div background color is #5B735A.

Border color

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

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

This div border color is #5B735A.

Opacity

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

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

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

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

This text has shadow with #5B735A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B735A.

Preview

Color preview on black background

This text has color #5B735A on black background.


Color preview on white background

This text has color #5B735A on white background.


Black color preview on #5B735A background

This text has black color on #5B735A background.


White color preview on #5B735A background

This text has white color on #5B735A background.


Related colors

Complementary color

Complementary color for #hex is #A48CA5.


I love getcolorcode.com

Triadic colors

1 #5A5B73 and #735A5B with #5B735A are triadic colors.

2 #5A735B and #735B5A with #5B735A are triadic colors.