COLOR #547D6D

HEX: #547D6D RGB: (84,125,109)

Color info

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

RGB color model

#547D6D color RGB value is (84,125,109).

RGB: (84,125,109) (33%, 49%, 43%)

RGB channels and saturation

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

84
125
109

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

Portions of RGB colors in percentages

R + G + B = 84 + 125 + 109 = 318 (100%)
R 84 of 318 ~ 26.42%
G 125 of 318 ~ 39.31%
B 109 of 318 ~ 34.28'%

%26.42
%39.31
%34.28

CMYK color model

#547D6D color CMYK value is (33,0,13,51).

  • cyan value is 32.80%
  • magenta value is 0.00%
  • yellow value is 12.80%
  • key color value is 50.98%

CMYK: (33,0,13,51)
C33M0Y13K51 (33%, 0%, 13%, 51%)
(0.33 / 0.00 / 0.13 / 0.51)

CMYK percentages

%32.8
%0
%12.8
%50.98

Codes

Color #547D6D in popluar color models

54 7D 6D
RGB 84 125 109
HSL 157° 19.62% 40.98%
HSB/HSV 157° 32.80% 49.02%
CMYK 32.80% 0.00% 12.80%
50.98%

Color #547D6D in popluar number systems.

HEX 54 7D 6D
Decimal 84 125 109
Binary 1010100 1111101 1101101
Octal 124 175 155

Shades and tints

Shades of #547D6D

#547D6D
(84,125,109)
#4D7264
(77,114,100)
#46675B
(70,103,91)
#3F5C52
(63,92,82)
#385149
(56,81,73)
#314640
(49,70,64)
#2A3B37
(42,59,55)
#23302E
(35,48,46)
#1C2525
(28,37,37)
#151A1C
(21,26,28)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #547D6D

#547D6D
(84,125,109)
#63887A
(99,136,122)
#729387
(114,147,135)
#819E94
(129,158,148)
#90A9A1
(144,169,161)
#9FB4AE
(159,180,174)
#AEBFBB
(174,191,187)
#BDCAC8
(189,202,200)
#CCD5D5
(204,213,213)
#DBE0E2
(219,224,226)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #547D6D; }

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

This text font color is #547D6D.

Background Color

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

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

This div background color is #547D6D.

Border color

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

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

This div border color is #547D6D.

Opacity

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

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

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

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

This text has shadow with #547D6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #547D6D.

Preview

Color preview on black background

This text has color #547D6D on black background.


Color preview on white background

This text has color #547D6D on white background.


Black color preview on #547D6D background

This text has black color on #547D6D background.


White color preview on #547D6D background

This text has white color on #547D6D background.


Related colors

Complementary color

Complementary color for #hex is #AB8292.


I love getcolorcode.com

Triadic colors

1 #6D547D and #7D6D54 with #547D6D are triadic colors.

2 #6D7D54 and #7D546D with #547D6D are triadic colors.