COLOR #537769

HEX: #537769
RGB: (83,119,105)

Color info

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

RGB color model

#537769 color RGB value is (83,119,105).

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

RGB channels and saturation

R 83 of 255 = 33%
G 119 of 255 = 47%
B 105 of 255 = 41%

83
119
105

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

Portions of RGB colors in percentages

R + G + B =
83 + 119 + 105 = 307 (100%)
R 83 of 307 ~ 27.04%
G 119 of 307 ~ 38.76%
B 105 of 307 ~ 34.2%

%27.04
%38.76
%34.2

CMYK color model

#537769 color CMYK value is (30,0,12,53).

  • cyan value is 30.25%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 53.33%
CMYK:
(30,0,12,53)
C30M0Y12K53 
(30%,0%,12%,53%)
(0.30/0.00/0.12/0.53)	

CMYK percentages

%30.25
%0
%11.76
%53.33

Codes

Color #537769 in popluar color models

537769
RGB83119105
HSL157°17.82%39.61%
HSB/HSV157°30.25%46.67%
CMYK30.25%0.00%11.76%
53.33%

Color #537769 in popluar number systems.

HEX537769
Decimal83119105
Binary101001111101111101001
Octal123167151

Shades and tints

Shades of #537769

#537769
(83,119,105)
#4C6D60
(76,109,96)
#456357
(69,99,87)
#3E594E
(62,89,78)
#374F45
(55,79,69)
#30453C
(48,69,60)
#293B33
(41,59,51)
#22312A
(34,49,42)
#1B2721
(27,39,33)
#141D18
(20,29,24)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #537769

#537769
(83,119,105)
#628376
(98,131,118)
#718F83
(113,143,131)
#809B90
(128,155,144)
#8FA79D
(143,167,157)
#9EB3AA
(158,179,170)
#ADBFB7
(173,191,183)
#BCCBC4
(188,203,196)
#CBD7D1
(203,215,209)
#DAE3DE
(218,227,222)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537769; }

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

This text font color is #537769.


Background Color

.myBgColor { background-color: #537769; }

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

This div background color is #537769.


Border color

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

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

This div border color is #537769.


Opacity

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

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

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

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

This text has shadow with #537769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537769 on black background.


Color preview on white background

This text has color #537769 on white background.



Black color preview on #537769 background

This text has black color on #537769 background.


White color preview on #537769 background

This text has white color on #537769 background.