COLOR #54736D

HEX: #54736D
RGB: (84,115,109)

Color info

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

RGB color model

#54736D color RGB value is (84,115,109).

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

RGB channels and saturation

R 84 of 255 = 33%
G 115 of 255 = 45%
B 109 of 255 = 43%

84
115
109

R + G + B ~ 40%. #54736D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 115 + 109 = 308 (100%)
R 84 of 308 ~ 27.27%
G 115 of 308 ~ 37.34%
B 109 of 308 ~ 35.39%

%27.27
%37.34
%35.39

CMYK color model

#54736D color CMYK value is (27,0,5,55).

  • cyan value is 26.96%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 54.90%
CMYK:
(27,0,5,55)
C27M0Y5K55 
(27%,0%,5%,55%)
(0.27/0.00/0.05/0.55)	

CMYK percentages

%26.96
%0
%5.22
%54.9

Codes

Color #54736D in popluar color models

54736D
RGB84115109
HSL168°15.58%39.02%
HSB/HSV168°26.96%45.10%
CMYK26.96%0.00%5.22%
54.90%

Color #54736D in popluar number systems.

HEX54736D
Decimal84115109
Binary101010011100111101101
Octal124163155

Shades and tints

Shades of #54736D

#54736D
(84,115,109)
#4D6964
(77,105,100)
#465F5B
(70,95,91)
#3F5552
(63,85,82)
#384B49
(56,75,73)
#314140
(49,65,64)
#2A3737
(42,55,55)
#232D2E
(35,45,46)
#1C2325
(28,35,37)
#15191C
(21,25,28)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #54736D

#54736D
(84,115,109)
#637F7A
(99,127,122)
#728B87
(114,139,135)
#819794
(129,151,148)
#90A3A1
(144,163,161)
#9FAFAE
(159,175,174)
#AEBBBB
(174,187,187)
#BDC7C8
(189,199,200)
#CCD3D5
(204,211,213)
#DBDFE2
(219,223,226)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54736D; }

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

This text font color is #54736D.


Background Color

.myBgColor { background-color: #54736D; }

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

This div background color is #54736D.


Border color

.myBorderColor { border: 1px solid #54736D; }

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

This div border color is #54736D.


Opacity

.myOpacity80 { color: #54736D; opacity: 0.8; }

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

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

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

This text has shadow with #54736D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54736D on black background.


Color preview on white background

This text has color #54736D on white background.



Black color preview on #54736D background

This text has black color on #54736D background.


White color preview on #54736D background

This text has white color on #54736D background.