COLOR #5B6743

HEX: #5B6743 RGB: (91,103,67)

Color info

#5B6743 contains red, green and blue colors in about the same proportion. Web safe color of #5B6743 is #666633 (or #663).

RGB color model

#5B6743 color RGB value is (91,103,67).

RGB: (91,103,67) (36%, 40%, 26%)

RGB channels and saturation

R 91 of 255 = 36%
G 103 of 255 = 40%
B 67 of 255 = 26%

91
103
67

R + G + B ~ 34%. #5B6743 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 103 + 67 = 261 (100%)
R 91 of 261 ~ 34.87%
G 103 of 261 ~ 39.46%
B 67 of 261 ~ 25.67'%

%34.87
%39.46
%25.67

CMYK color model

#5B6743 color CMYK value is (12,0,35,60).

  • cyan value is 11.65%
  • magenta value is 0.00%
  • yellow value is 34.95%
  • key color value is 59.61%
CMYK: (12,0,35,60) C12M0Y35K60 (12%,0%,35%,60%) (0.12/0.00/0.35/0.60) 

CMYK percentages

%11.65
%0
%34.95
%59.61

Codes

Color #5B6743 in popluar color models

5B 67 43
RGB 91 103 67
HSL 80° 21.18% 33.33%
HSB/HSV 80° 34.95% 40.39%
CMYK 11.65% 0.00% 34.95%
59.61%

Color #5B6743 in popluar number systems.

HEX 5B 67 43
Decimal 91 103 67
Binary 1011011 1100111 1000011
Octal 133 147 103

Shades and tints

Shades of #5B6743

#5B6743
(91,103,67)
#535E3D
(83,94,61)
#4B5537
(75,85,55)
#434C31
(67,76,49)
#3B432B
(59,67,43)
#333A25
(51,58,37)
#2B311F
(43,49,31)
#232819
(35,40,25)
#1B1F13
(27,31,19)
#13160D
(19,22,13)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #5B6743

#5B6743
(91,103,67)
#697454
(105,116,84)
#778165
(119,129,101)
#858E76
(133,142,118)
#939B87
(147,155,135)
#A1A898
(161,168,152)
#AFB5A9
(175,181,169)
#BDC2BA
(189,194,186)
#CBCFCB
(203,207,203)
#D9DCDC
(217,220,220)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6743 color. Also use rgb(91,103,67) instead hex code.

Text Font Color

.myTextColor { color: #5B6743; }

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

This text font color is #5B6743.

Background Color

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

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

This div background color is #5B6743.

Border color

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

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

This div border color is #5B6743.

Opacity

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

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

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

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

This text has shadow with #5B6743 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B6743.

Preview

Color preview on black background

This text has color #5B6743 on black background.


Color preview on white background

This text has color #5B6743 on white background.


Black color preview on #5B6743 background

This text has black color on #5B6743 background.


White color preview on #5B6743 background

This text has white color on #5B6743 background.


Related colors

Complementary color

Complementary color for #hex is #A498BC.


I love getcolorcode.com

Triadic colors

1 #435B67 and #67435B with #5B6743 are triadic colors.

2 #43675B and #675B43 with #5B6743 are triadic colors.