COLOR #53436F

HEX: #53436F
RGB: (83,67,111)

Color info

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

RGB color model

#53436F color RGB value is (83,67,111).

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

RGB channels and saturation

R 83 of 255 = 33%
G 67 of 255 = 26%
B 111 of 255 = 44%

83
67
111

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

Portions of RGB colors in percentages

R + G + B =
83 + 67 + 111 = 261 (100%)
R 83 of 261 ~ 31.8%
G 67 of 261 ~ 25.67%
B 111 of 261 ~ 42.53%

%31.8
%25.67
%42.53

CMYK color model

#53436F color CMYK value is (25,40,0,56).

  • cyan value is 25.23%
  • magenta value is 39.64%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(25,40,0,56)
C25M40Y0K56 
(25%,40%,0%,56%)
(0.25/0.40/0.00/0.56)	

CMYK percentages

%25.23
%39.64
%0
%56.47

Codes

Color #53436F in popluar color models

53436F
RGB8367111
HSL262°24.72%34.90%
HSB/HSV262°39.64%43.53%
CMYK25.23%39.64%0.00%
56.47%

Color #53436F in popluar number systems.

HEX53436F
Decimal8367111
Binary101001110000111101111
Octal123103157

Shades and tints

Shades of #53436F

#53436F
(83,67,111)
#4C3D65
(76,61,101)
#45375B
(69,55,91)
#3E3151
(62,49,81)
#372B47
(55,43,71)
#30253D
(48,37,61)
#291F33
(41,31,51)
#221929
(34,25,41)
#1B131F
(27,19,31)
#140D15
(20,13,21)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #53436F

#53436F
(83,67,111)
#62547C
(98,84,124)
#716589
(113,101,137)
#807696
(128,118,150)
#8F87A3
(143,135,163)
#9E98B0
(158,152,176)
#ADA9BD
(173,169,189)
#BCBACA
(188,186,202)
#CBCBD7
(203,203,215)
#DADCE4
(218,220,228)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53436F; }

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

This text font color is #53436F.


Background Color

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

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

This div background color is #53436F.


Border color

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

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

This div border color is #53436F.


Opacity

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

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

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

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

This text has shadow with #53436F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53436F on black background.


Color preview on white background

This text has color #53436F on white background.



Black color preview on #53436F background

This text has black color on #53436F background.


White color preview on #53436F background

This text has white color on #53436F background.