COLOR #62335D

HEX: #62335D
RGB: (98,51,93)

Color info

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

RGB color model

#62335D color RGB value is (98,51,93).

  • red value is 98;
  • green value is 51;
  • blue value is 93.
RGB:
(98,51,93)
(38%,20%,36%)

RGB channels and saturation

R 98 of 255 = 38%
G 51 of 255 = 20%
B 93 of 255 = 36%

98
51
93

R + G + B ~ 31%. #62335D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 51 + 93 = 242 (100%)
R 98 of 242 ~ 40.5%
G 51 of 242 ~ 21.07%
B 93 of 242 ~ 38.43%

%40.5
%21.07
%38.43

CMYK color model

#62335D color CMYK value is (0,48,5,62).

  • cyan value is 0.00%
  • magenta value is 47.96%
  • yellow value is 5.10%
  • key color value is 61.57%
CMYK:
(0,48,5,62)
C0M48Y5K62 
(0%,48%,5%,62%)
(0.00/0.48/0.05/0.62)	

CMYK percentages

%0
%47.96
%5.1
%61.57

Codes

Color #62335D in popluar color models

62335D
RGB985193
HSL306°31.54%29.22%
HSB/HSV306°47.96%38.43%
CMYK0.00%47.96%5.10%
61.57%

Color #62335D in popluar number systems.

HEX62335D
Decimal985193
Binary11000101100111011101
Octal14263135

Shades and tints

Shades of #62335D

#62335D
(98,51,93)
#5A2F55
(90,47,85)
#522B4D
(82,43,77)
#4A2745
(74,39,69)
#42233D
(66,35,61)
#3A1F35
(58,31,53)
#321B2D
(50,27,45)
#2A1725
(42,23,37)
#22131D
(34,19,29)
#1A0F15
(26,15,21)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #62335D

#62335D
(98,51,93)
#70456B
(112,69,107)
#7E5779
(126,87,121)
#8C6987
(140,105,135)
#9A7B95
(154,123,149)
#A88DA3
(168,141,163)
#B69FB1
(182,159,177)
#C4B1BF
(196,177,191)
#D2C3CD
(210,195,205)
#E0D5DB
(224,213,219)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62335D color. Also use rgb(98,51,93) instead hex code.

Text Font Color

.myTextColor { color: #62335D; }

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

This text font color is #62335D.


Background Color

.myBgColor { background-color: #62335D; }

<div style="background-color:#62335D">Inner text</div>

This div background color is #62335D.


Border color

.myBorderColor { border: 1px solid #62335D; }

<div style="border:3px solid #62335D">Div</div>

This div border color is #62335D.


Opacity

.myOpacity80 { color: #62335D; opacity: 0.8; }

<p style="color:#62335D;opacity:0.8;">80%</p>

Text with #62335D 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 #62335D;}

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

This text has shadow with #62335D color.

.textShadow {text-shadow: 3px 3px 1px #62335D, 3px 3px 1px red;}

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

This text has shadow with #62335D primary color and red secondary color.


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

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

This text has shadow with #62335D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62335D on black background.


Color preview on white background

This text has color #62335D on white background.



Black color preview on #62335D background

This text has black color on #62335D background.


White color preview on #62335D background

This text has white color on #62335D background.