COLOR #62414E

HEX: #62414E
RGB: (98,65,78)

Color info

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

RGB color model

#62414E color RGB value is (98,65,78).

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

RGB channels and saturation

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

98
65
78

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

Portions of RGB colors in percentages

R + G + B =
98 + 65 + 78 = 241 (100%)
R 98 of 241 ~ 40.66%
G 65 of 241 ~ 26.97%
B 78 of 241 ~ 32.37%

%40.66
%26.97
%32.37

CMYK color model

#62414E color CMYK value is (0,34,20,62).

  • cyan value is 0.00%
  • magenta value is 33.67%
  • yellow value is 20.41%
  • key color value is 61.57%
CMYK:
(0,34,20,62)
C0M34Y20K62 
(0%,34%,20%,62%)
(0.00/0.34/0.20/0.62)	

CMYK percentages

%0
%33.67
%20.41
%61.57

Codes

Color #62414E in popluar color models

62414E
RGB986578
HSL336°20.25%31.96%
HSB/HSV336°33.67%38.43%
CMYK0.00%33.67%20.41%
61.57%

Color #62414E in popluar number systems.

HEX62414E
Decimal986578
Binary110001010000011001110
Octal142101116

Shades and tints

Shades of #62414E

#62414E
(98,65,78)
#5A3C47
(90,60,71)
#523740
(82,55,64)
#4A3239
(74,50,57)
#422D32
(66,45,50)
#3A282B
(58,40,43)
#322324
(50,35,36)
#2A1E1D
(42,30,29)
#221916
(34,25,22)
#1A140F
(26,20,15)
#120F08
(18,15,8)
#000000
(0,0,0)

Tints of #62414E

#62414E
(98,65,78)
#70525E
(112,82,94)
#7E636E
(126,99,110)
#8C747E
(140,116,126)
#9A858E
(154,133,142)
#A8969E
(168,150,158)
#B6A7AE
(182,167,174)
#C4B8BE
(196,184,190)
#D2C9CE
(210,201,206)
#E0DADE
(224,218,222)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62414E; }

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

This text font color is #62414E.


Background Color

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

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

This div background color is #62414E.


Border color

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

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

This div border color is #62414E.


Opacity

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

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

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

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

This text has shadow with #62414E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62414E on black background.


Color preview on white background

This text has color #62414E on white background.



Black color preview on #62414E background

This text has black color on #62414E background.


White color preview on #62414E background

This text has white color on #62414E background.