COLOR #585348

HEX: #585348
RGB: (88,83,72)

Color info

#585348 contains red, green and blue colors in about the same proportion. Web safe color of #585348 is #666633 (or #663).

RGB color model

#585348 color RGB value is (88,83,72).

  • red value is 88;
  • green value is 83;
  • blue value is 72.
RGB:
(88,83,72)
(35%,33%,28%)

RGB channels and saturation

R 88 of 255 = 35%
G 83 of 255 = 33%
B 72 of 255 = 28%

88
83
72

R + G + B ~ 32%. #585348 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 83 + 72 = 243 (100%)
R 88 of 243 ~ 36.21%
G 83 of 243 ~ 34.16%
B 72 of 243 ~ 29.63%

%36.21
%34.16
%29.63

CMYK color model

#585348 color CMYK value is (0,6,18,65).

  • cyan value is 0.00%
  • magenta value is 5.68%
  • yellow value is 18.18%
  • key color value is 65.49%
CMYK:
(0,6,18,65)
C0M6Y18K65 
(0%,6%,18%,65%)
(0.00/0.06/0.18/0.65)	

CMYK percentages

%0
%5.68
%18.18
%65.49

Codes

Color #585348 in popluar color models

585348
RGB888372
HSL41°10.00%31.37%
HSB/HSV41°18.18%34.51%
CMYK0.00%5.68%18.18%
65.49%

Color #585348 in popluar number systems.

HEX585348
Decimal888372
Binary101100010100111001000
Octal130123110

Shades and tints

Shades of #585348

#585348
(88,83,72)
#504C42
(80,76,66)
#48453C
(72,69,60)
#403E36
(64,62,54)
#383730
(56,55,48)
#30302A
(48,48,42)
#282924
(40,41,36)
#20221E
(32,34,30)
#181B18
(24,27,24)
#101412
(16,20,18)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #585348

#585348
(88,83,72)
#676258
(103,98,88)
#767168
(118,113,104)
#858078
(133,128,120)
#948F88
(148,143,136)
#A39E98
(163,158,152)
#B2ADA8
(178,173,168)
#C1BCB8
(193,188,184)
#D0CBC8
(208,203,200)
#DFDAD8
(223,218,216)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585348 color. Also use rgb(88,83,72) instead hex code.

Text Font Color

.myTextColor { color: #585348; }

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

This text font color is #585348.


Background Color

.myBgColor { background-color: #585348; }

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

This div background color is #585348.


Border color

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

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

This div border color is #585348.


Opacity

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

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

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

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

This text has shadow with #585348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585348 on black background.


Color preview on white background

This text has color #585348 on white background.



Black color preview on #585348 background

This text has black color on #585348 background.


White color preview on #585348 background

This text has white color on #585348 background.