COLOR #5B7368

HEX: #5B7368 RGB: (91,115,104)

Color info

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

RGB color model

#5B7368 color RGB value is (91,115,104).

RGB: (91,115,104) (36%, 45%, 41%)

RGB channels and saturation

R 91 of 255 = 36%
G 115 of 255 = 45%
B 104 of 255 = 41%

91
115
104

R + G + B ~ 41%. #5B7368 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 91 + 115 + 104 = 310 (100%)
R 91 of 310 ~ 29.35%
G 115 of 310 ~ 37.1%
B 104 of 310 ~ 33.55'%

%29.35
%37.1
%33.55

CMYK color model

#5B7368 color CMYK value is (21,0,10,55).

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

CMYK: (21,0,10,55)
C21M0Y10K55 (21%, 0%, 10%, 55%)
(0.21 / 0.00 / 0.10 / 0.55)

CMYK percentages

%20.87
%0
%9.57
%54.9

Codes

Color #5B7368 in popluar color models

5B 73 68
RGB 91 115 104
HSL 153° 11.65% 40.39%
HSB/HSV 153° 20.87% 45.10%
CMYK 20.87% 0.00% 9.57%
54.90%

Color #5B7368 in popluar number systems.

HEX 5B 73 68
Decimal 91 115 104
Binary 1011011 1110011 1101000
Octal 133 163 150

Shades and tints

Shades of #5B7368

#5B7368
(91,115,104)
#53695F
(83,105,95)
#4B5F56
(75,95,86)
#43554D
(67,85,77)
#3B4B44
(59,75,68)
#33413B
(51,65,59)
#2B3732
(43,55,50)
#232D29
(35,45,41)
#1B2320
(27,35,32)
#131917
(19,25,23)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #5B7368

#5B7368
(91,115,104)
#697F75
(105,127,117)
#778B82
(119,139,130)
#85978F
(133,151,143)
#93A39C
(147,163,156)
#A1AFA9
(161,175,169)
#AFBBB6
(175,187,182)
#BDC7C3
(189,199,195)
#CBD3D0
(203,211,208)
#D9DFDD
(217,223,221)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7368; }

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

This text font color is #5B7368.

Background Color

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

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

This div background color is #5B7368.

Border color

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

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

This div border color is #5B7368.

Opacity

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

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

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

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

This text has shadow with #5B7368 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7368.

Preview

Color preview on black background

This text has color #5B7368 on black background.


Color preview on white background

This text has color #5B7368 on white background.


Black color preview on #5B7368 background

This text has black color on #5B7368 background.


White color preview on #5B7368 background

This text has white color on #5B7368 background.


Related colors

Complementary color

Complementary color for #hex is #A48C97.


I love getcolorcode.com

Triadic colors

1 #685B73 and #73685B with #5B7368 are triadic colors.

2 #68735B and #735B68 with #5B7368 are triadic colors.