COLOR #62584A

HEX: #62584A
RGB: (98,88,74)

Color info

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

RGB color model

#62584A color RGB value is (98,88,74).

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

RGB channels and saturation

R 98 of 255 = 38%
G 88 of 255 = 35%
B 74 of 255 = 29%

98
88
74

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

Portions of RGB colors in percentages

R + G + B =
98 + 88 + 74 = 260 (100%)
R 98 of 260 ~ 37.69%
G 88 of 260 ~ 33.85%
B 74 of 260 ~ 28.46%

%37.69
%33.85
%28.46

CMYK color model

#62584A color CMYK value is (0,10,24,62).

  • cyan value is 0.00%
  • magenta value is 10.20%
  • yellow value is 24.49%
  • key color value is 61.57%
CMYK:
(0,10,24,62)
C0M10Y24K62 
(0%,10%,24%,62%)
(0.00/0.10/0.24/0.62)	

CMYK percentages

%0
%10.2
%24.49
%61.57

Codes

Color #62584A in popluar color models

62584A
RGB988874
HSL35°13.95%33.73%
HSB/HSV35°24.49%38.43%
CMYK0.00%10.20%24.49%
61.57%

Color #62584A in popluar number systems.

HEX62584A
Decimal988874
Binary110001010110001001010
Octal142130112

Shades and tints

Shades of #62584A

#62584A
(98,88,74)
#5A5044
(90,80,68)
#52483E
(82,72,62)
#4A4038
(74,64,56)
#423832
(66,56,50)
#3A302C
(58,48,44)
#322826
(50,40,38)
#2A2020
(42,32,32)
#22181A
(34,24,26)
#1A1014
(26,16,20)
#12080E
(18,8,14)
#000000
(0,0,0)

Tints of #62584A

#62584A
(98,88,74)
#70675A
(112,103,90)
#7E766A
(126,118,106)
#8C857A
(140,133,122)
#9A948A
(154,148,138)
#A8A39A
(168,163,154)
#B6B2AA
(182,178,170)
#C4C1BA
(196,193,186)
#D2D0CA
(210,208,202)
#E0DFDA
(224,223,218)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62584A; }

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

This text font color is #62584A.


Background Color

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

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

This div background color is #62584A.


Border color

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

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

This div border color is #62584A.


Opacity

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

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

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

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

This text has shadow with #62584A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62584A on black background.


Color preview on white background

This text has color #62584A on white background.



Black color preview on #62584A background

This text has black color on #62584A background.


White color preview on #62584A background

This text has white color on #62584A background.