COLOR #54736A

HEX: #54736A
RGB: (84,115,106)

Color info

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

RGB color model

#54736A color RGB value is (84,115,106).

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

RGB channels and saturation

R 84 of 255 = 33%
G 115 of 255 = 45%
B 106 of 255 = 42%

84
115
106

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

Portions of RGB colors in percentages

R + G + B =
84 + 115 + 106 = 305 (100%)
R 84 of 305 ~ 27.54%
G 115 of 305 ~ 37.7%
B 106 of 305 ~ 34.75%

%27.54
%37.7
%34.75

CMYK color model

#54736A color CMYK value is (27,0,8,55).

  • cyan value is 26.96%
  • magenta value is 0.00%
  • yellow value is 7.83%
  • key color value is 54.90%
CMYK:
(27,0,8,55)
C27M0Y8K55 
(27%,0%,8%,55%)
(0.27/0.00/0.08/0.55)	

CMYK percentages

%26.96
%0
%7.83
%54.9

Codes

Color #54736A in popluar color models

54736A
RGB84115106
HSL163°15.58%39.02%
HSB/HSV163°26.96%45.10%
CMYK26.96%0.00%7.83%
54.90%

Color #54736A in popluar number systems.

HEX54736A
Decimal84115106
Binary101010011100111101010
Octal124163152

Shades and tints

Shades of #54736A

#54736A
(84,115,106)
#4D6961
(77,105,97)
#465F58
(70,95,88)
#3F554F
(63,85,79)
#384B46
(56,75,70)
#31413D
(49,65,61)
#2A3734
(42,55,52)
#232D2B
(35,45,43)
#1C2322
(28,35,34)
#151919
(21,25,25)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #54736A

#54736A
(84,115,106)
#637F77
(99,127,119)
#728B84
(114,139,132)
#819791
(129,151,145)
#90A39E
(144,163,158)
#9FAFAB
(159,175,171)
#AEBBB8
(174,187,184)
#BDC7C5
(189,199,197)
#CCD3D2
(204,211,210)
#DBDFDF
(219,223,223)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54736A; }

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

This text font color is #54736A.


Background Color

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

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

This div background color is #54736A.


Border color

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

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

This div border color is #54736A.


Opacity

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

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

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

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

This text has shadow with #54736A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54736A on black background.


Color preview on white background

This text has color #54736A on white background.



Black color preview on #54736A background

This text has black color on #54736A background.


White color preview on #54736A background

This text has white color on #54736A background.