COLOR #62375C

HEX: #62375C
RGB: (98,55,92)

Color info

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

RGB color model

#62375C color RGB value is (98,55,92).

  • red value is 98;
  • green value is 55;
  • blue value is 92.
RGB:
(98,55,92)
(38%,22%,36%)

RGB channels and saturation

R 98 of 255 = 38%
G 55 of 255 = 22%
B 92 of 255 = 36%

98
55
92

R + G + B ~ 32%. #62375C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 55 + 92 = 245 (100%)
R 98 of 245 ~ 40%
G 55 of 245 ~ 22.45%
B 92 of 245 ~ 37.55%

%40
%22.45
%37.55

CMYK color model

#62375C color CMYK value is (0,44,6,62).

  • cyan value is 0.00%
  • magenta value is 43.88%
  • yellow value is 6.12%
  • key color value is 61.57%
CMYK:
(0,44,6,62)
C0M44Y6K62 
(0%,44%,6%,62%)
(0.00/0.44/0.06/0.62)	

CMYK percentages

%0
%43.88
%6.12
%61.57

Codes

Color #62375C in popluar color models

62375C
RGB985592
HSL308°28.10%30.00%
HSB/HSV308°43.88%38.43%
CMYK0.00%43.88%6.12%
61.57%

Color #62375C in popluar number systems.

HEX62375C
Decimal985592
Binary11000101101111011100
Octal14267134

Shades and tints

Shades of #62375C

#62375C
(98,55,92)
#5A3254
(90,50,84)
#522D4C
(82,45,76)
#4A2844
(74,40,68)
#42233C
(66,35,60)
#3A1E34
(58,30,52)
#32192C
(50,25,44)
#2A1424
(42,20,36)
#220F1C
(34,15,28)
#1A0A14
(26,10,20)
#12050C
(18,5,12)
#000000
(0,0,0)

Tints of #62375C

#62375C
(98,55,92)
#70496A
(112,73,106)
#7E5B78
(126,91,120)
#8C6D86
(140,109,134)
#9A7F94
(154,127,148)
#A891A2
(168,145,162)
#B6A3B0
(182,163,176)
#C4B5BE
(196,181,190)
#D2C7CC
(210,199,204)
#E0D9DA
(224,217,218)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62375C color. Also use rgb(98,55,92) instead hex code.

Text Font Color

.myTextColor { color: #62375C; }

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

This text font color is #62375C.


Background Color

.myBgColor { background-color: #62375C; }

<div style="background-color:#62375C">Inner text</div>

This div background color is #62375C.


Border color

.myBorderColor { border: 1px solid #62375C; }

<div style="border:3px solid #62375C">Div</div>

This div border color is #62375C.


Opacity

.myOpacity80 { color: #62375C; opacity: 0.8; }

<p style="color:#62375C;opacity:0.8;">80%</p>

Text with #62375C 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 #62375C;}

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

This text has shadow with #62375C color.

.textShadow {text-shadow: 3px 3px 1px #62375C, 3px 3px 1px red;}

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

This text has shadow with #62375C primary color and red secondary color.


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

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

This text has shadow with #62375C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62375C on black background.


Color preview on white background

This text has color #62375C on white background.



Black color preview on #62375C background

This text has black color on #62375C background.


White color preview on #62375C background

This text has white color on #62375C background.