COLOR #53838D

HEX: #53838D
RGB: (83,131,141)

Color info

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

RGB color model

#53838D color RGB value is (83,131,141).

  • red value is 83;
  • green value is 131;
  • blue value is 141.
RGB:
(83,131,141)
(33%,51%,55%)

RGB channels and saturation

R 83 of 255 = 33%
G 131 of 255 = 51%
B 141 of 255 = 55%

83
131
141

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

Portions of RGB colors in percentages

R + G + B =
83 + 131 + 141 = 355 (100%)
R 83 of 355 ~ 23.38%
G 131 of 355 ~ 36.9%
B 141 of 355 ~ 39.72%

%23.38
%36.9
%39.72

CMYK color model

#53838D color CMYK value is (41,7,0,45).

  • cyan value is 41.13%
  • magenta value is 7.09%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(41,7,0,45)
C41M7Y0K45 
(41%,7%,0%,45%)
(0.41/0.07/0.00/0.45)	

CMYK percentages

%41.13
%7.09
%0
%44.71

Codes

Color #53838D in popluar color models

53838D
RGB83131141
HSL190°25.89%43.92%
HSB/HSV190°41.13%55.29%
CMYK41.13%7.09%0.00%
44.71%

Color #53838D in popluar number systems.

HEX53838D
Decimal83131141
Binary10100111000001110001101
Octal123203215

Shades and tints

Shades of #53838D

#53838D
(83,131,141)
#4C7881
(76,120,129)
#456D75
(69,109,117)
#3E6269
(62,98,105)
#37575D
(55,87,93)
#304C51
(48,76,81)
#294145
(41,65,69)
#223639
(34,54,57)
#1B2B2D
(27,43,45)
#142021
(20,32,33)
#0D1515
(13,21,21)
#000000
(0,0,0)

Tints of #53838D

#53838D
(83,131,141)
#628E97
(98,142,151)
#7199A1
(113,153,161)
#80A4AB
(128,164,171)
#8FAFB5
(143,175,181)
#9EBABF
(158,186,191)
#ADC5C9
(173,197,201)
#BCD0D3
(188,208,211)
#CBDBDD
(203,219,221)
#DAE6E7
(218,230,231)
#E9F1F1
(233,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53838D color. Also use rgb(83,131,141) instead hex code.

Text Font Color

.myTextColor { color: #53838D; }

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

This text font color is #53838D.


Background Color

.myBgColor { background-color: #53838D; }

<div style="background-color:#53838D">Inner text</div>

This div background color is #53838D.


Border color

.myBorderColor { border: 1px solid #53838D; }

<div style="border:3px solid #53838D">Div</div>

This div border color is #53838D.


Opacity

.myOpacity80 { color: #53838D; opacity: 0.8; }

<p style="color:#53838D;opacity:0.8;">80%</p>

Text with #53838D 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 #53838D;}

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

This text has shadow with #53838D color.

.textShadow {text-shadow: 3px 3px 1px #53838D, 3px 3px 1px red;}

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

This text has shadow with #53838D primary color and red secondary color.


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

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

This text has shadow with #53838D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53838D on black background.


Color preview on white background

This text has color #53838D on white background.



Black color preview on #53838D background

This text has black color on #53838D background.


White color preview on #53838D background

This text has white color on #53838D background.