COLOR #58663D

HEX: #58663D
RGB: (88,102,61)

Color info

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

RGB color model

#58663D color RGB value is (88,102,61).

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

RGB channels and saturation

R 88 of 255 = 35%
G 102 of 255 = 40%
B 61 of 255 = 24%

88
102
61

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

Portions of RGB colors in percentages

R + G + B =
88 + 102 + 61 = 251 (100%)
R 88 of 251 ~ 35.06%
G 102 of 251 ~ 40.64%
B 61 of 251 ~ 24.3%

%35.06
%40.64
%24.3

CMYK color model

#58663D color CMYK value is (14,0,40,60).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 40.20%
  • key color value is 60.00%
CMYK:
(14,0,40,60)
C14M0Y40K60 
(14%,0%,40%,60%)
(0.14/0.00/0.40/0.60)	

CMYK percentages

%13.73
%0
%40.2
%60

Codes

Color #58663D in popluar color models

58663D
RGB8810261
HSL80°25.15%31.96%
HSB/HSV80°40.20%40.00%
CMYK13.73%0.00%40.20%
60.00%

Color #58663D in popluar number systems.

HEX58663D
Decimal8810261
Binary10110001100110111101
Octal13014675

Shades and tints

Shades of #58663D

#58663D
(88,102,61)
#505D38
(80,93,56)
#485433
(72,84,51)
#404B2E
(64,75,46)
#384229
(56,66,41)
#303924
(48,57,36)
#28301F
(40,48,31)
#20271A
(32,39,26)
#181E15
(24,30,21)
#101510
(16,21,16)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #58663D

#58663D
(88,102,61)
#67734E
(103,115,78)
#76805F
(118,128,95)
#858D70
(133,141,112)
#949A81
(148,154,129)
#A3A792
(163,167,146)
#B2B4A3
(178,180,163)
#C1C1B4
(193,193,180)
#D0CEC5
(208,206,197)
#DFDBD6
(223,219,214)
#EEE8E7
(238,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58663D; }

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

This text font color is #58663D.


Background Color

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

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

This div background color is #58663D.


Border color

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

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

This div border color is #58663D.


Opacity

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

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

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

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

This text has shadow with #58663D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58663D on black background.


Color preview on white background

This text has color #58663D on white background.



Black color preview on #58663D background

This text has black color on #58663D background.


White color preview on #58663D background

This text has white color on #58663D background.