COLOR #538077

HEX: #538077
RGB: (83,128,119)

Color info

#538077 contains red, green and blue colors in about the same proportion. Web safe color of #538077 is #666666 (or #666).

RGB color model

#538077 color RGB value is (83,128,119).

  • red value is 83;
  • green value is 128;
  • blue value is 119.
RGB:
(83,128,119)
(33%,50%,47%)

RGB channels and saturation

R 83 of 255 = 33%
G 128 of 255 = 50%
B 119 of 255 = 47%

83
128
119

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

Portions of RGB colors in percentages

R + G + B =
83 + 128 + 119 = 330 (100%)
R 83 of 330 ~ 25.15%
G 128 of 330 ~ 38.79%
B 119 of 330 ~ 36.06%

%25.15
%38.79
%36.06

CMYK color model

#538077 color CMYK value is (35,0,7,50).

  • cyan value is 35.16%
  • magenta value is 0.00%
  • yellow value is 7.03%
  • key color value is 49.80%
CMYK:
(35,0,7,50)
C35M0Y7K50 
(35%,0%,7%,50%)
(0.35/0.00/0.07/0.50)	

CMYK percentages

%35.16
%0
%7.03
%49.8

Codes

Color #538077 in popluar color models

538077
RGB83128119
HSL168°21.33%41.37%
HSB/HSV168°35.16%50.20%
CMYK35.16%0.00%7.03%
49.80%

Color #538077 in popluar number systems.

HEX538077
Decimal83128119
Binary1010011100000001110111
Octal123200167

Shades and tints

Shades of #538077

#538077
(83,128,119)
#4C756D
(76,117,109)
#456A63
(69,106,99)
#3E5F59
(62,95,89)
#37544F
(55,84,79)
#304945
(48,73,69)
#293E3B
(41,62,59)
#223331
(34,51,49)
#1B2827
(27,40,39)
#141D1D
(20,29,29)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #538077

#538077
(83,128,119)
#628B83
(98,139,131)
#71968F
(113,150,143)
#80A19B
(128,161,155)
#8FACA7
(143,172,167)
#9EB7B3
(158,183,179)
#ADC2BF
(173,194,191)
#BCCDCB
(188,205,203)
#CBD8D7
(203,216,215)
#DAE3E3
(218,227,227)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #538077 color. Also use rgb(83,128,119) instead hex code.

Text Font Color

.myTextColor { color: #538077; }

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

This text font color is #538077.


Background Color

.myBgColor { background-color: #538077; }

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

This div background color is #538077.


Border color

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

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

This div border color is #538077.


Opacity

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

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

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

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

This text has shadow with #538077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538077 on black background.


Color preview on white background

This text has color #538077 on white background.



Black color preview on #538077 background

This text has black color on #538077 background.


White color preview on #538077 background

This text has white color on #538077 background.