COLOR #62465E

HEX: #62465E
RGB: (98,70,94)

Color info

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

RGB color model

#62465E color RGB value is (98,70,94).

  • red value is 98;
  • green value is 70;
  • blue value is 94.
RGB:
(98,70,94)
(38%,27%,37%)

RGB channels and saturation

R 98 of 255 = 38%
G 70 of 255 = 27%
B 94 of 255 = 37%

98
70
94

R + G + B ~ 34%. #62465E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 70 + 94 = 262 (100%)
R 98 of 262 ~ 37.4%
G 70 of 262 ~ 26.72%
B 94 of 262 ~ 35.88%

%37.4
%26.72
%35.88

CMYK color model

#62465E color CMYK value is (0,29,4,62).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 4.08%
  • key color value is 61.57%
CMYK:
(0,29,4,62)
C0M29Y4K62 
(0%,29%,4%,62%)
(0.00/0.29/0.04/0.62)	

CMYK percentages

%0
%28.57
%4.08
%61.57

Codes

Color #62465E in popluar color models

62465E
RGB987094
HSL309°16.67%32.94%
HSB/HSV309°28.57%38.43%
CMYK0.00%28.57%4.08%
61.57%

Color #62465E in popluar number systems.

HEX62465E
Decimal987094
Binary110001010001101011110
Octal142106136

Shades and tints

Shades of #62465E

#62465E
(98,70,94)
#5A4056
(90,64,86)
#523A4E
(82,58,78)
#4A3446
(74,52,70)
#422E3E
(66,46,62)
#3A2836
(58,40,54)
#32222E
(50,34,46)
#2A1C26
(42,28,38)
#22161E
(34,22,30)
#1A1016
(26,16,22)
#120A0E
(18,10,14)
#000000
(0,0,0)

Tints of #62465E

#62465E
(98,70,94)
#70566C
(112,86,108)
#7E667A
(126,102,122)
#8C7688
(140,118,136)
#9A8696
(154,134,150)
#A896A4
(168,150,164)
#B6A6B2
(182,166,178)
#C4B6C0
(196,182,192)
#D2C6CE
(210,198,206)
#E0D6DC
(224,214,220)
#EEE6EA
(238,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62465E color. Also use rgb(98,70,94) instead hex code.

Text Font Color

.myTextColor { color: #62465E; }

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

This text font color is #62465E.


Background Color

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

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

This div background color is #62465E.


Border color

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

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

This div border color is #62465E.


Opacity

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

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

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

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

This text has shadow with #62465E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62465E on black background.


Color preview on white background

This text has color #62465E on white background.



Black color preview on #62465E background

This text has black color on #62465E background.


White color preview on #62465E background

This text has white color on #62465E background.