COLOR #58672F

HEX: #58672F
RGB: (88,103,47)

Color info

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

RGB color model

#58672F color RGB value is (88,103,47).

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

RGB channels and saturation

R 88 of 255 = 35%
G 103 of 255 = 40%
B 47 of 255 = 18%

88
103
47

R + G + B ~ 31%. #58672F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 103 + 47 = 238 (100%)
R 88 of 238 ~ 36.97%
G 103 of 238 ~ 43.28%
B 47 of 238 ~ 19.75%

%36.97
%43.28
%19.75

CMYK color model

#58672F color CMYK value is (15,0,54,60).

  • cyan value is 14.56%
  • magenta value is 0.00%
  • yellow value is 54.37%
  • key color value is 59.61%
CMYK:
(15,0,54,60)
C15M0Y54K60 
(15%,0%,54%,60%)
(0.15/0.00/0.54/0.60)	

CMYK percentages

%14.56
%0
%54.37
%59.61

Codes

Color #58672F in popluar color models

58672F
RGB8810347
HSL76°37.33%29.41%
HSB/HSV76°54.37%40.39%
CMYK14.56%0.00%54.37%
59.61%

Color #58672F in popluar number systems.

HEX58672F
Decimal8810347
Binary10110001100111101111
Octal13014757

Shades and tints

Shades of #58672F

#58672F
(88,103,47)
#505E2B
(80,94,43)
#485527
(72,85,39)
#404C23
(64,76,35)
#38431F
(56,67,31)
#303A1B
(48,58,27)
#283117
(40,49,23)
#202813
(32,40,19)
#181F0F
(24,31,15)
#10160B
(16,22,11)
#080D07
(8,13,7)
#000000
(0,0,0)

Tints of #58672F

#58672F
(88,103,47)
#677441
(103,116,65)
#768153
(118,129,83)
#858E65
(133,142,101)
#949B77
(148,155,119)
#A3A889
(163,168,137)
#B2B59B
(178,181,155)
#C1C2AD
(193,194,173)
#D0CFBF
(208,207,191)
#DFDCD1
(223,220,209)
#EEE9E3
(238,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58672F; }

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

This text font color is #58672F.


Background Color

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

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

This div background color is #58672F.


Border color

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

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

This div border color is #58672F.


Opacity

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

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

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

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

This text has shadow with #58672F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58672F on black background.


Color preview on white background

This text has color #58672F on white background.



Black color preview on #58672F background

This text has black color on #58672F background.


White color preview on #58672F background

This text has white color on #58672F background.