COLOR #5B745F

HEX: #5B745F RGB: (91,116,95)

Color info

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

RGB color model

#5B745F color RGB value is (91,116,95).

RGB: (91,116,95) (36%, 45%, 37%)

RGB channels and saturation

R 91 of 255 = 36%
G 116 of 255 = 45%
B 95 of 255 = 37%

91
116
95

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

Portions of RGB colors in percentages

R + G + B = 91 + 116 + 95 = 302 (100%)
R 91 of 302 ~ 30.13%
G 116 of 302 ~ 38.41%
B 95 of 302 ~ 31.46'%

%30.13
%38.41
%31.46

CMYK color model

#5B745F color CMYK value is (22,0,18,55).

  • cyan value is 21.55%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 54.51%

CMYK: (22,0,18,55)
C22M0Y18K55 (22%, 0%, 18%, 55%)
(0.22 / 0.00 / 0.18 / 0.55)

CMYK percentages

%21.55
%0
%18.1
%54.51

Codes

Color #5B745F in popluar color models

5B 74 5F
RGB 91 116 95
HSL 130° 12.08% 40.59%
HSB/HSV 130° 21.55% 45.49%
CMYK 21.55% 0.00% 18.10%
54.51%

Color #5B745F in popluar number systems.

HEX 5B 74 5F
Decimal 91 116 95
Binary 1011011 1110100 1011111
Octal 133 164 137

Shades and tints

Shades of #5B745F

#5B745F
(91,116,95)
#536A57
(83,106,87)
#4B604F
(75,96,79)
#435647
(67,86,71)
#3B4C3F
(59,76,63)
#334237
(51,66,55)
#2B382F
(43,56,47)
#232E27
(35,46,39)
#1B241F
(27,36,31)
#131A17
(19,26,23)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #5B745F

#5B745F
(91,116,95)
#69806D
(105,128,109)
#778C7B
(119,140,123)
#859889
(133,152,137)
#93A497
(147,164,151)
#A1B0A5
(161,176,165)
#AFBCB3
(175,188,179)
#BDC8C1
(189,200,193)
#CBD4CF
(203,212,207)
#D9E0DD
(217,224,221)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B745F color. Also use rgb(91,116,95) instead hex code.

Text Font Color

.myTextColor { color: #5B745F; }

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

This text font color is #5B745F.

Background Color

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

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

This div background color is #5B745F.

Border color

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

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

This div border color is #5B745F.

Opacity

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

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

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

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

This text has shadow with #5B745F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B745F.

Preview

Color preview on black background

This text has color #5B745F on black background.


Color preview on white background

This text has color #5B745F on white background.


Black color preview on #5B745F background

This text has black color on #5B745F background.


White color preview on #5B745F background

This text has white color on #5B745F background.


Related colors

Complementary color

Complementary color for #hex is #A48BA0.


I love getcolorcode.com

Triadic colors

1 #5F5B74 and #745F5B with #5B745F are triadic colors.

2 #5F745B and #745B5F with #5B745F are triadic colors.