COLOR #547A5F

HEX: #547A5F
RGB: (84,122,95)

Color info

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

RGB color model

#547A5F color RGB value is (84,122,95).

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

RGB channels and saturation

R 84 of 255 = 33%
G 122 of 255 = 48%
B 95 of 255 = 37%

84
122
95

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

Portions of RGB colors in percentages

R + G + B =
84 + 122 + 95 = 301 (100%)
R 84 of 301 ~ 27.91%
G 122 of 301 ~ 40.53%
B 95 of 301 ~ 31.56%

%27.91
%40.53
%31.56

CMYK color model

#547A5F color CMYK value is (31,0,22,52).

  • cyan value is 31.15%
  • magenta value is 0.00%
  • yellow value is 22.13%
  • key color value is 52.16%
CMYK:
(31,0,22,52)
C31M0Y22K52 
(31%,0%,22%,52%)
(0.31/0.00/0.22/0.52)	

CMYK percentages

%31.15
%0
%22.13
%52.16

Codes

Color #547A5F in popluar color models

547A5F
RGB8412295
HSL137°18.45%40.39%
HSB/HSV137°31.15%47.84%
CMYK31.15%0.00%22.13%
52.16%

Color #547A5F in popluar number systems.

HEX547A5F
Decimal8412295
Binary101010011110101011111
Octal124172137

Shades and tints

Shades of #547A5F

#547A5F
(84,122,95)
#4D6F57
(77,111,87)
#46644F
(70,100,79)
#3F5947
(63,89,71)
#384E3F
(56,78,63)
#314337
(49,67,55)
#2A382F
(42,56,47)
#232D27
(35,45,39)
#1C221F
(28,34,31)
#151717
(21,23,23)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #547A5F

#547A5F
(84,122,95)
#63866D
(99,134,109)
#72927B
(114,146,123)
#819E89
(129,158,137)
#90AA97
(144,170,151)
#9FB6A5
(159,182,165)
#AEC2B3
(174,194,179)
#BDCEC1
(189,206,193)
#CCDACF
(204,218,207)
#DBE6DD
(219,230,221)
#EAF2EB
(234,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #547A5F; }

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

This text font color is #547A5F.


Background Color

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

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

This div background color is #547A5F.


Border color

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

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

This div border color is #547A5F.


Opacity

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

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

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

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

This text has shadow with #547A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #547A5F on black background.


Color preview on white background

This text has color #547A5F on white background.



Black color preview on #547A5F background

This text has black color on #547A5F background.


White color preview on #547A5F background

This text has white color on #547A5F background.