COLOR #53436E

HEX: #53436E
RGB: (83,67,110)

Color info

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

RGB color model

#53436E color RGB value is (83,67,110).

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

RGB channels and saturation

R 83 of 255 = 33%
G 67 of 255 = 26%
B 110 of 255 = 43%

83
67
110

R + G + B ~ 34%. #53436E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 67 + 110 = 260 (100%)
R 83 of 260 ~ 31.92%
G 67 of 260 ~ 25.77%
B 110 of 260 ~ 42.31%

%31.92
%25.77
%42.31

CMYK color model

#53436E color CMYK value is (25,39,0,57).

  • cyan value is 24.55%
  • magenta value is 39.09%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(25,39,0,57)
C25M39Y0K57 
(25%,39%,0%,57%)
(0.25/0.39/0.00/0.57)	

CMYK percentages

%24.55
%39.09
%0
%56.86

Codes

Color #53436E in popluar color models

53436E
RGB8367110
HSL262°24.29%34.71%
HSB/HSV262°39.09%43.14%
CMYK24.55%39.09%0.00%
56.86%

Color #53436E in popluar number systems.

HEX53436E
Decimal8367110
Binary101001110000111101110
Octal123103156

Shades and tints

Shades of #53436E

#53436E
(83,67,110)
#4C3D64
(76,61,100)
#45375A
(69,55,90)
#3E3150
(62,49,80)
#372B46
(55,43,70)
#30253C
(48,37,60)
#291F32
(41,31,50)
#221928
(34,25,40)
#1B131E
(27,19,30)
#140D14
(20,13,20)
#0D070A
(13,7,10)
#000000
(0,0,0)

Tints of #53436E

#53436E
(83,67,110)
#62547B
(98,84,123)
#716588
(113,101,136)
#807695
(128,118,149)
#8F87A2
(143,135,162)
#9E98AF
(158,152,175)
#ADA9BC
(173,169,188)
#BCBAC9
(188,186,201)
#CBCBD6
(203,203,214)
#DADCE3
(218,220,227)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53436E color. Also use rgb(83,67,110) instead hex code.

Text Font Color

.myTextColor { color: #53436E; }

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

This text font color is #53436E.


Background Color

.myBgColor { background-color: #53436E; }

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

This div background color is #53436E.


Border color

.myBorderColor { border: 1px solid #53436E; }

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

This div border color is #53436E.


Opacity

.myOpacity80 { color: #53436E; opacity: 0.8; }

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

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

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

This text has shadow with #53436E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53436E on black background.


Color preview on white background

This text has color #53436E on white background.



Black color preview on #53436E background

This text has black color on #53436E background.


White color preview on #53436E background

This text has white color on #53436E background.