COLOR #58603A

HEX: #58603A
RGB: (88,96,58)

Color info

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

RGB color model

#58603A color RGB value is (88,96,58).

  • red value is 88;
  • green value is 96;
  • blue value is 58.
RGB:
(88,96,58)
(35%,38%,23%)

RGB channels and saturation

R 88 of 255 = 35%
G 96 of 255 = 38%
B 58 of 255 = 23%

88
96
58

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

Portions of RGB colors in percentages

R + G + B =
88 + 96 + 58 = 242 (100%)
R 88 of 242 ~ 36.36%
G 96 of 242 ~ 39.67%
B 58 of 242 ~ 23.97%

%36.36
%39.67
%23.97

CMYK color model

#58603A color CMYK value is (8,0,40,62).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 39.58%
  • key color value is 62.35%
CMYK:
(8,0,40,62)
C8M0Y40K62 
(8%,0%,40%,62%)
(0.08/0.00/0.40/0.62)	

CMYK percentages

%8.33
%0
%39.58
%62.35

Codes

Color #58603A in popluar color models

58603A
RGB889658
HSL73°24.68%30.20%
HSB/HSV73°39.58%37.65%
CMYK8.33%0.00%39.58%
62.35%

Color #58603A in popluar number systems.

HEX58603A
Decimal889658
Binary10110001100000111010
Octal13014072

Shades and tints

Shades of #58603A

#58603A
(88,96,58)
#505835
(80,88,53)
#485030
(72,80,48)
#40482B
(64,72,43)
#384026
(56,64,38)
#303821
(48,56,33)
#28301C
(40,48,28)
#202817
(32,40,23)
#182012
(24,32,18)
#10180D
(16,24,13)
#081008
(8,16,8)
#000000
(0,0,0)

Tints of #58603A

#58603A
(88,96,58)
#676E4B
(103,110,75)
#767C5C
(118,124,92)
#858A6D
(133,138,109)
#94987E
(148,152,126)
#A3A68F
(163,166,143)
#B2B4A0
(178,180,160)
#C1C2B1
(193,194,177)
#D0D0C2
(208,208,194)
#DFDED3
(223,222,211)
#EEECE4
(238,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58603A color. Also use rgb(88,96,58) instead hex code.

Text Font Color

.myTextColor { color: #58603A; }

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

This text font color is #58603A.


Background Color

.myBgColor { background-color: #58603A; }

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

This div background color is #58603A.


Border color

.myBorderColor { border: 1px solid #58603A; }

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

This div border color is #58603A.


Opacity

.myOpacity80 { color: #58603A; opacity: 0.8; }

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

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

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

This text has shadow with #58603A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58603A on black background.


Color preview on white background

This text has color #58603A on white background.



Black color preview on #58603A background

This text has black color on #58603A background.


White color preview on #58603A background

This text has white color on #58603A background.