COLOR #623059

HEX: #623059
RGB: (98,48,89)

Color info

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

RGB color model

#623059 color RGB value is (98,48,89).

  • red value is 98;
  • green value is 48;
  • blue value is 89.
RGB:
(98,48,89)
(38%,19%,35%)

RGB channels and saturation

R 98 of 255 = 38%
G 48 of 255 = 19%
B 89 of 255 = 35%

98
48
89

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

Portions of RGB colors in percentages

R + G + B =
98 + 48 + 89 = 235 (100%)
R 98 of 235 ~ 41.7%
G 48 of 235 ~ 20.43%
B 89 of 235 ~ 37.87%

%41.7
%20.43
%37.87

CMYK color model

#623059 color CMYK value is (0,51,9,62).

  • cyan value is 0.00%
  • magenta value is 51.02%
  • yellow value is 9.18%
  • key color value is 61.57%
CMYK:
(0,51,9,62)
C0M51Y9K62 
(0%,51%,9%,62%)
(0.00/0.51/0.09/0.62)	

CMYK percentages

%0
%51.02
%9.18
%61.57

Codes

Color #623059 in popluar color models

623059
RGB984889
HSL311°34.25%28.63%
HSB/HSV311°51.02%38.43%
CMYK0.00%51.02%9.18%
61.57%

Color #623059 in popluar number systems.

HEX623059
Decimal984889
Binary11000101100001011001
Octal14260131

Shades and tints

Shades of #623059

#623059
(98,48,89)
#5A2C51
(90,44,81)
#522849
(82,40,73)
#4A2441
(74,36,65)
#422039
(66,32,57)
#3A1C31
(58,28,49)
#321829
(50,24,41)
#2A1421
(42,20,33)
#221019
(34,16,25)
#1A0C11
(26,12,17)
#120809
(18,8,9)
#000000
(0,0,0)

Tints of #623059

#623059
(98,48,89)
#704268
(112,66,104)
#7E5477
(126,84,119)
#8C6686
(140,102,134)
#9A7895
(154,120,149)
#A88AA4
(168,138,164)
#B69CB3
(182,156,179)
#C4AEC2
(196,174,194)
#D2C0D1
(210,192,209)
#E0D2E0
(224,210,224)
#EEE4EF
(238,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #623059 color. Also use rgb(98,48,89) instead hex code.

Text Font Color

.myTextColor { color: #623059; }

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

This text font color is #623059.


Background Color

.myBgColor { background-color: #623059; }

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

This div background color is #623059.


Border color

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

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

This div border color is #623059.


Opacity

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

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

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

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

This text has shadow with #623059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #623059 on black background.


Color preview on white background

This text has color #623059 on white background.



Black color preview on #623059 background

This text has black color on #623059 background.


White color preview on #623059 background

This text has white color on #623059 background.