COLOR #53635A

HEX: #53635A
RGB: (83,99,90)

Color info

#53635A contains red, green and blue colors in about the same proportion. Web safe color of #53635A is #666666 (or #666).

RGB color model

#53635A color RGB value is (83,99,90).

  • red value is 83;
  • green value is 99;
  • blue value is 90.
RGB:
(83,99,90)
(33%,39%,35%)

RGB channels and saturation

R 83 of 255 = 33%
G 99 of 255 = 39%
B 90 of 255 = 35%

83
99
90

R + G + B ~ 36%. #53635A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 99 + 90 = 272 (100%)
R 83 of 272 ~ 30.51%
G 99 of 272 ~ 36.4%
B 90 of 272 ~ 33.09%

%30.51
%36.4
%33.09

CMYK color model

#53635A color CMYK value is (16,0,9,61).

  • cyan value is 16.16%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 61.18%
CMYK:
(16,0,9,61)
C16M0Y9K61 
(16%,0%,9%,61%)
(0.16/0.00/0.09/0.61)	

CMYK percentages

%16.16
%0
%9.09
%61.18

Codes

Color #53635A in popluar color models

53635A
RGB839990
HSL146°8.79%35.69%
HSB/HSV146°16.16%38.82%
CMYK16.16%0.00%9.09%
61.18%

Color #53635A in popluar number systems.

HEX53635A
Decimal839990
Binary101001111000111011010
Octal123143132

Shades and tints

Shades of #53635A

#53635A
(83,99,90)
#4C5A52
(76,90,82)
#45514A
(69,81,74)
#3E4842
(62,72,66)
#373F3A
(55,63,58)
#303632
(48,54,50)
#292D2A
(41,45,42)
#222422
(34,36,34)
#1B1B1A
(27,27,26)
#141212
(20,18,18)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #53635A

#53635A
(83,99,90)
#627169
(98,113,105)
#717F78
(113,127,120)
#808D87
(128,141,135)
#8F9B96
(143,155,150)
#9EA9A5
(158,169,165)
#ADB7B4
(173,183,180)
#BCC5C3
(188,197,195)
#CBD3D2
(203,211,210)
#DAE1E1
(218,225,225)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53635A color. Also use rgb(83,99,90) instead hex code.

Text Font Color

.myTextColor { color: #53635A; }

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

This text font color is #53635A.


Background Color

.myBgColor { background-color: #53635A; }

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

This div background color is #53635A.


Border color

.myBorderColor { border: 1px solid #53635A; }

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

This div border color is #53635A.


Opacity

.myOpacity80 { color: #53635A; opacity: 0.8; }

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

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

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

This text has shadow with #53635A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53635A on black background.


Color preview on white background

This text has color #53635A on white background.



Black color preview on #53635A background

This text has black color on #53635A background.


White color preview on #53635A background

This text has white color on #53635A background.