COLOR #62584F

HEX: #62584F
RGB: (98,88,79)

Color info

#62584F contains red, green and blue colors in about the same proportion. Web safe color of #62584F is #666666 (or #666).

RGB color model

#62584F color RGB value is (98,88,79).

  • red value is 98;
  • green value is 88;
  • blue value is 79.
RGB:
(98,88,79)
(38%,35%,31%)

RGB channels and saturation

R 98 of 255 = 38%
G 88 of 255 = 35%
B 79 of 255 = 31%

98
88
79

R + G + B ~ 35%. #62584F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 88 + 79 = 265 (100%)
R 98 of 265 ~ 36.98%
G 88 of 265 ~ 33.21%
B 79 of 265 ~ 29.81%

%36.98
%33.21
%29.81

CMYK color model

#62584F color CMYK value is (0,10,19,62).

  • cyan value is 0.00%
  • magenta value is 10.20%
  • yellow value is 19.39%
  • key color value is 61.57%
CMYK:
(0,10,19,62)
C0M10Y19K62 
(0%,10%,19%,62%)
(0.00/0.10/0.19/0.62)	

CMYK percentages

%0
%10.2
%19.39
%61.57

Codes

Color #62584F in popluar color models

62584F
RGB988879
HSL28°10.73%34.71%
HSB/HSV28°19.39%38.43%
CMYK0.00%10.20%19.39%
61.57%

Color #62584F in popluar number systems.

HEX62584F
Decimal988879
Binary110001010110001001111
Octal142130117

Shades and tints

Shades of #62584F

#62584F
(98,88,79)
#5A5048
(90,80,72)
#524841
(82,72,65)
#4A403A
(74,64,58)
#423833
(66,56,51)
#3A302C
(58,48,44)
#322825
(50,40,37)
#2A201E
(42,32,30)
#221817
(34,24,23)
#1A1010
(26,16,16)
#120809
(18,8,9)
#000000
(0,0,0)

Tints of #62584F

#62584F
(98,88,79)
#70675F
(112,103,95)
#7E766F
(126,118,111)
#8C857F
(140,133,127)
#9A948F
(154,148,143)
#A8A39F
(168,163,159)
#B6B2AF
(182,178,175)
#C4C1BF
(196,193,191)
#D2D0CF
(210,208,207)
#E0DFDF
(224,223,223)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62584F color. Also use rgb(98,88,79) instead hex code.

Text Font Color

.myTextColor { color: #62584F; }

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

This text font color is #62584F.


Background Color

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

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

This div background color is #62584F.


Border color

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

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

This div border color is #62584F.


Opacity

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

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

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

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

This text has shadow with #62584F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62584F on black background.


Color preview on white background

This text has color #62584F on white background.



Black color preview on #62584F background

This text has black color on #62584F background.


White color preview on #62584F background

This text has white color on #62584F background.