COLOR #58692A

HEX: #58692A
RGB: (88,105,42)

Color info

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

RGB color model

#58692A color RGB value is (88,105,42).

  • red value is 88;
  • green value is 105;
  • blue value is 42.
RGB:
(88,105,42)
(35%,41%,16%)

RGB channels and saturation

R 88 of 255 = 35%
G 105 of 255 = 41%
B 42 of 255 = 16%

88
105
42

R + G + B ~ 31%. #58692A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 105 + 42 = 235 (100%)
R 88 of 235 ~ 37.45%
G 105 of 235 ~ 44.68%
B 42 of 235 ~ 17.87%

%37.45
%44.68
%17.87

CMYK color model

#58692A color CMYK value is (16,0,60,59).

  • cyan value is 16.19%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 58.82%
CMYK:
(16,0,60,59)
C16M0Y60K59 
(16%,0%,60%,59%)
(0.16/0.00/0.60/0.59)	

CMYK percentages

%16.19
%0
%60
%58.82

Codes

Color #58692A in popluar color models

58692A
RGB8810542
HSL76°42.86%28.82%
HSB/HSV76°60.00%41.18%
CMYK16.19%0.00%60.00%
58.82%

Color #58692A in popluar number systems.

HEX58692A
Decimal8810542
Binary10110001101001101010
Octal13015152

Shades and tints

Shades of #58692A

#58692A
(88,105,42)
#506027
(80,96,39)
#485724
(72,87,36)
#404E21
(64,78,33)
#38451E
(56,69,30)
#303C1B
(48,60,27)
#283318
(40,51,24)
#202A15
(32,42,21)
#182112
(24,33,18)
#10180F
(16,24,15)
#080F0C
(8,15,12)
#000000
(0,0,0)

Tints of #58692A

#58692A
(88,105,42)
#67763D
(103,118,61)
#768350
(118,131,80)
#859063
(133,144,99)
#949D76
(148,157,118)
#A3AA89
(163,170,137)
#B2B79C
(178,183,156)
#C1C4AF
(193,196,175)
#D0D1C2
(208,209,194)
#DFDED5
(223,222,213)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58692A color. Also use rgb(88,105,42) instead hex code.

Text Font Color

.myTextColor { color: #58692A; }

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

This text font color is #58692A.


Background Color

.myBgColor { background-color: #58692A; }

<div style="background-color:#58692A">Inner text</div>

This div background color is #58692A.


Border color

.myBorderColor { border: 1px solid #58692A; }

<div style="border:3px solid #58692A">Div</div>

This div border color is #58692A.


Opacity

.myOpacity80 { color: #58692A; opacity: 0.8; }

<p style="color:#58692A;opacity:0.8;">80%</p>

Text with #58692A 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 #58692A;}

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

This text has shadow with #58692A color.

.textShadow {text-shadow: 3px 3px 1px #58692A, 3px 3px 1px red;}

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

This text has shadow with #58692A primary color and red secondary color.


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

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

This text has shadow with #58692A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58692A on black background.


Color preview on white background

This text has color #58692A on white background.



Black color preview on #58692A background

This text has black color on #58692A background.


White color preview on #58692A background

This text has white color on #58692A background.