COLOR #538E8F

HEX: #538E8F RGB: (83,142,143)

Color info

#538E8F contains mainly green and blue colors. Web safe color of #538E8F is #669999 (or #699).

RGB color model

#538E8F color RGB value is (83,142,143).

RGB: (83,142,143) (33%, 56%, 56%)

RGB channels and saturation

R 83 of 255 = 33%
G 142 of 255 = 56%
B 143 of 255 = 56%

83
142
143

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

Portions of RGB colors in percentages

R + G + B = 83 + 142 + 143 = 368 (100%)
R 83 of 368 ~ 22.55%
G 142 of 368 ~ 38.59%
B 143 of 368 ~ 38.86'%

%22.55
%38.59
%38.86

CMYK color model

#538E8F color CMYK value is (42,1,0,44).

  • cyan value is 41.96%
  • magenta value is 0.70%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (42,1,0,44)
C42M1Y0K44 (42%, 1%, 0%, 44%)
(0.42 / 0.01 / 0.00 / 0.44)

CMYK percentages

%41.96
%0.7
%0
%43.92

Codes

Color #538E8F in popluar color models

53 8E 8F
RGB 83 142 143
HSL 181° 26.55% 44.31%
HSB/HSV 181° 41.96% 56.08%
CMYK 41.96% 0.70% 0.00%
43.92%

Color #538E8F in popluar number systems.

HEX 53 8E 8F
Decimal 83 142 143
Binary 1010011 10001110 10001111
Octal 123 216 217

Shades and tints

Shades of #538E8F

#538E8F
(83,142,143)
#4C8282
(76,130,130)
#457675
(69,118,117)
#3E6A68
(62,106,104)
#375E5B
(55,94,91)
#30524E
(48,82,78)
#294641
(41,70,65)
#223A34
(34,58,52)
#1B2E27
(27,46,39)
#14221A
(20,34,26)
#0D160D
(13,22,13)
#000000
(0,0,0)

Tints of #538E8F

#538E8F
(83,142,143)
#629899
(98,152,153)
#71A2A3
(113,162,163)
#80ACAD
(128,172,173)
#8FB6B7
(143,182,183)
#9EC0C1
(158,192,193)
#ADCACB
(173,202,203)
#BCD4D5
(188,212,213)
#CBDEDF
(203,222,223)
#DAE8E9
(218,232,233)
#E9F2F3
(233,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #538E8F color. Also use rgb(83,142,143) instead hex code.

Text Font Color

.myTextColor { color: #538E8F; }

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

This text font color is #538E8F.

Background Color

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

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

This div background color is #538E8F.

Border color

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

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

This div border color is #538E8F.

Opacity

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

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

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

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

This text has shadow with #538E8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #538E8F.

Preview

Color preview on black background

This text has color #538E8F on black background.


Color preview on white background

This text has color #538E8F on white background.


Black color preview on #538E8F background

This text has black color on #538E8F background.


White color preview on #538E8F background

This text has white color on #538E8F background.


Related colors

Complementary color

Complementary color for #hex is #AC7170.


I love getcolorcode.com

Triadic colors

1 #8F538E and #8E8F53 with #538E8F are triadic colors.

2 #8F8E53 and #8E538F with #538E8F are triadic colors.