COLOR #538A83

HEX: #538A83 RGB: (83,138,131)

Color info

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

RGB color model

#538A83 color RGB value is (83,138,131).

RGB: (83,138,131) (33%, 54%, 51%)

RGB channels and saturation

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

83
138
131

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

Portions of RGB colors in percentages

R + G + B = 83 + 138 + 131 = 352 (100%)
R 83 of 352 ~ 23.58%
G 138 of 352 ~ 39.2%
B 131 of 352 ~ 37.22'%

%23.58
%39.2
%37.22

CMYK color model

#538A83 color CMYK value is (40,0,5,46).

  • cyan value is 39.86%
  • magenta value is 0.00%
  • yellow value is 5.07%
  • key color value is 45.88%

CMYK: (40,0,5,46)
C40M0Y5K46 (40%, 0%, 5%, 46%)
(0.40 / 0.00 / 0.05 / 0.46)

CMYK percentages

%39.86
%0
%5.07
%45.88

Codes

Color #538A83 in popluar color models

53 8A 83
RGB 83 138 131
HSL 172° 24.89% 43.33%
HSB/HSV 172° 39.86% 54.12%
CMYK 39.86% 0.00% 5.07%
45.88%

Color #538A83 in popluar number systems.

HEX 53 8A 83
Decimal 83 138 131
Binary 1010011 10001010 10000011
Octal 123 212 203

Shades and tints

Shades of #538A83

#538A83
(83,138,131)
#4C7E78
(76,126,120)
#45726D
(69,114,109)
#3E6662
(62,102,98)
#375A57
(55,90,87)
#304E4C
(48,78,76)
#294241
(41,66,65)
#223636
(34,54,54)
#1B2A2B
(27,42,43)
#141E20
(20,30,32)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #538A83

#538A83
(83,138,131)
#62948E
(98,148,142)
#719E99
(113,158,153)
#80A8A4
(128,168,164)
#8FB2AF
(143,178,175)
#9EBCBA
(158,188,186)
#ADC6C5
(173,198,197)
#BCD0D0
(188,208,208)
#CBDADB
(203,218,219)
#DAE4E6
(218,228,230)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538A83; }

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

This text font color is #538A83.

Background Color

.myBgColor { background-color: #538A83; }

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

This div background color is #538A83.

Border color

.myBorderColor { border: 1px solid #538A83; }

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

This div border color is #538A83.

Opacity

.myOpacity80 { color: #538A83; opacity: 0.8; }

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

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

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

This text has shadow with #538A83 color.


.textShadow {text-shadow: 3px 3px 1px #538A83', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #538A83; -webkit-box-shadow: 1px 1px 3px 2px #538A83; box-shadow:1px 1px 3px 2px #538A83;">
Div content here
</div>

This div box has shadow with color #538A83.

Preview

Color preview on black background

This text has color #538A83 on black background.


Color preview on white background

This text has color #538A83 on white background.


Black color preview on #538A83 background

This text has black color on #538A83 background.


White color preview on #538A83 background

This text has white color on #538A83 background.


Related colors

Complementary color

Complementary color for #hex is #AC757C.


I love getcolorcode.com

Triadic colors

1 #83538A and #8A8353 with #538A83 are triadic colors.

2 #838A53 and #8A5383 with #538A83 are triadic colors.