COLOR #5B4824

HEX: #5B4824 RGB: (91,72,36)

Color info

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

RGB color model

#5B4824 color RGB value is (91,72,36).

RGB: (91,72,36) (36%, 28%, 14%)

RGB channels and saturation

R 91 of 255 = 36%
G 72 of 255 = 28%
B 36 of 255 = 14%

91
72
36

R + G + B ~ 26%. #5B4824 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 72 + 36 = 199 (100%)
R 91 of 199 ~ 45.73%
G 72 of 199 ~ 36.18%
B 36 of 199 ~ 18.09'%

%45.73
%36.18
%18.09

CMYK color model

#5B4824 color CMYK value is (0,21,60,64).

  • cyan value is 0.00%
  • magenta value is 20.88%
  • yellow value is 60.44%
  • key color value is 64.31%

CMYK: (0,21,60,64)
C0M21Y60K64 (0%, 21%, 60%, 64%)
(0.00 / 0.21 / 0.60 / 0.64)

CMYK percentages

%0
%20.88
%60.44
%64.31

Codes

Color #5B4824 in popluar color models

5B 48 24
RGB 91 72 36
HSL 39° 43.31% 24.90%
HSB/HSV 39° 60.44% 35.69%
CMYK 0.00% 20.88% 60.44%
64.31%

Color #5B4824 in popluar number systems.

HEX 5B 48 24
Decimal 91 72 36
Binary 1011011 1001000 100100
Octal 133 110 44

Shades and tints

Shades of #5B4824

#5B4824
(91,72,36)
#534221
(83,66,33)
#4B3C1E
(75,60,30)
#43361B
(67,54,27)
#3B3018
(59,48,24)
#332A15
(51,42,21)
#2B2412
(43,36,18)
#231E0F
(35,30,15)
#1B180C
(27,24,12)
#131209
(19,18,9)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #5B4824

#5B4824
(91,72,36)
#695837
(105,88,55)
#77684A
(119,104,74)
#85785D
(133,120,93)
#938870
(147,136,112)
#A19883
(161,152,131)
#AFA896
(175,168,150)
#BDB8A9
(189,184,169)
#CBC8BC
(203,200,188)
#D9D8CF
(217,216,207)
#E7E8E2
(231,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4824 color. Also use rgb(91,72,36) instead hex code.

Text Font Color

.myTextColor { color: #5B4824; }

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

This text font color is #5B4824.

Background Color

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

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

This div background color is #5B4824.

Border color

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

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

This div border color is #5B4824.

Opacity

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

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

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

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

This text has shadow with #5B4824 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B4824.

Preview

Color preview on black background

This text has color #5B4824 on black background.


Color preview on white background

This text has color #5B4824 on white background.


Black color preview on #5B4824 background

This text has black color on #5B4824 background.


White color preview on #5B4824 background

This text has white color on #5B4824 background.


Related colors

Complementary color

Complementary color for #hex is #A4B7DB.


I love getcolorcode.com

Triadic colors

1 #245B48 and #48245B with #5B4824 are triadic colors.

2 #24485B and #485B24 with #5B4824 are triadic colors.