COLOR #5B683A

HEX: #5B683A RGB: (91,104,58)

Color info

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

RGB color model

#5B683A color RGB value is (91,104,58).

RGB: (91,104,58) (36%, 41%, 23%)

RGB channels and saturation

R 91 of 255 = 36%
G 104 of 255 = 41%
B 58 of 255 = 23%

91
104
58

R + G + B ~ 33%. #5B683A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 104 + 58 = 253 (100%)
R 91 of 253 ~ 35.97%
G 104 of 253 ~ 41.11%
B 58 of 253 ~ 22.92'%

%35.97
%41.11
%22.92

CMYK color model

#5B683A color CMYK value is (13,0,44,59).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 44.23%
  • key color value is 59.22%

CMYK: (13,0,44,59)
C13M0Y44K59 (13%, 0%, 44%, 59%)
(0.13 / 0.00 / 0.44 / 0.59)

CMYK percentages

%12.5
%0
%44.23
%59.22

Codes

Color #5B683A in popluar color models

5B 68 3A
RGB 91 104 58
HSL 77° 28.40% 31.76%
HSB/HSV 77° 44.23% 40.78%
CMYK 12.50% 0.00% 44.23%
59.22%

Color #5B683A in popluar number systems.

HEX 5B 68 3A
Decimal 91 104 58
Binary 1011011 1101000 111010
Octal 133 150 72

Shades and tints

Shades of #5B683A

#5B683A
(91,104,58)
#535F35
(83,95,53)
#4B5630
(75,86,48)
#434D2B
(67,77,43)
#3B4426
(59,68,38)
#333B21
(51,59,33)
#2B321C
(43,50,28)
#232917
(35,41,23)
#1B2012
(27,32,18)
#13170D
(19,23,13)
#0B0E08
(11,14,8)
#000000
(0,0,0)

Tints of #5B683A

#5B683A
(91,104,58)
#69754B
(105,117,75)
#77825C
(119,130,92)
#858F6D
(133,143,109)
#939C7E
(147,156,126)
#A1A98F
(161,169,143)
#AFB6A0
(175,182,160)
#BDC3B1
(189,195,177)
#CBD0C2
(203,208,194)
#D9DDD3
(217,221,211)
#E7EAE4
(231,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B683A; }

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

This text font color is #5B683A.

Background Color

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

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

This div background color is #5B683A.

Border color

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

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

This div border color is #5B683A.

Opacity

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

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

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

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

This text has shadow with #5B683A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B683A.

Preview

Color preview on black background

This text has color #5B683A on black background.


Color preview on white background

This text has color #5B683A on white background.


Black color preview on #5B683A background

This text has black color on #5B683A background.


White color preview on #5B683A background

This text has white color on #5B683A background.


Related colors

Complementary color

Complementary color for #hex is #A497C5.


I love getcolorcode.com

Triadic colors

1 #3A5B68 and #683A5B with #5B683A are triadic colors.

2 #3A685B and #685B3A with #5B683A are triadic colors.