COLOR #53866A

HEX: #53866A
RGB: (83,134,106)

Color info

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

RGB color model

#53866A color RGB value is (83,134,106).

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

RGB channels and saturation

R 83 of 255 = 33%
G 134 of 255 = 53%
B 106 of 255 = 42%

83
134
106

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

Portions of RGB colors in percentages

R + G + B =
83 + 134 + 106 = 323 (100%)
R 83 of 323 ~ 25.7%
G 134 of 323 ~ 41.49%
B 106 of 323 ~ 32.82%

%25.7
%41.49
%32.82

CMYK color model

#53866A color CMYK value is (38,0,21,47).

  • cyan value is 38.06%
  • magenta value is 0.00%
  • yellow value is 20.90%
  • key color value is 47.45%
CMYK:
(38,0,21,47)
C38M0Y21K47 
(38%,0%,21%,47%)
(0.38/0.00/0.21/0.47)	

CMYK percentages

%38.06
%0
%20.9
%47.45

Codes

Color #53866A in popluar color models

53866A
RGB83134106
HSL147°23.50%42.55%
HSB/HSV147°38.06%52.55%
CMYK38.06%0.00%20.90%
47.45%

Color #53866A in popluar number systems.

HEX53866A
Decimal83134106
Binary1010011100001101101010
Octal123206152

Shades and tints

Shades of #53866A

#53866A
(83,134,106)
#4C7A61
(76,122,97)
#456E58
(69,110,88)
#3E624F
(62,98,79)
#375646
(55,86,70)
#304A3D
(48,74,61)
#293E34
(41,62,52)
#22322B
(34,50,43)
#1B2622
(27,38,34)
#141A19
(20,26,25)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #53866A

#53866A
(83,134,106)
#629177
(98,145,119)
#719C84
(113,156,132)
#80A791
(128,167,145)
#8FB29E
(143,178,158)
#9EBDAB
(158,189,171)
#ADC8B8
(173,200,184)
#BCD3C5
(188,211,197)
#CBDED2
(203,222,210)
#DAE9DF
(218,233,223)
#E9F4EC
(233,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53866A; }

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

This text font color is #53866A.


Background Color

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

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

This div background color is #53866A.


Border color

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

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

This div border color is #53866A.


Opacity

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

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

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

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

This text has shadow with #53866A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53866A on black background.


Color preview on white background

This text has color #53866A on white background.



Black color preview on #53866A background

This text has black color on #53866A background.


White color preview on #53866A background

This text has white color on #53866A background.