COLOR #582610

HEX: #582610
RGB: (88,38,16)

Color info

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

RGB color model

#582610 color RGB value is (88,38,16).

  • red value is 88;
  • green value is 38;
  • blue value is 16.
RGB:
(88,38,16)
(35%,15%,6%)

RGB channels and saturation

R 88 of 255 = 35%
G 38 of 255 = 15%
B 16 of 255 = 6%

88
38
16

R + G + B ~ 19%. #582610 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 38 + 16 = 142 (100%)
R 88 of 142 ~ 61.97%
G 38 of 142 ~ 26.76%
B 16 of 142 ~ 11.27%

%61.97
%26.76
%11.27

CMYK color model

#582610 color CMYK value is (0,57,82,65).

  • cyan value is 0.00%
  • magenta value is 56.82%
  • yellow value is 81.82%
  • key color value is 65.49%
CMYK:
(0,57,82,65)
C0M57Y82K65 
(0%,57%,82%,65%)
(0.00/0.57/0.82/0.65)	

CMYK percentages

%0
%56.82
%81.82
%65.49

Codes

Color #582610 in popluar color models

582610
RGB883816
HSL18°69.23%20.39%
HSB/HSV18°81.82%34.51%
CMYK0.00%56.82%81.82%
65.49%

Color #582610 in popluar number systems.

HEX582610
Decimal883816
Binary101100010011010000
Octal1304620

Shades and tints

Shades of #582610

#582610
(88,38,16)
#50230F
(80,35,15)
#48200E
(72,32,14)
#401D0D
(64,29,13)
#381A0C
(56,26,12)
#30170B
(48,23,11)
#28140A
(40,20,10)
#201109
(32,17,9)
#180E08
(24,14,8)
#100B07
(16,11,7)
#080806
(8,8,6)
#000000
(0,0,0)

Tints of #582610

#582610
(88,38,16)
#673925
(103,57,37)
#764C3A
(118,76,58)
#855F4F
(133,95,79)
#947264
(148,114,100)
#A38579
(163,133,121)
#B2988E
(178,152,142)
#C1ABA3
(193,171,163)
#D0BEB8
(208,190,184)
#DFD1CD
(223,209,205)
#EEE4E2
(238,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582610 color. Also use rgb(88,38,16) instead hex code.

Text Font Color

.myTextColor { color: #582610; }

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

This text font color is #582610.


Background Color

.myBgColor { background-color: #582610; }

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

This div background color is #582610.


Border color

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

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

This div border color is #582610.


Opacity

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

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

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

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

This text has shadow with #582610 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582610 on black background.


Color preview on white background

This text has color #582610 on white background.



Black color preview on #582610 background

This text has black color on #582610 background.


White color preview on #582610 background

This text has white color on #582610 background.