COLOR #583212

HEX: #583212 RGB: (88,50,18)

Color info

#583212 contains mainly red and green colors. Web safe color of #583212 is #663300 (or #630).

RGB color model

#583212 color RGB value is (88,50,18).

RGB: (88,50,18) (35%, 20%, 7%)

RGB channels and saturation

R 88 of 255 = 35%
G 50 of 255 = 20%
B 18 of 255 = 7%

88
50
18

R + G + B ~ 21%. #583212 is dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 50 + 18 = 156 (100%)
R 88 of 156 ~ 56.41%
G 50 of 156 ~ 32.05%
B 18 of 156 ~ 11.54'%

%56.41
%32.05
%11.54

CMYK color model

#583212 color CMYK value is (0,43,80,65).

  • cyan value is 0.00%
  • magenta value is 43.18%
  • yellow value is 79.55%
  • key color value is 65.49%

CMYK: (0,43,80,65)
C0M43Y80K65 (0%, 43%, 80%, 65%)
(0.00 / 0.43 / 0.80 / 0.65)

CMYK percentages

%0
%43.18
%79.55
%65.49

Codes

Color #583212 in popluar color models

58 32 12
RGB 88 50 18
HSL 27° 66.04% 20.78%
HSB/HSV 27° 79.55% 34.51%
CMYK 0.00% 43.18% 79.55%
65.49%

Color #583212 in popluar number systems.

HEX 58 32 12
Decimal 88 50 18
Binary 1011000 110010 10010
Octal 130 62 22

Shades and tints

Shades of #583212

#583212
(88,50,18)
#502E11
(80,46,17)
#482A10
(72,42,16)
#40260F
(64,38,15)
#38220E
(56,34,14)
#301E0D
(48,30,13)
#281A0C
(40,26,12)
#20160B
(32,22,11)
#18120A
(24,18,10)
#100E09
(16,14,9)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #583212

#583212
(88,50,18)
#674427
(103,68,39)
#76563C
(118,86,60)
#856851
(133,104,81)
#947A66
(148,122,102)
#A38C7B
(163,140,123)
#B29E90
(178,158,144)
#C1B0A5
(193,176,165)
#D0C2BA
(208,194,186)
#DFD4CF
(223,212,207)
#EEE6E4
(238,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583212 color. Also use rgb(88,50,18) instead hex code.

Text Font Color

.myTextColor { color: #583212; }

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

This text font color is #583212.

Background Color

.myBgColor { background-color: #583212; }

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

This div background color is #583212.

Border color

.myBorderColor { border: 1px solid #583212; }

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

This div border color is #583212.

Opacity

.myOpacity80 { color: #583212; opacity: 0.8; }

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

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

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

This text has shadow with #583212 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #583212.

Preview

Color preview on black background

This text has color #583212 on black background.


Color preview on white background

This text has color #583212 on white background.


Black color preview on #583212 background

This text has black color on #583212 background.


White color preview on #583212 background

This text has white color on #583212 background.


Related colors

Complementary color

Complementary color for #hex is #A7CDED.


I love getcolorcode.com

Triadic colors

1 #125832 and #321258 with #583212 are triadic colors.

2 #123258 and #325812 with #583212 are triadic colors.