COLOR #538779

HEX: #538779
RGB: (83,135,121)

Color info

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

RGB color model

#538779 color RGB value is (83,135,121).

  • red value is 83;
  • green value is 135;
  • blue value is 121.
RGB:
(83,135,121)
(33%,53%,47%)

RGB channels and saturation

R 83 of 255 = 33%
G 135 of 255 = 53%
B 121 of 255 = 47%

83
135
121

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

Portions of RGB colors in percentages

R + G + B =
83 + 135 + 121 = 339 (100%)
R 83 of 339 ~ 24.48%
G 135 of 339 ~ 39.82%
B 121 of 339 ~ 35.69%

%24.48
%39.82
%35.69

CMYK color model

#538779 color CMYK value is (39,0,10,47).

  • cyan value is 38.52%
  • magenta value is 0.00%
  • yellow value is 10.37%
  • key color value is 47.06%
CMYK:
(39,0,10,47)
C39M0Y10K47 
(39%,0%,10%,47%)
(0.39/0.00/0.10/0.47)	

CMYK percentages

%38.52
%0
%10.37
%47.06

Codes

Color #538779 in popluar color models

538779
RGB83135121
HSL164°23.85%42.75%
HSB/HSV164°38.52%52.94%
CMYK38.52%0.00%10.37%
47.06%

Color #538779 in popluar number systems.

HEX538779
Decimal83135121
Binary1010011100001111111001
Octal123207171

Shades and tints

Shades of #538779

#538779
(83,135,121)
#4C7B6E
(76,123,110)
#456F63
(69,111,99)
#3E6358
(62,99,88)
#37574D
(55,87,77)
#304B42
(48,75,66)
#293F37
(41,63,55)
#22332C
(34,51,44)
#1B2721
(27,39,33)
#141B16
(20,27,22)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #538779

#538779
(83,135,121)
#629185
(98,145,133)
#719B91
(113,155,145)
#80A59D
(128,165,157)
#8FAFA9
(143,175,169)
#9EB9B5
(158,185,181)
#ADC3C1
(173,195,193)
#BCCDCD
(188,205,205)
#CBD7D9
(203,215,217)
#DAE1E5
(218,225,229)
#E9EBF1
(233,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #538779 color. Also use rgb(83,135,121) instead hex code.

Text Font Color

.myTextColor { color: #538779; }

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

This text font color is #538779.


Background Color

.myBgColor { background-color: #538779; }

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

This div background color is #538779.


Border color

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

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

This div border color is #538779.


Opacity

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

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

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

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

This text has shadow with #538779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538779 on black background.


Color preview on white background

This text has color #538779 on white background.



Black color preview on #538779 background

This text has black color on #538779 background.


White color preview on #538779 background

This text has white color on #538779 background.