COLOR #538283

HEX: #538283
RGB: (83,130,131)

Color info

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

RGB color model

#538283 color RGB value is (83,130,131).

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

RGB channels and saturation

R 83 of 255 = 33%
G 130 of 255 = 51%
B 131 of 255 = 51%

83
130
131

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

Portions of RGB colors in percentages

R + G + B =
83 + 130 + 131 = 344 (100%)
R 83 of 344 ~ 24.13%
G 130 of 344 ~ 37.79%
B 131 of 344 ~ 38.08%

%24.13
%37.79
%38.08

CMYK color model

#538283 color CMYK value is (37,1,0,49).

  • cyan value is 36.64%
  • magenta value is 0.76%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(37,1,0,49)
C37M1Y0K49 
(37%,1%,0%,49%)
(0.37/0.01/0.00/0.49)	

CMYK percentages

%36.64
%0.76
%0
%48.63

Codes

Color #538283 in popluar color models

538283
RGB83130131
HSL181°22.43%41.96%
HSB/HSV181°36.64%51.37%
CMYK36.64%0.76%0.00%
48.63%

Color #538283 in popluar number systems.

HEX538283
Decimal83130131
Binary10100111000001010000011
Octal123202203

Shades and tints

Shades of #538283

#538283
(83,130,131)
#4C7778
(76,119,120)
#456C6D
(69,108,109)
#3E6162
(62,97,98)
#375657
(55,86,87)
#304B4C
(48,75,76)
#294041
(41,64,65)
#223536
(34,53,54)
#1B2A2B
(27,42,43)
#141F20
(20,31,32)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #538283

#538283
(83,130,131)
#628D8E
(98,141,142)
#719899
(113,152,153)
#80A3A4
(128,163,164)
#8FAEAF
(143,174,175)
#9EB9BA
(158,185,186)
#ADC4C5
(173,196,197)
#BCCFD0
(188,207,208)
#CBDADB
(203,218,219)
#DAE5E6
(218,229,230)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538283; }

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

This text font color is #538283.


Background Color

.myBgColor { background-color: #538283; }

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

This div background color is #538283.


Border color

.myBorderColor { border: 1px solid #538283; }

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

This div border color is #538283.


Opacity

.myOpacity80 { color: #538283; opacity: 0.8; }

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

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

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

This text has shadow with #538283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538283 on black background.


Color preview on white background

This text has color #538283 on white background.



Black color preview on #538283 background

This text has black color on #538283 background.


White color preview on #538283 background

This text has white color on #538283 background.