COLOR #538A7A

HEX: #538A7A
RGB: (83,138,122)

Color info

#538A7A contains red, green and blue colors in about the same proportion. Web safe color of #538A7A is #669966 (or #696).

RGB color model

#538A7A color RGB value is (83,138,122).

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

RGB channels and saturation

R 83 of 255 = 33%
G 138 of 255 = 54%
B 122 of 255 = 48%

83
138
122

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

Portions of RGB colors in percentages

R + G + B =
83 + 138 + 122 = 343 (100%)
R 83 of 343 ~ 24.2%
G 138 of 343 ~ 40.23%
B 122 of 343 ~ 35.57%

%24.2
%40.23
%35.57

CMYK color model

#538A7A color CMYK value is (40,0,12,46).

  • cyan value is 39.86%
  • magenta value is 0.00%
  • yellow value is 11.59%
  • key color value is 45.88%
CMYK:
(40,0,12,46)
C40M0Y12K46 
(40%,0%,12%,46%)
(0.40/0.00/0.12/0.46)	

CMYK percentages

%39.86
%0
%11.59
%45.88

Codes

Color #538A7A in popluar color models

538A7A
RGB83138122
HSL163°24.89%43.33%
HSB/HSV163°39.86%54.12%
CMYK39.86%0.00%11.59%
45.88%

Color #538A7A in popluar number systems.

HEX538A7A
Decimal83138122
Binary1010011100010101111010
Octal123212172

Shades and tints

Shades of #538A7A

#538A7A
(83,138,122)
#4C7E6F
(76,126,111)
#457264
(69,114,100)
#3E6659
(62,102,89)
#375A4E
(55,90,78)
#304E43
(48,78,67)
#294238
(41,66,56)
#22362D
(34,54,45)
#1B2A22
(27,42,34)
#141E17
(20,30,23)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #538A7A

#538A7A
(83,138,122)
#629486
(98,148,134)
#719E92
(113,158,146)
#80A89E
(128,168,158)
#8FB2AA
(143,178,170)
#9EBCB6
(158,188,182)
#ADC6C2
(173,198,194)
#BCD0CE
(188,208,206)
#CBDADA
(203,218,218)
#DAE4E6
(218,228,230)
#E9EEF2
(233,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538A7A; }

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

This text font color is #538A7A.


Background Color

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

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

This div background color is #538A7A.


Border color

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

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

This div border color is #538A7A.


Opacity

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

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

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

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

This text has shadow with #538A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538A7A on black background.


Color preview on white background

This text has color #538A7A on white background.



Black color preview on #538A7A background

This text has black color on #538A7A background.


White color preview on #538A7A background

This text has white color on #538A7A background.