COLOR #53966E

HEX: #53966E
RGB: (83,150,110)

Color info

#53966E contains mainly green and blue colors. Web safe color of #53966E is #669966 (or #696).

RGB color model

#53966E color RGB value is (83,150,110).

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

RGB channels and saturation

R 83 of 255 = 33%
G 150 of 255 = 59%
B 110 of 255 = 43%

83
150
110

R + G + B ~ 45%. #53966E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 150 + 110 = 343 (100%)
R 83 of 343 ~ 24.2%
G 150 of 343 ~ 43.73%
B 110 of 343 ~ 32.07%

%24.2
%43.73
%32.07

CMYK color model

#53966E color CMYK value is (45,0,27,41).

  • cyan value is 44.67%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 41.18%
CMYK:
(45,0,27,41)
C45M0Y27K41 
(45%,0%,27%,41%)
(0.45/0.00/0.27/0.41)	

CMYK percentages

%44.67
%0
%26.67
%41.18

Codes

Color #53966E in popluar color models

53966E
RGB83150110
HSL144°28.76%45.69%
HSB/HSV144°44.67%58.82%
CMYK44.67%0.00%26.67%
41.18%

Color #53966E in popluar number systems.

HEX53966E
Decimal83150110
Binary1010011100101101101110
Octal123226156

Shades and tints

Shades of #53966E

#53966E
(83,150,110)
#4C8964
(76,137,100)
#457C5A
(69,124,90)
#3E6F50
(62,111,80)
#376246
(55,98,70)
#30553C
(48,85,60)
#294832
(41,72,50)
#223B28
(34,59,40)
#1B2E1E
(27,46,30)
#142114
(20,33,20)
#0D140A
(13,20,10)
#000000
(0,0,0)

Tints of #53966E

#53966E
(83,150,110)
#629F7B
(98,159,123)
#71A888
(113,168,136)
#80B195
(128,177,149)
#8FBAA2
(143,186,162)
#9EC3AF
(158,195,175)
#ADCCBC
(173,204,188)
#BCD5C9
(188,213,201)
#CBDED6
(203,222,214)
#DAE7E3
(218,231,227)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53966E; }

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

This text font color is #53966E.


Background Color

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

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

This div background color is #53966E.


Border color

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

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

This div border color is #53966E.


Opacity

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

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

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

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

This text has shadow with #53966E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53966E on black background.


Color preview on white background

This text has color #53966E on white background.



Black color preview on #53966E background

This text has black color on #53966E background.


White color preview on #53966E background

This text has white color on #53966E background.