COLOR #534B6E

HEX: #534B6E
RGB: (83,75,110)

Color info

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

RGB color model

#534B6E color RGB value is (83,75,110).

  • red value is 83;
  • green value is 75;
  • blue value is 110.
RGB:
(83,75,110)
(33%,29%,43%)

RGB channels and saturation

R 83 of 255 = 33%
G 75 of 255 = 29%
B 110 of 255 = 43%

83
75
110

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

Portions of RGB colors in percentages

R + G + B =
83 + 75 + 110 = 268 (100%)
R 83 of 268 ~ 30.97%
G 75 of 268 ~ 27.99%
B 110 of 268 ~ 41.04%

%30.97
%27.99
%41.04

CMYK color model

#534B6E color CMYK value is (25,32,0,57).

  • cyan value is 24.55%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(25,32,0,57)
C25M32Y0K57 
(25%,32%,0%,57%)
(0.25/0.32/0.00/0.57)	

CMYK percentages

%24.55
%31.82
%0
%56.86

Codes

Color #534B6E in popluar color models

534B6E
RGB8375110
HSL254°18.92%36.27%
HSB/HSV254°31.82%43.14%
CMYK24.55%31.82%0.00%
56.86%

Color #534B6E in popluar number systems.

HEX534B6E
Decimal8375110
Binary101001110010111101110
Octal123113156

Shades and tints

Shades of #534B6E

#534B6E
(83,75,110)
#4C4564
(76,69,100)
#453F5A
(69,63,90)
#3E3950
(62,57,80)
#373346
(55,51,70)
#302D3C
(48,45,60)
#292732
(41,39,50)
#222128
(34,33,40)
#1B1B1E
(27,27,30)
#141514
(20,21,20)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #534B6E

#534B6E
(83,75,110)
#625B7B
(98,91,123)
#716B88
(113,107,136)
#807B95
(128,123,149)
#8F8BA2
(143,139,162)
#9E9BAF
(158,155,175)
#ADABBC
(173,171,188)
#BCBBC9
(188,187,201)
#CBCBD6
(203,203,214)
#DADBE3
(218,219,227)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534B6E color. Also use rgb(83,75,110) instead hex code.

Text Font Color

.myTextColor { color: #534B6E; }

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

This text font color is #534B6E.


Background Color

.myBgColor { background-color: #534B6E; }

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

This div background color is #534B6E.


Border color

.myBorderColor { border: 1px solid #534B6E; }

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

This div border color is #534B6E.


Opacity

.myOpacity80 { color: #534B6E; opacity: 0.8; }

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

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

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

This text has shadow with #534B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534B6E on black background.


Color preview on white background

This text has color #534B6E on white background.



Black color preview on #534B6E background

This text has black color on #534B6E background.


White color preview on #534B6E background

This text has white color on #534B6E background.