COLOR #53828A

HEX: #53828A
RGB: (83,130,138)

Color info

#53828A contains red, green and blue colors in about the same proportion. Web safe color of #53828A is #669999 (or #699).

RGB color model

#53828A color RGB value is (83,130,138).

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

RGB channels and saturation

R 83 of 255 = 33%
G 130 of 255 = 51%
B 138 of 255 = 54%

83
130
138

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

Portions of RGB colors in percentages

R + G + B =
83 + 130 + 138 = 351 (100%)
R 83 of 351 ~ 23.65%
G 130 of 351 ~ 37.04%
B 138 of 351 ~ 39.32%

%23.65
%37.04
%39.32

CMYK color model

#53828A color CMYK value is (40,6,0,46).

  • cyan value is 39.86%
  • magenta value is 5.80%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(40,6,0,46)
C40M6Y0K46 
(40%,6%,0%,46%)
(0.40/0.06/0.00/0.46)	

CMYK percentages

%39.86
%5.8
%0
%45.88

Codes

Color #53828A in popluar color models

53828A
RGB83130138
HSL189°24.89%43.33%
HSB/HSV189°39.86%54.12%
CMYK39.86%5.80%0.00%
45.88%

Color #53828A in popluar number systems.

HEX53828A
Decimal83130138
Binary10100111000001010001010
Octal123202212

Shades and tints

Shades of #53828A

#53828A
(83,130,138)
#4C777E
(76,119,126)
#456C72
(69,108,114)
#3E6166
(62,97,102)
#37565A
(55,86,90)
#304B4E
(48,75,78)
#294042
(41,64,66)
#223536
(34,53,54)
#1B2A2A
(27,42,42)
#141F1E
(20,31,30)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #53828A

#53828A
(83,130,138)
#628D94
(98,141,148)
#71989E
(113,152,158)
#80A3A8
(128,163,168)
#8FAEB2
(143,174,178)
#9EB9BC
(158,185,188)
#ADC4C6
(173,196,198)
#BCCFD0
(188,207,208)
#CBDADA
(203,218,218)
#DAE5E4
(218,229,228)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53828A color. Also use rgb(83,130,138) instead hex code.

Text Font Color

.myTextColor { color: #53828A; }

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

This text font color is #53828A.


Background Color

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

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

This div background color is #53828A.


Border color

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

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

This div border color is #53828A.


Opacity

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

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

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

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

This text has shadow with #53828A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53828A on black background.


Color preview on white background

This text has color #53828A on white background.



Black color preview on #53828A background

This text has black color on #53828A background.


White color preview on #53828A background

This text has white color on #53828A background.