COLOR #538475

HEX: #538475
RGB: (83,132,117)

Color info

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

RGB color model

#538475 color RGB value is (83,132,117).

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

RGB channels and saturation

R 83 of 255 = 33%
G 132 of 255 = 52%
B 117 of 255 = 46%

83
132
117

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

Portions of RGB colors in percentages

R + G + B =
83 + 132 + 117 = 332 (100%)
R 83 of 332 ~ 25%
G 132 of 332 ~ 39.76%
B 117 of 332 ~ 35.24%

%25
%39.76
%35.24

CMYK color model

#538475 color CMYK value is (37,0,11,48).

  • cyan value is 37.12%
  • magenta value is 0.00%
  • yellow value is 11.36%
  • key color value is 48.24%
CMYK:
(37,0,11,48)
C37M0Y11K48 
(37%,0%,11%,48%)
(0.37/0.00/0.11/0.48)	

CMYK percentages

%37.12
%0
%11.36
%48.24

Codes

Color #538475 in popluar color models

538475
RGB83132117
HSL162°22.79%42.16%
HSB/HSV162°37.12%51.76%
CMYK37.12%0.00%11.36%
48.24%

Color #538475 in popluar number systems.

HEX538475
Decimal83132117
Binary1010011100001001110101
Octal123204165

Shades and tints

Shades of #538475

#538475
(83,132,117)
#4C786B
(76,120,107)
#456C61
(69,108,97)
#3E6057
(62,96,87)
#37544D
(55,84,77)
#304843
(48,72,67)
#293C39
(41,60,57)
#22302F
(34,48,47)
#1B2425
(27,36,37)
#14181B
(20,24,27)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #538475

#538475
(83,132,117)
#628F81
(98,143,129)
#719A8D
(113,154,141)
#80A599
(128,165,153)
#8FB0A5
(143,176,165)
#9EBBB1
(158,187,177)
#ADC6BD
(173,198,189)
#BCD1C9
(188,209,201)
#CBDCD5
(203,220,213)
#DAE7E1
(218,231,225)
#E9F2ED
(233,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538475; }

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

This text font color is #538475.


Background Color

.myBgColor { background-color: #538475; }

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

This div background color is #538475.


Border color

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

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

This div border color is #538475.


Opacity

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

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

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

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

This text has shadow with #538475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538475 on black background.


Color preview on white background

This text has color #538475 on white background.



Black color preview on #538475 background

This text has black color on #538475 background.


White color preview on #538475 background

This text has white color on #538475 background.