COLOR #58634A

HEX: #58634A
RGB: (88,99,74)

Color info

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

RGB color model

#58634A color RGB value is (88,99,74).

  • red value is 88;
  • green value is 99;
  • blue value is 74.
RGB:
(88,99,74)
(35%,39%,29%)

RGB channels and saturation

R 88 of 255 = 35%
G 99 of 255 = 39%
B 74 of 255 = 29%

88
99
74

R + G + B ~ 34%. #58634A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 99 + 74 = 261 (100%)
R 88 of 261 ~ 33.72%
G 99 of 261 ~ 37.93%
B 74 of 261 ~ 28.35%

%33.72
%37.93
%28.35

CMYK color model

#58634A color CMYK value is (11,0,25,61).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 25.25%
  • key color value is 61.18%
CMYK:
(11,0,25,61)
C11M0Y25K61 
(11%,0%,25%,61%)
(0.11/0.00/0.25/0.61)	

CMYK percentages

%11.11
%0
%25.25
%61.18

Codes

Color #58634A in popluar color models

58634A
RGB889974
HSL86°14.45%33.92%
HSB/HSV86°25.25%38.82%
CMYK11.11%0.00%25.25%
61.18%

Color #58634A in popluar number systems.

HEX58634A
Decimal889974
Binary101100011000111001010
Octal130143112

Shades and tints

Shades of #58634A

#58634A
(88,99,74)
#505A44
(80,90,68)
#48513E
(72,81,62)
#404838
(64,72,56)
#383F32
(56,63,50)
#30362C
(48,54,44)
#282D26
(40,45,38)
#202420
(32,36,32)
#181B1A
(24,27,26)
#101214
(16,18,20)
#08090E
(8,9,14)
#000000
(0,0,0)

Tints of #58634A

#58634A
(88,99,74)
#67715A
(103,113,90)
#767F6A
(118,127,106)
#858D7A
(133,141,122)
#949B8A
(148,155,138)
#A3A99A
(163,169,154)
#B2B7AA
(178,183,170)
#C1C5BA
(193,197,186)
#D0D3CA
(208,211,202)
#DFE1DA
(223,225,218)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58634A color. Also use rgb(88,99,74) instead hex code.

Text Font Color

.myTextColor { color: #58634A; }

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

This text font color is #58634A.


Background Color

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

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

This div background color is #58634A.


Border color

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

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

This div border color is #58634A.


Opacity

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

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

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

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

This text has shadow with #58634A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58634A on black background.


Color preview on white background

This text has color #58634A on white background.



Black color preview on #58634A background

This text has black color on #58634A background.


White color preview on #58634A background

This text has white color on #58634A background.