COLOR #547A55

HEX: #547A55
RGB: (84,122,85)

Color info

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

RGB color model

#547A55 color RGB value is (84,122,85).

  • red value is 84;
  • green value is 122;
  • blue value is 85.
RGB:
(84,122,85)
(33%,48%,33%)

RGB channels and saturation

R 84 of 255 = 33%
G 122 of 255 = 48%
B 85 of 255 = 33%

84
122
85

R + G + B ~ 38%. #547A55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 122 + 85 = 291 (100%)
R 84 of 291 ~ 28.87%
G 122 of 291 ~ 41.92%
B 85 of 291 ~ 29.21%

%28.87
%41.92
%29.21

CMYK color model

#547A55 color CMYK value is (31,0,30,52).

  • cyan value is 31.15%
  • magenta value is 0.00%
  • yellow value is 30.33%
  • key color value is 52.16%
CMYK:
(31,0,30,52)
C31M0Y30K52 
(31%,0%,30%,52%)
(0.31/0.00/0.30/0.52)	

CMYK percentages

%31.15
%0
%30.33
%52.16

Codes

Color #547A55 in popluar color models

547A55
RGB8412285
HSL122°18.45%40.39%
HSB/HSV122°31.15%47.84%
CMYK31.15%0.00%30.33%
52.16%

Color #547A55 in popluar number systems.

HEX547A55
Decimal8412285
Binary101010011110101010101
Octal124172125

Shades and tints

Shades of #547A55

#547A55
(84,122,85)
#4D6F4E
(77,111,78)
#466447
(70,100,71)
#3F5940
(63,89,64)
#384E39
(56,78,57)
#314332
(49,67,50)
#2A382B
(42,56,43)
#232D24
(35,45,36)
#1C221D
(28,34,29)
#151716
(21,23,22)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #547A55

#547A55
(84,122,85)
#638664
(99,134,100)
#729273
(114,146,115)
#819E82
(129,158,130)
#90AA91
(144,170,145)
#9FB6A0
(159,182,160)
#AEC2AF
(174,194,175)
#BDCEBE
(189,206,190)
#CCDACD
(204,218,205)
#DBE6DC
(219,230,220)
#EAF2EB
(234,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #547A55 color. Also use rgb(84,122,85) instead hex code.

Text Font Color

.myTextColor { color: #547A55; }

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

This text font color is #547A55.


Background Color

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

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

This div background color is #547A55.


Border color

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

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

This div border color is #547A55.


Opacity

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

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

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

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

This text has shadow with #547A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #547A55 on black background.


Color preview on white background

This text has color #547A55 on white background.



Black color preview on #547A55 background

This text has black color on #547A55 background.


White color preview on #547A55 background

This text has white color on #547A55 background.