COLOR #547363

HEX: #547363
RGB: (84,115,99)

Color info

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

RGB color model

#547363 color RGB value is (84,115,99).

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

RGB channels and saturation

R 84 of 255 = 33%
G 115 of 255 = 45%
B 99 of 255 = 39%

84
115
99

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

Portions of RGB colors in percentages

R + G + B =
84 + 115 + 99 = 298 (100%)
R 84 of 298 ~ 28.19%
G 115 of 298 ~ 38.59%
B 99 of 298 ~ 33.22%

%28.19
%38.59
%33.22

CMYK color model

#547363 color CMYK value is (27,0,14,55).

  • cyan value is 26.96%
  • magenta value is 0.00%
  • yellow value is 13.91%
  • key color value is 54.90%
CMYK:
(27,0,14,55)
C27M0Y14K55 
(27%,0%,14%,55%)
(0.27/0.00/0.14/0.55)	

CMYK percentages

%26.96
%0
%13.91
%54.9

Codes

Color #547363 in popluar color models

547363
RGB8411599
HSL149°15.58%39.02%
HSB/HSV149°26.96%45.10%
CMYK26.96%0.00%13.91%
54.90%

Color #547363 in popluar number systems.

HEX547363
Decimal8411599
Binary101010011100111100011
Octal124163143

Shades and tints

Shades of #547363

#547363
(84,115,99)
#4D695A
(77,105,90)
#465F51
(70,95,81)
#3F5548
(63,85,72)
#384B3F
(56,75,63)
#314136
(49,65,54)
#2A372D
(42,55,45)
#232D24
(35,45,36)
#1C231B
(28,35,27)
#151912
(21,25,18)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #547363

#547363
(84,115,99)
#637F71
(99,127,113)
#728B7F
(114,139,127)
#81978D
(129,151,141)
#90A39B
(144,163,155)
#9FAFA9
(159,175,169)
#AEBBB7
(174,187,183)
#BDC7C5
(189,199,197)
#CCD3D3
(204,211,211)
#DBDFE1
(219,223,225)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #547363 color. Also use rgb(84,115,99) instead hex code.

Text Font Color

.myTextColor { color: #547363; }

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

This text font color is #547363.


Background Color

.myBgColor { background-color: #547363; }

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

This div background color is #547363.


Border color

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

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

This div border color is #547363.


Opacity

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

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

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

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

This text has shadow with #547363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #547363 on black background.


Color preview on white background

This text has color #547363 on white background.



Black color preview on #547363 background

This text has black color on #547363 background.


White color preview on #547363 background

This text has white color on #547363 background.