COLOR #547C6D

HEX: #547C6D
RGB: (84,124,109)

Color info

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

RGB color model

#547C6D color RGB value is (84,124,109).

  • red value is 84;
  • green value is 124;
  • blue value is 109.
RGB:
(84,124,109)
(33%,49%,43%)

RGB channels and saturation

R 84 of 255 = 33%
G 124 of 255 = 49%
B 109 of 255 = 43%

84
124
109

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

Portions of RGB colors in percentages

R + G + B =
84 + 124 + 109 = 317 (100%)
R 84 of 317 ~ 26.5%
G 124 of 317 ~ 39.12%
B 109 of 317 ~ 34.38%

%26.5
%39.12
%34.38

CMYK color model

#547C6D color CMYK value is (32,0,12,51).

  • cyan value is 32.26%
  • magenta value is 0.00%
  • yellow value is 12.10%
  • key color value is 51.37%
CMYK:
(32,0,12,51)
C32M0Y12K51 
(32%,0%,12%,51%)
(0.32/0.00/0.12/0.51)	

CMYK percentages

%32.26
%0
%12.1
%51.37

Codes

Color #547C6D in popluar color models

547C6D
RGB84124109
HSL158°19.23%40.78%
HSB/HSV158°32.26%48.63%
CMYK32.26%0.00%12.10%
51.37%

Color #547C6D in popluar number systems.

HEX547C6D
Decimal84124109
Binary101010011111001101101
Octal124174155

Shades and tints

Shades of #547C6D

#547C6D
(84,124,109)
#4D7164
(77,113,100)
#46665B
(70,102,91)
#3F5B52
(63,91,82)
#385049
(56,80,73)
#314540
(49,69,64)
#2A3A37
(42,58,55)
#232F2E
(35,47,46)
#1C2425
(28,36,37)
#15191C
(21,25,28)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #547C6D

#547C6D
(84,124,109)
#63877A
(99,135,122)
#729287
(114,146,135)
#819D94
(129,157,148)
#90A8A1
(144,168,161)
#9FB3AE
(159,179,174)
#AEBEBB
(174,190,187)
#BDC9C8
(189,201,200)
#CCD4D5
(204,212,213)
#DBDFE2
(219,223,226)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #547C6D color. Also use rgb(84,124,109) instead hex code.

Text Font Color

.myTextColor { color: #547C6D; }

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

This text font color is #547C6D.


Background Color

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

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

This div background color is #547C6D.


Border color

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

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

This div border color is #547C6D.


Opacity

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

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

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

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

This text has shadow with #547C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #547C6D on black background.


Color preview on white background

This text has color #547C6D on white background.



Black color preview on #547C6D background

This text has black color on #547C6D background.


White color preview on #547C6D background

This text has white color on #547C6D background.