COLOR #538477

HEX: #538477
RGB: (83,132,119)

Color info

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

RGB color model

#538477 color RGB value is (83,132,119).

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

RGB channels and saturation

R 83 of 255 = 33%
G 132 of 255 = 52%
B 119 of 255 = 47%

83
132
119

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

Portions of RGB colors in percentages

R + G + B =
83 + 132 + 119 = 334 (100%)
R 83 of 334 ~ 24.85%
G 132 of 334 ~ 39.52%
B 119 of 334 ~ 35.63%

%24.85
%39.52
%35.63

CMYK color model

#538477 color CMYK value is (37,0,10,48).

  • cyan value is 37.12%
  • magenta value is 0.00%
  • yellow value is 9.85%
  • key color value is 48.24%
CMYK:
(37,0,10,48)
C37M0Y10K48 
(37%,0%,10%,48%)
(0.37/0.00/0.10/0.48)	

CMYK percentages

%37.12
%0
%9.85
%48.24

Codes

Color #538477 in popluar color models

538477
RGB83132119
HSL164°22.79%42.16%
HSB/HSV164°37.12%51.76%
CMYK37.12%0.00%9.85%
48.24%

Color #538477 in popluar number systems.

HEX538477
Decimal83132119
Binary1010011100001001110111
Octal123204167

Shades and tints

Shades of #538477

#538477
(83,132,119)
#4C786D
(76,120,109)
#456C63
(69,108,99)
#3E6059
(62,96,89)
#37544F
(55,84,79)
#304845
(48,72,69)
#293C3B
(41,60,59)
#223031
(34,48,49)
#1B2427
(27,36,39)
#14181D
(20,24,29)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #538477

#538477
(83,132,119)
#628F83
(98,143,131)
#719A8F
(113,154,143)
#80A59B
(128,165,155)
#8FB0A7
(143,176,167)
#9EBBB3
(158,187,179)
#ADC6BF
(173,198,191)
#BCD1CB
(188,209,203)
#CBDCD7
(203,220,215)
#DAE7E3
(218,231,227)
#E9F2EF
(233,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538477; }

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

This text font color is #538477.


Background Color

.myBgColor { background-color: #538477; }

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

This div background color is #538477.


Border color

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

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

This div border color is #538477.


Opacity

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

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

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

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

This text has shadow with #538477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538477 on black background.


Color preview on white background

This text has color #538477 on white background.



Black color preview on #538477 background

This text has black color on #538477 background.


White color preview on #538477 background

This text has white color on #538477 background.