COLOR #547464

HEX: #547464
RGB: (84,116,100)

Color info

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

RGB color model

#547464 color RGB value is (84,116,100).

  • red value is 84;
  • green value is 116;
  • blue value is 100.
RGB:
(84,116,100)
(33%,45%,39%)

RGB channels and saturation

R 84 of 255 = 33%
G 116 of 255 = 45%
B 100 of 255 = 39%

84
116
100

R + G + B ~ 39%. #547464 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 116 + 100 = 300 (100%)
R 84 of 300 ~ 28%
G 116 of 300 ~ 38.67%
B 100 of 300 ~ 33.33%

%28
%38.67
%33.33

CMYK color model

#547464 color CMYK value is (28,0,14,55).

  • cyan value is 27.59%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 54.51%
CMYK:
(28,0,14,55)
C28M0Y14K55 
(28%,0%,14%,55%)
(0.28/0.00/0.14/0.55)	

CMYK percentages

%27.59
%0
%13.79
%54.51

Codes

Color #547464 in popluar color models

547464
RGB84116100
HSL150°16.00%39.22%
HSB/HSV150°27.59%45.49%
CMYK27.59%0.00%13.79%
54.51%

Color #547464 in popluar number systems.

HEX547464
Decimal84116100
Binary101010011101001100100
Octal124164144

Shades and tints

Shades of #547464

#547464
(84,116,100)
#4D6A5B
(77,106,91)
#466052
(70,96,82)
#3F5649
(63,86,73)
#384C40
(56,76,64)
#314237
(49,66,55)
#2A382E
(42,56,46)
#232E25
(35,46,37)
#1C241C
(28,36,28)
#151A13
(21,26,19)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #547464

#547464
(84,116,100)
#638072
(99,128,114)
#728C80
(114,140,128)
#81988E
(129,152,142)
#90A49C
(144,164,156)
#9FB0AA
(159,176,170)
#AEBCB8
(174,188,184)
#BDC8C6
(189,200,198)
#CCD4D4
(204,212,212)
#DBE0E2
(219,224,226)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #547464 color. Also use rgb(84,116,100) instead hex code.

Text Font Color

.myTextColor { color: #547464; }

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

This text font color is #547464.


Background Color

.myBgColor { background-color: #547464; }

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

This div background color is #547464.


Border color

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

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

This div border color is #547464.


Opacity

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

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

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

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

This text has shadow with #547464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #547464 on black background.


Color preview on white background

This text has color #547464 on white background.



Black color preview on #547464 background

This text has black color on #547464 background.


White color preview on #547464 background

This text has white color on #547464 background.