COLOR #58543C

HEX: #58543C RGB: (88,84,60)

Color info

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

RGB color model

#58543C color RGB value is (88,84,60).

RGB: (88,84,60) (35%, 33%, 24%)

RGB channels and saturation

R 88 of 255 = 35%
G 84 of 255 = 33%
B 60 of 255 = 24%

88
84
60

R + G + B ~ 31%. #58543C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 84 + 60 = 232 (100%)
R 88 of 232 ~ 37.93%
G 84 of 232 ~ 36.21%
B 60 of 232 ~ 25.86'%

%37.93
%36.21
%25.86

CMYK color model

#58543C color CMYK value is (0,5,32,65).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 31.82%
  • key color value is 65.49%

CMYK: (0,5,32,65)
C0M5Y32K65 (0%, 5%, 32%, 65%)
(0.00 / 0.05 / 0.32 / 0.65)

CMYK percentages

%0
%4.55
%31.82
%65.49

Codes

Color #58543C in popluar color models

58 54 3C
RGB 88 84 60
HSL 51° 18.92% 29.02%
HSB/HSV 51° 31.82% 34.51%
CMYK 0.00% 4.55% 31.82%
65.49%

Color #58543C in popluar number systems.

HEX 58 54 3C
Decimal 88 84 60
Binary 1011000 1010100 111100
Octal 130 124 74

Shades and tints

Shades of #58543C

#58543C
(88,84,60)
#504D37
(80,77,55)
#484632
(72,70,50)
#403F2D
(64,63,45)
#383828
(56,56,40)
#303123
(48,49,35)
#282A1E
(40,42,30)
#202319
(32,35,25)
#181C14
(24,28,20)
#10150F
(16,21,15)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #58543C

#58543C
(88,84,60)
#67634D
(103,99,77)
#76725E
(118,114,94)
#85816F
(133,129,111)
#949080
(148,144,128)
#A39F91
(163,159,145)
#B2AEA2
(178,174,162)
#C1BDB3
(193,189,179)
#D0CCC4
(208,204,196)
#DFDBD5
(223,219,213)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58543C color. Also use rgb(88,84,60) instead hex code.

Text Font Color

.myTextColor { color: #58543C; }

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

This text font color is #58543C.

Background Color

.myBgColor { background-color: #58543C; }

<div style="background-color:#58543C">Inner text</div>

This div background color is #58543C.

Border color

.myBorderColor { border: 1px solid #58543C; }

<div style="border:3px solid #58543C">Div</div>

This div border color is #58543C.

Opacity

.myOpacity80 { color: #58543C; opacity: 0.8; }

<p style="color:#58543C;opacity:0.8;">80%</p>

Text with #58543C 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 #58543C;}

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

This text has shadow with #58543C color.


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

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

This text has shadow with #58543C primary color and red secondary color.


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

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

This text has shadow with #58543C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #58543C.

Preview

Color preview on black background

This text has color #58543C on black background.


Color preview on white background

This text has color #58543C on white background.


Black color preview on #58543C background

This text has black color on #58543C background.


White color preview on #58543C background

This text has white color on #58543C background.


Related colors

Complementary color

Complementary color for #hex is #A7ABC3.


I love getcolorcode.com

Triadic colors

1 #3C5854 and #543C58 with #58543C are triadic colors.

2 #3C5458 and #54583C with #58543C are triadic colors.