COLOR #534259

HEX: #534259
RGB: (83,66,89)

Color info

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

RGB color model

#534259 color RGB value is (83,66,89).

  • red value is 83;
  • green value is 66;
  • blue value is 89.
RGB:
(83,66,89)
(33%,26%,35%)

RGB channels and saturation

R 83 of 255 = 33%
G 66 of 255 = 26%
B 89 of 255 = 35%

83
66
89

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

Portions of RGB colors in percentages

R + G + B =
83 + 66 + 89 = 238 (100%)
R 83 of 238 ~ 34.87%
G 66 of 238 ~ 27.73%
B 89 of 238 ~ 37.39%

%34.87
%27.73
%37.39

CMYK color model

#534259 color CMYK value is (7,26,0,65).

  • cyan value is 6.74%
  • magenta value is 25.84%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(7,26,0,65)
C7M26Y0K65 
(7%,26%,0%,65%)
(0.07/0.26/0.00/0.65)	

CMYK percentages

%6.74
%25.84
%0
%65.1

Codes

Color #534259 in popluar color models

534259
RGB836689
HSL284°14.84%30.39%
HSB/HSV284°25.84%34.90%
CMYK6.74%25.84%0.00%
65.10%

Color #534259 in popluar number systems.

HEX534259
Decimal836689
Binary101001110000101011001
Octal123102131

Shades and tints

Shades of #534259

#534259
(83,66,89)
#4C3C51
(76,60,81)
#453649
(69,54,73)
#3E3041
(62,48,65)
#372A39
(55,42,57)
#302431
(48,36,49)
#291E29
(41,30,41)
#221821
(34,24,33)
#1B1219
(27,18,25)
#140C11
(20,12,17)
#0D0609
(13,6,9)
#000000
(0,0,0)

Tints of #534259

#534259
(83,66,89)
#625368
(98,83,104)
#716477
(113,100,119)
#807586
(128,117,134)
#8F8695
(143,134,149)
#9E97A4
(158,151,164)
#ADA8B3
(173,168,179)
#BCB9C2
(188,185,194)
#CBCAD1
(203,202,209)
#DADBE0
(218,219,224)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534259 color. Also use rgb(83,66,89) instead hex code.

Text Font Color

.myTextColor { color: #534259; }

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

This text font color is #534259.


Background Color

.myBgColor { background-color: #534259; }

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

This div background color is #534259.


Border color

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

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

This div border color is #534259.


Opacity

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

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

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

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

This text has shadow with #534259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534259 on black background.


Color preview on white background

This text has color #534259 on white background.



Black color preview on #534259 background

This text has black color on #534259 background.


White color preview on #534259 background

This text has white color on #534259 background.