COLOR #5B653A

HEX: #5B653A RGB: (91,101,58)

Color info

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

RGB color model

#5B653A color RGB value is (91,101,58).

RGB: (91,101,58) (36%, 40%, 23%)

RGB channels and saturation

R 91 of 255 = 36%
G 101 of 255 = 40%
B 58 of 255 = 23%

91
101
58

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

Portions of RGB colors in percentages

R + G + B = 91 + 101 + 58 = 250 (100%)
R 91 of 250 ~ 36.4%
G 101 of 250 ~ 40.4%
B 58 of 250 ~ 23.2'%

%36.4
%40.4
%23.2

CMYK color model

#5B653A color CMYK value is (10,0,43,60).

  • cyan value is 9.90%
  • magenta value is 0.00%
  • yellow value is 42.57%
  • key color value is 60.39%

CMYK: (10,0,43,60)
C10M0Y43K60 (10%, 0%, 43%, 60%)
(0.10 / 0.00 / 0.43 / 0.60)

CMYK percentages

%9.9
%0
%42.57
%60.39

Codes

Color #5B653A in popluar color models

5B 65 3A
RGB 91 101 58
HSL 74° 27.04% 31.18%
HSB/HSV 74° 42.57% 39.61%
CMYK 9.90% 0.00% 42.57%
60.39%

Color #5B653A in popluar number systems.

HEX 5B 65 3A
Decimal 91 101 58
Binary 1011011 1100101 111010
Octal 133 145 72

Shades and tints

Shades of #5B653A

#5B653A
(91,101,58)
#535C35
(83,92,53)
#4B5330
(75,83,48)
#434A2B
(67,74,43)
#3B4126
(59,65,38)
#333821
(51,56,33)
#2B2F1C
(43,47,28)
#232617
(35,38,23)
#1B1D12
(27,29,18)
#13140D
(19,20,13)
#0B0B08
(11,11,8)
#000000
(0,0,0)

Tints of #5B653A

#5B653A
(91,101,58)
#69734B
(105,115,75)
#77815C
(119,129,92)
#858F6D
(133,143,109)
#939D7E
(147,157,126)
#A1AB8F
(161,171,143)
#AFB9A0
(175,185,160)
#BDC7B1
(189,199,177)
#CBD5C2
(203,213,194)
#D9E3D3
(217,227,211)
#E7F1E4
(231,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B653A; }

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

This text font color is #5B653A.

Background Color

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

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

This div background color is #5B653A.

Border color

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

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

This div border color is #5B653A.

Opacity

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

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

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

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

This text has shadow with #5B653A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B653A.

Preview

Color preview on black background

This text has color #5B653A on black background.


Color preview on white background

This text has color #5B653A on white background.


Black color preview on #5B653A background

This text has black color on #5B653A background.


White color preview on #5B653A background

This text has white color on #5B653A background.


Related colors

Complementary color

Complementary color for #hex is #A49AC5.


I love getcolorcode.com

Triadic colors

1 #3A5B65 and #653A5B with #5B653A are triadic colors.

2 #3A655B and #655B3A with #5B653A are triadic colors.