COLOR #58663A

HEX: #58663A
RGB: (88,102,58)

Color info

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

RGB color model

#58663A color RGB value is (88,102,58).

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

RGB channels and saturation

R 88 of 255 = 35%
G 102 of 255 = 40%
B 58 of 255 = 23%

88
102
58

R + G + B ~ 33%. #58663A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 102 + 58 = 248 (100%)
R 88 of 248 ~ 35.48%
G 102 of 248 ~ 41.13%
B 58 of 248 ~ 23.39%

%35.48
%41.13
%23.39

CMYK color model

#58663A color CMYK value is (14,0,43,60).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 43.14%
  • key color value is 60.00%
CMYK:
(14,0,43,60)
C14M0Y43K60 
(14%,0%,43%,60%)
(0.14/0.00/0.43/0.60)	

CMYK percentages

%13.73
%0
%43.14
%60

Codes

Color #58663A in popluar color models

58663A
RGB8810258
HSL79°27.50%31.37%
HSB/HSV79°43.14%40.00%
CMYK13.73%0.00%43.14%
60.00%

Color #58663A in popluar number systems.

HEX58663A
Decimal8810258
Binary10110001100110111010
Octal13014672

Shades and tints

Shades of #58663A

#58663A
(88,102,58)
#505D35
(80,93,53)
#485430
(72,84,48)
#404B2B
(64,75,43)
#384226
(56,66,38)
#303921
(48,57,33)
#28301C
(40,48,28)
#202717
(32,39,23)
#181E12
(24,30,18)
#10150D
(16,21,13)
#080C08
(8,12,8)
#000000
(0,0,0)

Tints of #58663A

#58663A
(88,102,58)
#67734B
(103,115,75)
#76805C
(118,128,92)
#858D6D
(133,141,109)
#949A7E
(148,154,126)
#A3A78F
(163,167,143)
#B2B4A0
(178,180,160)
#C1C1B1
(193,193,177)
#D0CEC2
(208,206,194)
#DFDBD3
(223,219,211)
#EEE8E4
(238,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58663A; }

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

This text font color is #58663A.


Background Color

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

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

This div background color is #58663A.


Border color

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

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

This div border color is #58663A.


Opacity

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

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

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

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

This text has shadow with #58663A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58663A on black background.


Color preview on white background

This text has color #58663A on white background.



Black color preview on #58663A background

This text has black color on #58663A background.


White color preview on #58663A background

This text has white color on #58663A background.