COLOR #58653F

HEX: #58653F
RGB: (88,101,63)

Color info

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

RGB color model

#58653F color RGB value is (88,101,63).

  • red value is 88;
  • green value is 101;
  • blue value is 63.
RGB:
(88,101,63)
(35%,40%,25%)

RGB channels and saturation

R 88 of 255 = 35%
G 101 of 255 = 40%
B 63 of 255 = 25%

88
101
63

R + G + B ~ 33%. #58653F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 101 + 63 = 252 (100%)
R 88 of 252 ~ 34.92%
G 101 of 252 ~ 40.08%
B 63 of 252 ~ 25%

%34.92
%40.08
%25

CMYK color model

#58653F color CMYK value is (13,0,38,60).

  • cyan value is 12.87%
  • magenta value is 0.00%
  • yellow value is 37.62%
  • key color value is 60.39%
CMYK:
(13,0,38,60)
C13M0Y38K60 
(13%,0%,38%,60%)
(0.13/0.00/0.38/0.60)	

CMYK percentages

%12.87
%0
%37.62
%60.39

Codes

Color #58653F in popluar color models

58653F
RGB8810163
HSL81°23.17%32.16%
HSB/HSV81°37.62%39.61%
CMYK12.87%0.00%37.62%
60.39%

Color #58653F in popluar number systems.

HEX58653F
Decimal8810163
Binary10110001100101111111
Octal13014577

Shades and tints

Shades of #58653F

#58653F
(88,101,63)
#505C3A
(80,92,58)
#485335
(72,83,53)
#404A30
(64,74,48)
#38412B
(56,65,43)
#303826
(48,56,38)
#282F21
(40,47,33)
#20261C
(32,38,28)
#181D17
(24,29,23)
#101412
(16,20,18)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #58653F

#58653F
(88,101,63)
#677350
(103,115,80)
#768161
(118,129,97)
#858F72
(133,143,114)
#949D83
(148,157,131)
#A3AB94
(163,171,148)
#B2B9A5
(178,185,165)
#C1C7B6
(193,199,182)
#D0D5C7
(208,213,199)
#DFE3D8
(223,227,216)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58653F color. Also use rgb(88,101,63) instead hex code.

Text Font Color

.myTextColor { color: #58653F; }

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

This text font color is #58653F.


Background Color

.myBgColor { background-color: #58653F; }

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

This div background color is #58653F.


Border color

.myBorderColor { border: 1px solid #58653F; }

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

This div border color is #58653F.


Opacity

.myOpacity80 { color: #58653F; opacity: 0.8; }

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

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

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

This text has shadow with #58653F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58653F on black background.


Color preview on white background

This text has color #58653F on white background.



Black color preview on #58653F background

This text has black color on #58653F background.


White color preview on #58653F background

This text has white color on #58653F background.