COLOR #623376

HEX: #623376
RGB: (98,51,118)

Color info

#623376 contains mainly red and blue colors. Web safe color of #623376 is #663366 (or #636).

RGB color model

#623376 color RGB value is (98,51,118).

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

RGB channels and saturation

R 98 of 255 = 38%
G 51 of 255 = 20%
B 118 of 255 = 46%

98
51
118

R + G + B ~ 35%. #623376 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 51 + 118 = 267 (100%)
R 98 of 267 ~ 36.7%
G 51 of 267 ~ 19.1%
B 118 of 267 ~ 44.19%

%36.7
%19.1
%44.19

CMYK color model

#623376 color CMYK value is (17,57,0,54).

  • cyan value is 16.95%
  • magenta value is 56.78%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(17,57,0,54)
C17M57Y0K54 
(17%,57%,0%,54%)
(0.17/0.57/0.00/0.54)	

CMYK percentages

%16.95
%56.78
%0
%53.73

Codes

Color #623376 in popluar color models

623376
RGB9851118
HSL282°39.64%33.14%
HSB/HSV282°56.78%46.27%
CMYK16.95%56.78%0.00%
53.73%

Color #623376 in popluar number systems.

HEX623376
Decimal9851118
Binary11000101100111110110
Octal14263166

Shades and tints

Shades of #623376

#623376
(98,51,118)
#5A2F6C
(90,47,108)
#522B62
(82,43,98)
#4A2758
(74,39,88)
#42234E
(66,35,78)
#3A1F44
(58,31,68)
#321B3A
(50,27,58)
#2A1730
(42,23,48)
#221326
(34,19,38)
#1A0F1C
(26,15,28)
#120B12
(18,11,18)
#000000
(0,0,0)

Tints of #623376

#623376
(98,51,118)
#704582
(112,69,130)
#7E578E
(126,87,142)
#8C699A
(140,105,154)
#9A7BA6
(154,123,166)
#A88DB2
(168,141,178)
#B69FBE
(182,159,190)
#C4B1CA
(196,177,202)
#D2C3D6
(210,195,214)
#E0D5E2
(224,213,226)
#EEE7EE
(238,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #623376; }

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

This text font color is #623376.


Background Color

.myBgColor { background-color: #623376; }

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

This div background color is #623376.


Border color

.myBorderColor { border: 1px solid #623376; }

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

This div border color is #623376.


Opacity

.myOpacity80 { color: #623376; opacity: 0.8; }

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

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

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

This text has shadow with #623376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #623376 on black background.


Color preview on white background

This text has color #623376 on white background.



Black color preview on #623376 background

This text has black color on #623376 background.


White color preview on #623376 background

This text has white color on #623376 background.