COLOR #58681F

HEX: #58681F
RGB: (88,104,31)

Color info

#58681F contains mainly red and green colors. Web safe color of #58681F is #666633 (or #663).

RGB color model

#58681F color RGB value is (88,104,31).

  • red value is 88;
  • green value is 104;
  • blue value is 31.
RGB:
(88,104,31)
(35%,41%,12%)

RGB channels and saturation

R 88 of 255 = 35%
G 104 of 255 = 41%
B 31 of 255 = 12%

88
104
31

R + G + B ~ 29%. #58681F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 104 + 31 = 223 (100%)
R 88 of 223 ~ 39.46%
G 104 of 223 ~ 46.64%
B 31 of 223 ~ 13.9%

%39.46
%46.64
%13.9

CMYK color model

#58681F color CMYK value is (15,0,70,59).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 70.19%
  • key color value is 59.22%
CMYK:
(15,0,70,59)
C15M0Y70K59 
(15%,0%,70%,59%)
(0.15/0.00/0.70/0.59)	

CMYK percentages

%15.38
%0
%70.19
%59.22

Codes

Color #58681F in popluar color models

58681F
RGB8810431
HSL73°54.07%26.47%
HSB/HSV73°70.19%40.78%
CMYK15.38%0.00%70.19%
59.22%

Color #58681F in popluar number systems.

HEX58681F
Decimal8810431
Binary1011000110100011111
Octal13015037

Shades and tints

Shades of #58681F

#58681F
(88,104,31)
#505F1D
(80,95,29)
#48561B
(72,86,27)
#404D19
(64,77,25)
#384417
(56,68,23)
#303B15
(48,59,21)
#283213
(40,50,19)
#202911
(32,41,17)
#18200F
(24,32,15)
#10170D
(16,23,13)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #58681F

#58681F
(88,104,31)
#677533
(103,117,51)
#768247
(118,130,71)
#858F5B
(133,143,91)
#949C6F
(148,156,111)
#A3A983
(163,169,131)
#B2B697
(178,182,151)
#C1C3AB
(193,195,171)
#D0D0BF
(208,208,191)
#DFDDD3
(223,221,211)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58681F color. Also use rgb(88,104,31) instead hex code.

Text Font Color

.myTextColor { color: #58681F; }

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

This text font color is #58681F.


Background Color

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

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

This div background color is #58681F.


Border color

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

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

This div border color is #58681F.


Opacity

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

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

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

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

This text has shadow with #58681F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58681F on black background.


Color preview on white background

This text has color #58681F on white background.



Black color preview on #58681F background

This text has black color on #58681F background.


White color preview on #58681F background

This text has white color on #58681F background.