COLOR #58670F

HEX: #58670F
RGB: (88,103,15)

Color info

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

RGB color model

#58670F color RGB value is (88,103,15).

  • red value is 88;
  • green value is 103;
  • blue value is 15.
RGB:
(88,103,15)
(35%,40%,6%)

RGB channels and saturation

R 88 of 255 = 35%
G 103 of 255 = 40%
B 15 of 255 = 6%

88
103
15

R + G + B ~ 27%. #58670F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 103 + 15 = 206 (100%)
R 88 of 206 ~ 42.72%
G 103 of 206 ~ 50%
B 15 of 206 ~ 7.28%

%42.72
%50

CMYK color model

#58670F color CMYK value is (15,0,85,60).

  • cyan value is 14.56%
  • magenta value is 0.00%
  • yellow value is 85.44%
  • key color value is 59.61%
CMYK:
(15,0,85,60)
C15M0Y85K60 
(15%,0%,85%,60%)
(0.15/0.00/0.85/0.60)	

CMYK percentages

%14.56
%0
%85.44
%59.61

Codes

Color #58670F in popluar color models

58670F
RGB8810315
HSL70°74.58%23.14%
HSB/HSV70°85.44%40.39%
CMYK14.56%0.00%85.44%
59.61%

Color #58670F in popluar number systems.

HEX58670F
Decimal8810315
Binary101100011001111111
Octal13014717

Shades and tints

Shades of #58670F

#58670F
(88,103,15)
#505E0E
(80,94,14)
#48550D
(72,85,13)
#404C0C
(64,76,12)
#38430B
(56,67,11)
#303A0A
(48,58,10)
#283109
(40,49,9)
#202808
(32,40,8)
#181F07
(24,31,7)
#101606
(16,22,6)
#080D05
(8,13,5)
#000000
(0,0,0)

Tints of #58670F

#58670F
(88,103,15)
#677424
(103,116,36)
#768139
(118,129,57)
#858E4E
(133,142,78)
#949B63
(148,155,99)
#A3A878
(163,168,120)
#B2B58D
(178,181,141)
#C1C2A2
(193,194,162)
#D0CFB7
(208,207,183)
#DFDCCC
(223,220,204)
#EEE9E1
(238,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58670F color. Also use rgb(88,103,15) instead hex code.

Text Font Color

.myTextColor { color: #58670F; }

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

This text font color is #58670F.


Background Color

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

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

This div background color is #58670F.


Border color

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

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

This div border color is #58670F.


Opacity

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

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

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

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

This text has shadow with #58670F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58670F on black background.


Color preview on white background

This text has color #58670F on white background.



Black color preview on #58670F background

This text has black color on #58670F background.


White color preview on #58670F background

This text has white color on #58670F background.