COLOR #62414F

HEX: #62414F
RGB: (98,65,79)

Color info

#62414F contains red, green and blue colors in about the same proportion. Web safe color of #62414F is #663366 (or #636).

RGB color model

#62414F color RGB value is (98,65,79).

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

RGB channels and saturation

R 98 of 255 = 38%
G 65 of 255 = 25%
B 79 of 255 = 31%

98
65
79

R + G + B ~ 31%. #62414F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 65 + 79 = 242 (100%)
R 98 of 242 ~ 40.5%
G 65 of 242 ~ 26.86%
B 79 of 242 ~ 32.64%

%40.5
%26.86
%32.64

CMYK color model

#62414F color CMYK value is (0,34,19,62).

  • cyan value is 0.00%
  • magenta value is 33.67%
  • yellow value is 19.39%
  • key color value is 61.57%
CMYK:
(0,34,19,62)
C0M34Y19K62 
(0%,34%,19%,62%)
(0.00/0.34/0.19/0.62)	

CMYK percentages

%0
%33.67
%19.39
%61.57

Codes

Color #62414F in popluar color models

62414F
RGB986579
HSL335°20.25%31.96%
HSB/HSV335°33.67%38.43%
CMYK0.00%33.67%19.39%
61.57%

Color #62414F in popluar number systems.

HEX62414F
Decimal986579
Binary110001010000011001111
Octal142101117

Shades and tints

Shades of #62414F

#62414F
(98,65,79)
#5A3C48
(90,60,72)
#523741
(82,55,65)
#4A323A
(74,50,58)
#422D33
(66,45,51)
#3A282C
(58,40,44)
#322325
(50,35,37)
#2A1E1E
(42,30,30)
#221917
(34,25,23)
#1A1410
(26,20,16)
#120F09
(18,15,9)
#000000
(0,0,0)

Tints of #62414F

#62414F
(98,65,79)
#70525F
(112,82,95)
#7E636F
(126,99,111)
#8C747F
(140,116,127)
#9A858F
(154,133,143)
#A8969F
(168,150,159)
#B6A7AF
(182,167,175)
#C4B8BF
(196,184,191)
#D2C9CF
(210,201,207)
#E0DADF
(224,218,223)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62414F; }

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

This text font color is #62414F.


Background Color

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

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

This div background color is #62414F.


Border color

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

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

This div border color is #62414F.


Opacity

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

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

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

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

This text has shadow with #62414F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62414F on black background.


Color preview on white background

This text has color #62414F on white background.



Black color preview on #62414F background

This text has black color on #62414F background.


White color preview on #62414F background

This text has white color on #62414F background.