COLOR #53826C

HEX: #53826C
RGB: (83,130,108)

Color info

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

RGB color model

#53826C color RGB value is (83,130,108).

  • red value is 83;
  • green value is 130;
  • blue value is 108.
RGB:
(83,130,108)
(33%,51%,42%)

RGB channels and saturation

R 83 of 255 = 33%
G 130 of 255 = 51%
B 108 of 255 = 42%

83
130
108

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

Portions of RGB colors in percentages

R + G + B =
83 + 130 + 108 = 321 (100%)
R 83 of 321 ~ 25.86%
G 130 of 321 ~ 40.5%
B 108 of 321 ~ 33.64%

%25.86
%40.5
%33.64

CMYK color model

#53826C color CMYK value is (36,0,17,49).

  • cyan value is 36.15%
  • magenta value is 0.00%
  • yellow value is 16.92%
  • key color value is 49.02%
CMYK:
(36,0,17,49)
C36M0Y17K49 
(36%,0%,17%,49%)
(0.36/0.00/0.17/0.49)	

CMYK percentages

%36.15
%0
%16.92
%49.02

Codes

Color #53826C in popluar color models

53826C
RGB83130108
HSL152°22.07%41.76%
HSB/HSV152°36.15%50.98%
CMYK36.15%0.00%16.92%
49.02%

Color #53826C in popluar number systems.

HEX53826C
Decimal83130108
Binary1010011100000101101100
Octal123202154

Shades and tints

Shades of #53826C

#53826C
(83,130,108)
#4C7763
(76,119,99)
#456C5A
(69,108,90)
#3E6151
(62,97,81)
#375648
(55,86,72)
#304B3F
(48,75,63)
#294036
(41,64,54)
#22352D
(34,53,45)
#1B2A24
(27,42,36)
#141F1B
(20,31,27)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #53826C

#53826C
(83,130,108)
#628D79
(98,141,121)
#719886
(113,152,134)
#80A393
(128,163,147)
#8FAEA0
(143,174,160)
#9EB9AD
(158,185,173)
#ADC4BA
(173,196,186)
#BCCFC7
(188,207,199)
#CBDAD4
(203,218,212)
#DAE5E1
(218,229,225)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53826C color. Also use rgb(83,130,108) instead hex code.

Text Font Color

.myTextColor { color: #53826C; }

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

This text font color is #53826C.


Background Color

.myBgColor { background-color: #53826C; }

<div style="background-color:#53826C">Inner text</div>

This div background color is #53826C.


Border color

.myBorderColor { border: 1px solid #53826C; }

<div style="border:3px solid #53826C">Div</div>

This div border color is #53826C.


Opacity

.myOpacity80 { color: #53826C; opacity: 0.8; }

<p style="color:#53826C;opacity:0.8;">80%</p>

Text with #53826C 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 #53826C;}

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

This text has shadow with #53826C color.

.textShadow {text-shadow: 3px 3px 1px #53826C, 3px 3px 1px red;}

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

This text has shadow with #53826C primary color and red secondary color.


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

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

This text has shadow with #53826C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53826C on black background.


Color preview on white background

This text has color #53826C on white background.



Black color preview on #53826C background

This text has black color on #53826C background.


White color preview on #53826C background

This text has white color on #53826C background.