COLOR #5B472F

HEX: #5B472F RGB: (91,71,47)

Color info

#5B472F contains red, green and blue colors in about the same proportion. Web safe color of #5B472F is #663333 (or #633).

RGB color model

#5B472F color RGB value is (91,71,47).

RGB: (91,71,47) (36%, 28%, 18%)

RGB channels and saturation

R 91 of 255 = 36%
G 71 of 255 = 28%
B 47 of 255 = 18%

91
71
47

R + G + B ~ 27%. #5B472F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 71 + 47 = 209 (100%)
R 91 of 209 ~ 43.54%
G 71 of 209 ~ 33.97%
B 47 of 209 ~ 22.49'%

%43.54
%33.97
%22.49

CMYK color model

#5B472F color CMYK value is (0,22,48,64).

  • cyan value is 0.00%
  • magenta value is 21.98%
  • yellow value is 48.35%
  • key color value is 64.31%

CMYK: (0,22,48,64)
C0M22Y48K64 (0%, 22%, 48%, 64%)
(0.00 / 0.22 / 0.48 / 0.64)

CMYK percentages

%0
%21.98
%48.35
%64.31

Codes

Color #5B472F in popluar color models

5B 47 2F
RGB 91 71 47
HSL 33° 31.88% 27.06%
HSB/HSV 33° 48.35% 35.69%
CMYK 0.00% 21.98% 48.35%
64.31%

Color #5B472F in popluar number systems.

HEX 5B 47 2F
Decimal 91 71 47
Binary 1011011 1000111 101111
Octal 133 107 57

Shades and tints

Shades of #5B472F

#5B472F
(91,71,47)
#53412B
(83,65,43)
#4B3B27
(75,59,39)
#433523
(67,53,35)
#3B2F1F
(59,47,31)
#33291B
(51,41,27)
#2B2317
(43,35,23)
#231D13
(35,29,19)
#1B170F
(27,23,15)
#13110B
(19,17,11)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #5B472F

#5B472F
(91,71,47)
#695741
(105,87,65)
#776753
(119,103,83)
#857765
(133,119,101)
#938777
(147,135,119)
#A19789
(161,151,137)
#AFA79B
(175,167,155)
#BDB7AD
(189,183,173)
#CBC7BF
(203,199,191)
#D9D7D1
(217,215,209)
#E7E7E3
(231,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B472F color. Also use rgb(91,71,47) instead hex code.

Text Font Color

.myTextColor { color: #5B472F; }

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

This text font color is #5B472F.

Background Color

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

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

This div background color is #5B472F.

Border color

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

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

This div border color is #5B472F.

Opacity

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

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

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

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

This text has shadow with #5B472F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B472F.

Preview

Color preview on black background

This text has color #5B472F on black background.


Color preview on white background

This text has color #5B472F on white background.


Black color preview on #5B472F background

This text has black color on #5B472F background.


White color preview on #5B472F background

This text has white color on #5B472F background.


Related colors

Complementary color

Complementary color for #hex is #A4B8D0.


I love getcolorcode.com

Triadic colors

1 #2F5B47 and #472F5B with #5B472F are triadic colors.

2 #2F475B and #475B2F with #5B472F are triadic colors.