COLOR #53846A

HEX: #53846A
RGB: (83,132,106)

Color info

#53846A contains red, green and blue colors in about the same proportion. Web safe color of #53846A is #669966 (or #696).

RGB color model

#53846A color RGB value is (83,132,106).

  • red value is 83;
  • green value is 132;
  • blue value is 106.
RGB:
(83,132,106)
(33%,52%,42%)

RGB channels and saturation

R 83 of 255 = 33%
G 132 of 255 = 52%
B 106 of 255 = 42%

83
132
106

R + G + B ~ 42%. #53846A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 132 + 106 = 321 (100%)
R 83 of 321 ~ 25.86%
G 132 of 321 ~ 41.12%
B 106 of 321 ~ 33.02%

%25.86
%41.12
%33.02

CMYK color model

#53846A color CMYK value is (37,0,20,48).

  • cyan value is 37.12%
  • magenta value is 0.00%
  • yellow value is 19.70%
  • key color value is 48.24%
CMYK:
(37,0,20,48)
C37M0Y20K48 
(37%,0%,20%,48%)
(0.37/0.00/0.20/0.48)	

CMYK percentages

%37.12
%0
%19.7
%48.24

Codes

Color #53846A in popluar color models

53846A
RGB83132106
HSL148°22.79%42.16%
HSB/HSV148°37.12%51.76%
CMYK37.12%0.00%19.70%
48.24%

Color #53846A in popluar number systems.

HEX53846A
Decimal83132106
Binary1010011100001001101010
Octal123204152

Shades and tints

Shades of #53846A

#53846A
(83,132,106)
#4C7861
(76,120,97)
#456C58
(69,108,88)
#3E604F
(62,96,79)
#375446
(55,84,70)
#30483D
(48,72,61)
#293C34
(41,60,52)
#22302B
(34,48,43)
#1B2422
(27,36,34)
#141819
(20,24,25)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #53846A

#53846A
(83,132,106)
#628F77
(98,143,119)
#719A84
(113,154,132)
#80A591
(128,165,145)
#8FB09E
(143,176,158)
#9EBBAB
(158,187,171)
#ADC6B8
(173,198,184)
#BCD1C5
(188,209,197)
#CBDCD2
(203,220,210)
#DAE7DF
(218,231,223)
#E9F2EC
(233,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53846A color. Also use rgb(83,132,106) instead hex code.

Text Font Color

.myTextColor { color: #53846A; }

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

This text font color is #53846A.


Background Color

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

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

This div background color is #53846A.


Border color

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

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

This div border color is #53846A.


Opacity

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

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

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

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

This text has shadow with #53846A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53846A on black background.


Color preview on white background

This text has color #53846A on white background.



Black color preview on #53846A background

This text has black color on #53846A background.


White color preview on #53846A background

This text has white color on #53846A background.