COLOR #583A2F

HEX: #583A2F RGB: (88,58,47)

Color info

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

RGB color model

#583A2F color RGB value is (88,58,47).

RGB: (88,58,47) (35%, 23%, 18%)

RGB channels and saturation

R 88 of 255 = 35%
G 58 of 255 = 23%
B 47 of 255 = 18%

88
58
47

R + G + B ~ 25%. #583A2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 58 + 47 = 193 (100%)
R 88 of 193 ~ 45.6%
G 58 of 193 ~ 30.05%
B 47 of 193 ~ 24.35'%

%45.6
%30.05
%24.35

CMYK color model

#583A2F color CMYK value is (0,34,47,65).

  • cyan value is 0.00%
  • magenta value is 34.09%
  • yellow value is 46.59%
  • key color value is 65.49%

CMYK: (0,34,47,65)
C0M34Y47K65 (0%, 34%, 47%, 65%)
(0.00 / 0.34 / 0.47 / 0.65)

CMYK percentages

%0
%34.09
%46.59
%65.49

Codes

Color #583A2F in popluar color models

58 3A 2F
RGB 88 58 47
HSL 16° 30.37% 26.47%
HSB/HSV 16° 46.59% 34.51%
CMYK 0.00% 34.09% 46.59%
65.49%

Color #583A2F in popluar number systems.

HEX 58 3A 2F
Decimal 88 58 47
Binary 1011000 111010 101111
Octal 130 72 57

Shades and tints

Shades of #583A2F

#583A2F
(88,58,47)
#50352B
(80,53,43)
#483027
(72,48,39)
#402B23
(64,43,35)
#38261F
(56,38,31)
#30211B
(48,33,27)
#281C17
(40,28,23)
#201713
(32,23,19)
#18120F
(24,18,15)
#100D0B
(16,13,11)
#080807
(8,8,7)
#000000
(0,0,0)

Tints of #583A2F

#583A2F
(88,58,47)
#674B41
(103,75,65)
#765C53
(118,92,83)
#856D65
(133,109,101)
#947E77
(148,126,119)
#A38F89
(163,143,137)
#B2A09B
(178,160,155)
#C1B1AD
(193,177,173)
#D0C2BF
(208,194,191)
#DFD3D1
(223,211,209)
#EEE4E3
(238,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583A2F color. Also use rgb(88,58,47) instead hex code.

Text Font Color

.myTextColor { color: #583A2F; }

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

This text font color is #583A2F.

Background Color

.myBgColor { background-color: #583A2F; }

<div style="background-color:#583A2F">Inner text</div>

This div background color is #583A2F.

Border color

.myBorderColor { border: 1px solid #583A2F; }

<div style="border:3px solid #583A2F">Div</div>

This div border color is #583A2F.

Opacity

.myOpacity80 { color: #583A2F; opacity: 0.8; }

<p style="color:#583A2F;opacity:0.8;">80%</p>

Text with #583A2F 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 #583A2F;}

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

This text has shadow with #583A2F color.


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

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

This text has shadow with #583A2F primary color and red secondary color.


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

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

This text has shadow with #583A2F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #583A2F.

Preview

Color preview on black background

This text has color #583A2F on black background.


Color preview on white background

This text has color #583A2F on white background.


Black color preview on #583A2F background

This text has black color on #583A2F background.


White color preview on #583A2F background

This text has white color on #583A2F background.


Related colors

Complementary color

Complementary color for #hex is #A7C5D0.


I love getcolorcode.com

Triadic colors

1 #2F583A and #3A2F58 with #583A2F are triadic colors.

2 #2F3A58 and #3A582F with #583A2F are triadic colors.