COLOR #58614C

HEX: #58614C
RGB: (88,97,76)

Color info

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

RGB color model

#58614C color RGB value is (88,97,76).

  • red value is 88;
  • green value is 97;
  • blue value is 76.
RGB:
(88,97,76)
(35%,38%,30%)

RGB channels and saturation

R 88 of 255 = 35%
G 97 of 255 = 38%
B 76 of 255 = 30%

88
97
76

R + G + B ~ 34%. #58614C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 97 + 76 = 261 (100%)
R 88 of 261 ~ 33.72%
G 97 of 261 ~ 37.16%
B 76 of 261 ~ 29.12%

%33.72
%37.16
%29.12

CMYK color model

#58614C color CMYK value is (9,0,22,62).

  • cyan value is 9.28%
  • magenta value is 0.00%
  • yellow value is 21.65%
  • key color value is 61.96%
CMYK:
(9,0,22,62)
C9M0Y22K62 
(9%,0%,22%,62%)
(0.09/0.00/0.22/0.62)	

CMYK percentages

%9.28
%0
%21.65
%61.96

Codes

Color #58614C in popluar color models

58614C
RGB889776
HSL86°12.14%33.92%
HSB/HSV86°21.65%38.04%
CMYK9.28%0.00%21.65%
61.96%

Color #58614C in popluar number systems.

HEX58614C
Decimal889776
Binary101100011000011001100
Octal130141114

Shades and tints

Shades of #58614C

#58614C
(88,97,76)
#505946
(80,89,70)
#485140
(72,81,64)
#40493A
(64,73,58)
#384134
(56,65,52)
#30392E
(48,57,46)
#283128
(40,49,40)
#202922
(32,41,34)
#18211C
(24,33,28)
#101916
(16,25,22)
#081110
(8,17,16)
#000000
(0,0,0)

Tints of #58614C

#58614C
(88,97,76)
#676F5C
(103,111,92)
#767D6C
(118,125,108)
#858B7C
(133,139,124)
#94998C
(148,153,140)
#A3A79C
(163,167,156)
#B2B5AC
(178,181,172)
#C1C3BC
(193,195,188)
#D0D1CC
(208,209,204)
#DFDFDC
(223,223,220)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58614C color. Also use rgb(88,97,76) instead hex code.

Text Font Color

.myTextColor { color: #58614C; }

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

This text font color is #58614C.


Background Color

.myBgColor { background-color: #58614C; }

<div style="background-color:#58614C">Inner text</div>

This div background color is #58614C.


Border color

.myBorderColor { border: 1px solid #58614C; }

<div style="border:3px solid #58614C">Div</div>

This div border color is #58614C.


Opacity

.myOpacity80 { color: #58614C; opacity: 0.8; }

<p style="color:#58614C;opacity:0.8;">80%</p>

Text with #58614C 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 #58614C;}

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

This text has shadow with #58614C color.

.textShadow {text-shadow: 3px 3px 1px #58614C, 3px 3px 1px red;}

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

This text has shadow with #58614C primary color and red secondary color.


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

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

This text has shadow with #58614C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58614C on black background.


Color preview on white background

This text has color #58614C on white background.



Black color preview on #58614C background

This text has black color on #58614C background.


White color preview on #58614C background

This text has white color on #58614C background.