COLOR #58483D

HEX: #58483D
RGB: (88,72,61)

Color info

#58483D contains red, green and blue colors in about the same proportion. Web safe color of #58483D is #663333 (or #633).

RGB color model

#58483D color RGB value is (88,72,61).

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

RGB channels and saturation

R 88 of 255 = 35%
G 72 of 255 = 28%
B 61 of 255 = 24%

88
72
61

R + G + B ~ 29%. #58483D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 72 + 61 = 221 (100%)
R 88 of 221 ~ 39.82%
G 72 of 221 ~ 32.58%
B 61 of 221 ~ 27.6%

%39.82
%32.58
%27.6

CMYK color model

#58483D color CMYK value is (0,18,31,65).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 30.68%
  • key color value is 65.49%
CMYK:
(0,18,31,65)
C0M18Y31K65 
(0%,18%,31%,65%)
(0.00/0.18/0.31/0.65)	

CMYK percentages

%0
%18.18
%30.68
%65.49

Codes

Color #58483D in popluar color models

58483D
RGB887261
HSL24°18.12%29.22%
HSB/HSV24°30.68%34.51%
CMYK0.00%18.18%30.68%
65.49%

Color #58483D in popluar number systems.

HEX58483D
Decimal887261
Binary10110001001000111101
Octal13011075

Shades and tints

Shades of #58483D

#58483D
(88,72,61)
#504238
(80,66,56)
#483C33
(72,60,51)
#40362E
(64,54,46)
#383029
(56,48,41)
#302A24
(48,42,36)
#28241F
(40,36,31)
#201E1A
(32,30,26)
#181815
(24,24,21)
#101210
(16,18,16)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #58483D

#58483D
(88,72,61)
#67584E
(103,88,78)
#76685F
(118,104,95)
#857870
(133,120,112)
#948881
(148,136,129)
#A39892
(163,152,146)
#B2A8A3
(178,168,163)
#C1B8B4
(193,184,180)
#D0C8C5
(208,200,197)
#DFD8D6
(223,216,214)
#EEE8E7
(238,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58483D; }

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

This text font color is #58483D.


Background Color

.myBgColor { background-color: #58483D; }

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

This div background color is #58483D.


Border color

.myBorderColor { border: 1px solid #58483D; }

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

This div border color is #58483D.


Opacity

.myOpacity80 { color: #58483D; opacity: 0.8; }

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

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

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

This text has shadow with #58483D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58483D on black background.


Color preview on white background

This text has color #58483D on white background.



Black color preview on #58483D background

This text has black color on #58483D background.


White color preview on #58483D background

This text has white color on #58483D background.