COLOR #537669

HEX: #537669
RGB: (83,118,105)

Color info

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

RGB color model

#537669 color RGB value is (83,118,105).

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

RGB channels and saturation

R 83 of 255 = 33%
G 118 of 255 = 46%
B 105 of 255 = 41%

83
118
105

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

Portions of RGB colors in percentages

R + G + B =
83 + 118 + 105 = 306 (100%)
R 83 of 306 ~ 27.12%
G 118 of 306 ~ 38.56%
B 105 of 306 ~ 34.31%

%27.12
%38.56
%34.31

CMYK color model

#537669 color CMYK value is (30,0,11,54).

  • cyan value is 29.66%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 53.73%
CMYK:
(30,0,11,54)
C30M0Y11K54 
(30%,0%,11%,54%)
(0.30/0.00/0.11/0.54)	

CMYK percentages

%29.66
%0
%11.02
%53.73

Codes

Color #537669 in popluar color models

537669
RGB83118105
HSL158°17.41%39.41%
HSB/HSV158°29.66%46.27%
CMYK29.66%0.00%11.02%
53.73%

Color #537669 in popluar number systems.

HEX537669
Decimal83118105
Binary101001111101101101001
Octal123166151

Shades and tints

Shades of #537669

#537669
(83,118,105)
#4C6C60
(76,108,96)
#456257
(69,98,87)
#3E584E
(62,88,78)
#374E45
(55,78,69)
#30443C
(48,68,60)
#293A33
(41,58,51)
#22302A
(34,48,42)
#1B2621
(27,38,33)
#141C18
(20,28,24)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #537669

#537669
(83,118,105)
#628276
(98,130,118)
#718E83
(113,142,131)
#809A90
(128,154,144)
#8FA69D
(143,166,157)
#9EB2AA
(158,178,170)
#ADBEB7
(173,190,183)
#BCCAC4
(188,202,196)
#CBD6D1
(203,214,209)
#DAE2DE
(218,226,222)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537669; }

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

This text font color is #537669.


Background Color

.myBgColor { background-color: #537669; }

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

This div background color is #537669.


Border color

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

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

This div border color is #537669.


Opacity

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

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

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

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

This text has shadow with #537669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537669 on black background.


Color preview on white background

This text has color #537669 on white background.



Black color preview on #537669 background

This text has black color on #537669 background.


White color preview on #537669 background

This text has white color on #537669 background.