COLOR #547D7F

HEX: #547D7F
RGB: (84,125,127)

Color info

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

RGB color model

#547D7F color RGB value is (84,125,127).

  • red value is 84;
  • green value is 125;
  • blue value is 127.
RGB:
(84,125,127)
(33%,49%,50%)

RGB channels and saturation

R 84 of 255 = 33%
G 125 of 255 = 49%
B 127 of 255 = 50%

84
125
127

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

Portions of RGB colors in percentages

R + G + B =
84 + 125 + 127 = 336 (100%)
R 84 of 336 ~ 25%
G 125 of 336 ~ 37.2%
B 127 of 336 ~ 37.8%

%25
%37.2
%37.8

CMYK color model

#547D7F color CMYK value is (34,2,0,50).

  • cyan value is 33.86%
  • magenta value is 1.57%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(34,2,0,50)
C34M2Y0K50 
(34%,2%,0%,50%)
(0.34/0.02/0.00/0.50)	

CMYK percentages

%33.86
%1.57
%0
%50.2

Codes

Color #547D7F in popluar color models

547D7F
RGB84125127
HSL183°20.38%41.37%
HSB/HSV183°33.86%49.80%
CMYK33.86%1.57%0.00%
50.20%

Color #547D7F in popluar number systems.

HEX547D7F
Decimal84125127
Binary101010011111011111111
Octal124175177

Shades and tints

Shades of #547D7F

#547D7F
(84,125,127)
#4D7274
(77,114,116)
#466769
(70,103,105)
#3F5C5E
(63,92,94)
#385153
(56,81,83)
#314648
(49,70,72)
#2A3B3D
(42,59,61)
#233032
(35,48,50)
#1C2527
(28,37,39)
#151A1C
(21,26,28)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #547D7F

#547D7F
(84,125,127)
#63888A
(99,136,138)
#729395
(114,147,149)
#819EA0
(129,158,160)
#90A9AB
(144,169,171)
#9FB4B6
(159,180,182)
#AEBFC1
(174,191,193)
#BDCACC
(189,202,204)
#CCD5D7
(204,213,215)
#DBE0E2
(219,224,226)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #547D7F color. Also use rgb(84,125,127) instead hex code.

Text Font Color

.myTextColor { color: #547D7F; }

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

This text font color is #547D7F.


Background Color

.myBgColor { background-color: #547D7F; }

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

This div background color is #547D7F.


Border color

.myBorderColor { border: 1px solid #547D7F; }

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

This div border color is #547D7F.


Opacity

.myOpacity80 { color: #547D7F; opacity: 0.8; }

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

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

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

This text has shadow with #547D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #547D7F on black background.


Color preview on white background

This text has color #547D7F on white background.



Black color preview on #547D7F background

This text has black color on #547D7F background.


White color preview on #547D7F background

This text has white color on #547D7F background.