COLOR #538576

HEX: #538576
RGB: (83,133,118)

Color info

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

RGB color model

#538576 color RGB value is (83,133,118).

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

RGB channels and saturation

R 83 of 255 = 33%
G 133 of 255 = 52%
B 118 of 255 = 46%

83
133
118

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

Portions of RGB colors in percentages

R + G + B =
83 + 133 + 118 = 334 (100%)
R 83 of 334 ~ 24.85%
G 133 of 334 ~ 39.82%
B 118 of 334 ~ 35.33%

%24.85
%39.82
%35.33

CMYK color model

#538576 color CMYK value is (38,0,11,48).

  • cyan value is 37.59%
  • magenta value is 0.00%
  • yellow value is 11.28%
  • key color value is 47.84%
CMYK:
(38,0,11,48)
C38M0Y11K48 
(38%,0%,11%,48%)
(0.38/0.00/0.11/0.48)	

CMYK percentages

%37.59
%0
%11.28
%47.84

Codes

Color #538576 in popluar color models

538576
RGB83133118
HSL162°23.15%42.35%
HSB/HSV162°37.59%52.16%
CMYK37.59%0.00%11.28%
47.84%

Color #538576 in popluar number systems.

HEX538576
Decimal83133118
Binary1010011100001011110110
Octal123205166

Shades and tints

Shades of #538576

#538576
(83,133,118)
#4C796C
(76,121,108)
#456D62
(69,109,98)
#3E6158
(62,97,88)
#37554E
(55,85,78)
#304944
(48,73,68)
#293D3A
(41,61,58)
#223130
(34,49,48)
#1B2526
(27,37,38)
#14191C
(20,25,28)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #538576

#538576
(83,133,118)
#629082
(98,144,130)
#719B8E
(113,155,142)
#80A69A
(128,166,154)
#8FB1A6
(143,177,166)
#9EBCB2
(158,188,178)
#ADC7BE
(173,199,190)
#BCD2CA
(188,210,202)
#CBDDD6
(203,221,214)
#DAE8E2
(218,232,226)
#E9F3EE
(233,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #538576 color. Also use rgb(83,133,118) instead hex code.

Text Font Color

.myTextColor { color: #538576; }

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

This text font color is #538576.


Background Color

.myBgColor { background-color: #538576; }

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

This div background color is #538576.


Border color

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

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

This div border color is #538576.


Opacity

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

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

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

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

This text has shadow with #538576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538576 on black background.


Color preview on white background

This text has color #538576 on white background.



Black color preview on #538576 background

This text has black color on #538576 background.


White color preview on #538576 background

This text has white color on #538576 background.