COLOR #582618

HEX: #582618
RGB: (88,38,24)

Color info

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

RGB color model

#582618 color RGB value is (88,38,24).

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

RGB channels and saturation

R 88 of 255 = 35%
G 38 of 255 = 15%
B 24 of 255 = 9%

88
38
24

R + G + B ~ 20%. #582618 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 38 + 24 = 150 (100%)
R 88 of 150 ~ 58.67%
G 38 of 150 ~ 25.33%
B 24 of 150 ~ 16%

%58.67
%25.33
%16

CMYK color model

#582618 color CMYK value is (0,57,73,65).

  • cyan value is 0.00%
  • magenta value is 56.82%
  • yellow value is 72.73%
  • key color value is 65.49%
CMYK:
(0,57,73,65)
C0M57Y73K65 
(0%,57%,73%,65%)
(0.00/0.57/0.73/0.65)	

CMYK percentages

%0
%56.82
%72.73
%65.49

Codes

Color #582618 in popluar color models

582618
RGB883824
HSL13°57.14%21.96%
HSB/HSV13°72.73%34.51%
CMYK0.00%56.82%72.73%
65.49%

Color #582618 in popluar number systems.

HEX582618
Decimal883824
Binary101100010011011000
Octal1304630

Shades and tints

Shades of #582618

#582618
(88,38,24)
#502316
(80,35,22)
#482014
(72,32,20)
#401D12
(64,29,18)
#381A10
(56,26,16)
#30170E
(48,23,14)
#28140C
(40,20,12)
#20110A
(32,17,10)
#180E08
(24,14,8)
#100B06
(16,11,6)
#080804
(8,8,4)
#000000
(0,0,0)

Tints of #582618

#582618
(88,38,24)
#67392D
(103,57,45)
#764C42
(118,76,66)
#855F57
(133,95,87)
#94726C
(148,114,108)
#A38581
(163,133,129)
#B29896
(178,152,150)
#C1ABAB
(193,171,171)
#D0BEC0
(208,190,192)
#DFD1D5
(223,209,213)
#EEE4EA
(238,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582618; }

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

This text font color is #582618.


Background Color

.myBgColor { background-color: #582618; }

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

This div background color is #582618.


Border color

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

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

This div border color is #582618.


Opacity

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

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

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

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

This text has shadow with #582618 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582618 on black background.


Color preview on white background

This text has color #582618 on white background.



Black color preview on #582618 background

This text has black color on #582618 background.


White color preview on #582618 background

This text has white color on #582618 background.