COLOR #58650E

HEX: #58650E
RGB: (88,101,14)

Color info

#58650E contains mainly red and green colors. Web safe color of #58650E is #666600 (or #660).

RGB color model

#58650E color RGB value is (88,101,14).

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

RGB channels and saturation

R 88 of 255 = 35%
G 101 of 255 = 40%
B 14 of 255 = 5%

88
101
14

R + G + B ~ 27%. #58650E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 101 + 14 = 203 (100%)
R 88 of 203 ~ 43.35%
G 101 of 203 ~ 49.75%
B 14 of 203 ~ 6.9%

%43.35
%49.75

CMYK color model

#58650E color CMYK value is (13,0,86,60).

  • cyan value is 12.87%
  • magenta value is 0.00%
  • yellow value is 86.14%
  • key color value is 60.39%
CMYK:
(13,0,86,60)
C13M0Y86K60 
(13%,0%,86%,60%)
(0.13/0.00/0.86/0.60)	

CMYK percentages

%12.87
%0
%86.14
%60.39

Codes

Color #58650E in popluar color models

58650E
RGB8810114
HSL69°75.65%22.55%
HSB/HSV69°86.14%39.61%
CMYK12.87%0.00%86.14%
60.39%

Color #58650E in popluar number systems.

HEX58650E
Decimal8810114
Binary101100011001011110
Octal13014516

Shades and tints

Shades of #58650E

#58650E
(88,101,14)
#505C0D
(80,92,13)
#48530C
(72,83,12)
#404A0B
(64,74,11)
#38410A
(56,65,10)
#303809
(48,56,9)
#282F08
(40,47,8)
#202607
(32,38,7)
#181D06
(24,29,6)
#101405
(16,20,5)
#080B04
(8,11,4)
#000000
(0,0,0)

Tints of #58650E

#58650E
(88,101,14)
#677323
(103,115,35)
#768138
(118,129,56)
#858F4D
(133,143,77)
#949D62
(148,157,98)
#A3AB77
(163,171,119)
#B2B98C
(178,185,140)
#C1C7A1
(193,199,161)
#D0D5B6
(208,213,182)
#DFE3CB
(223,227,203)
#EEF1E0
(238,241,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58650E color. Also use rgb(88,101,14) instead hex code.

Text Font Color

.myTextColor { color: #58650E; }

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

This text font color is #58650E.


Background Color

.myBgColor { background-color: #58650E; }

<div style="background-color:#58650E">Inner text</div>

This div background color is #58650E.


Border color

.myBorderColor { border: 1px solid #58650E; }

<div style="border:3px solid #58650E">Div</div>

This div border color is #58650E.


Opacity

.myOpacity80 { color: #58650E; opacity: 0.8; }

<p style="color:#58650E;opacity:0.8;">80%</p>

Text with #58650E 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 #58650E;}

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

This text has shadow with #58650E color.

.textShadow {text-shadow: 3px 3px 1px #58650E, 3px 3px 1px red;}

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

This text has shadow with #58650E primary color and red secondary color.


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

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

This text has shadow with #58650E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58650E on black background.


Color preview on white background

This text has color #58650E on white background.



Black color preview on #58650E background

This text has black color on #58650E background.


White color preview on #58650E background

This text has white color on #58650E background.