COLOR #5D4F34

HEX: #5D4F34
RGB: (93,79,52)

Color info

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

RGB color model

#5D4F34 color RGB value is (93,79,52).

  • red value is 93;
  • green value is 79;
  • blue value is 52.
RGB:
(93,79,52)
(36%,31%,20%)

RGB channels and saturation

R 93 of 255 = 36%
G 79 of 255 = 31%
B 52 of 255 = 20%

93
79
52

R + G + B ~ 29%. #5D4F34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 79 + 52 = 224 (100%)
R 93 of 224 ~ 41.52%
G 79 of 224 ~ 35.27%
B 52 of 224 ~ 23.21%

%41.52
%35.27
%23.21

CMYK color model

#5D4F34 color CMYK value is (0,15,44,64).

  • cyan value is 0.00%
  • magenta value is 15.05%
  • yellow value is 44.09%
  • key color value is 63.53%
CMYK:
(0,15,44,64)
C0M15Y44K64 
(0%,15%,44%,64%)
(0.00/0.15/0.44/0.64)	

CMYK percentages

%0
%15.05
%44.09
%63.53

Codes

Color #5D4F34 in popluar color models

5D4F34
RGB937952
HSL40°28.28%28.43%
HSB/HSV40°44.09%36.47%
CMYK0.00%15.05%44.09%
63.53%

Color #5D4F34 in popluar number systems.

HEX5D4F34
Decimal937952
Binary10111011001111110100
Octal13511764

Shades and tints

Shades of #5D4F34

#5D4F34
(93,79,52)
#554830
(85,72,48)
#4D412C
(77,65,44)
#453A28
(69,58,40)
#3D3324
(61,51,36)
#352C20
(53,44,32)
#2D251C
(45,37,28)
#251E18
(37,30,24)
#1D1714
(29,23,20)
#151010
(21,16,16)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #5D4F34

#5D4F34
(93,79,52)
#6B5F46
(107,95,70)
#796F58
(121,111,88)
#877F6A
(135,127,106)
#958F7C
(149,143,124)
#A39F8E
(163,159,142)
#B1AFA0
(177,175,160)
#BFBFB2
(191,191,178)
#CDCFC4
(205,207,196)
#DBDFD6
(219,223,214)
#E9EFE8
(233,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4F34 color. Also use rgb(93,79,52) instead hex code.

Text Font Color

.myTextColor { color: #5D4F34; }

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

This text font color is #5D4F34.


Background Color

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

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

This div background color is #5D4F34.


Border color

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

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

This div border color is #5D4F34.


Opacity

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

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

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

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

This text has shadow with #5D4F34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4F34 on black background.


Color preview on white background

This text has color #5D4F34 on white background.



Black color preview on #5D4F34 background

This text has black color on #5D4F34 background.


White color preview on #5D4F34 background

This text has white color on #5D4F34 background.