COLOR #5D483F

HEX: #5D483F RGB: (93,72,63)

Color info

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

RGB color model

#5D483F color RGB value is (93,72,63).

RGB: (93,72,63) (36%, 28%, 25%)

RGB channels and saturation

R 93 of 255 = 36%
G 72 of 255 = 28%
B 63 of 255 = 25%

93
72
63

R + G + B ~ 30%. #5D483F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 72 + 63 = 228 (100%)
R 93 of 228 ~ 40.79%
G 72 of 228 ~ 31.58%
B 63 of 228 ~ 27.63'%

%40.79
%31.58
%27.63

CMYK color model

#5D483F color CMYK value is (0,23,32,64).

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 32.26%
  • key color value is 63.53%

CMYK: (0,23,32,64)
C0M23Y32K64 (0%, 23%, 32%, 64%)
(0.00 / 0.23 / 0.32 / 0.64)

CMYK percentages

%0
%22.58
%32.26
%63.53

Codes

Color #5D483F in popluar color models

5D 48 3F
RGB 93 72 63
HSL 18° 19.23% 30.59%
HSB/HSV 18° 32.26% 36.47%
CMYK 0.00% 22.58% 32.26%
63.53%

Color #5D483F in popluar number systems.

HEX 5D 48 3F
Decimal 93 72 63
Binary 1011101 1001000 111111
Octal 135 110 77

Shades and tints

Shades of #5D483F

#5D483F
(93,72,63)
#55423A
(85,66,58)
#4D3C35
(77,60,53)
#453630
(69,54,48)
#3D302B
(61,48,43)
#352A26
(53,42,38)
#2D2421
(45,36,33)
#251E1C
(37,30,28)
#1D1817
(29,24,23)
#151212
(21,18,18)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #5D483F

#5D483F
(93,72,63)
#6B5850
(107,88,80)
#796861
(121,104,97)
#877872
(135,120,114)
#958883
(149,136,131)
#A39894
(163,152,148)
#B1A8A5
(177,168,165)
#BFB8B6
(191,184,182)
#CDC8C7
(205,200,199)
#DBD8D8
(219,216,216)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D483F color. Also use rgb(93,72,63) instead hex code.

Text Font Color

.myTextColor { color: #5D483F; }

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

This text font color is #5D483F.

Background Color

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

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

This div background color is #5D483F.

Border color

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

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

This div border color is #5D483F.

Opacity

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

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

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

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

This text has shadow with #5D483F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D483F.

Preview

Color preview on black background

This text has color #5D483F on black background.


Color preview on white background

This text has color #5D483F on white background.


Black color preview on #5D483F background

This text has black color on #5D483F background.


White color preview on #5D483F background

This text has white color on #5D483F background.


Related colors

Complementary color

Complementary color for #hex is #A2B7C0.


I love getcolorcode.com

Triadic colors

1 #3F5D48 and #483F5D with #5D483F are triadic colors.

2 #3F485D and #485D3F with #5D483F are triadic colors.