COLOR #583116

HEX: #583116
RGB: (88,49,22)

Color info

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

RGB color model

#583116 color RGB value is (88,49,22).

  • red value is 88;
  • green value is 49;
  • blue value is 22.
RGB:
(88,49,22)
(35%,19%,9%)

RGB channels and saturation

R 88 of 255 = 35%
G 49 of 255 = 19%
B 22 of 255 = 9%

88
49
22

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

Portions of RGB colors in percentages

R + G + B =
88 + 49 + 22 = 159 (100%)
R 88 of 159 ~ 55.35%
G 49 of 159 ~ 30.82%
B 22 of 159 ~ 13.84%

%55.35
%30.82
%13.84

CMYK color model

#583116 color CMYK value is (0,44,75,65).

  • cyan value is 0.00%
  • magenta value is 44.32%
  • yellow value is 75.00%
  • key color value is 65.49%
CMYK:
(0,44,75,65)
C0M44Y75K65 
(0%,44%,75%,65%)
(0.00/0.44/0.75/0.65)	

CMYK percentages

%0
%44.32
%75
%65.49

Codes

Color #583116 in popluar color models

583116
RGB884922
HSL25°60.00%21.57%
HSB/HSV25°75.00%34.51%
CMYK0.00%44.32%75.00%
65.49%

Color #583116 in popluar number systems.

HEX583116
Decimal884922
Binary101100011000110110
Octal1306126

Shades and tints

Shades of #583116

#583116
(88,49,22)
#502D14
(80,45,20)
#482912
(72,41,18)
#402510
(64,37,16)
#38210E
(56,33,14)
#301D0C
(48,29,12)
#28190A
(40,25,10)
#201508
(32,21,8)
#181106
(24,17,6)
#100D04
(16,13,4)
#080902
(8,9,2)
#000000
(0,0,0)

Tints of #583116

#583116
(88,49,22)
#67432B
(103,67,43)
#765540
(118,85,64)
#856755
(133,103,85)
#94796A
(148,121,106)
#A38B7F
(163,139,127)
#B29D94
(178,157,148)
#C1AFA9
(193,175,169)
#D0C1BE
(208,193,190)
#DFD3D3
(223,211,211)
#EEE5E8
(238,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583116 color. Also use rgb(88,49,22) instead hex code.

Text Font Color

.myTextColor { color: #583116; }

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

This text font color is #583116.


Background Color

.myBgColor { background-color: #583116; }

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

This div background color is #583116.


Border color

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

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

This div border color is #583116.


Opacity

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

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

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

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

This text has shadow with #583116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583116 on black background.


Color preview on white background

This text has color #583116 on white background.



Black color preview on #583116 background

This text has black color on #583116 background.


White color preview on #583116 background

This text has white color on #583116 background.