COLOR #54654A

HEX: #54654A
RGB: (84,101,74)

Color info

#54654A contains red, green and blue colors in about the same proportion. Web safe color of #54654A is #666633 (or #663).

RGB color model

#54654A color RGB value is (84,101,74).

  • red value is 84;
  • green value is 101;
  • blue value is 74.
RGB:
(84,101,74)
(33%,40%,29%)

RGB channels and saturation

R 84 of 255 = 33%
G 101 of 255 = 40%
B 74 of 255 = 29%

84
101
74

R + G + B ~ 34%. #54654A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 101 + 74 = 259 (100%)
R 84 of 259 ~ 32.43%
G 101 of 259 ~ 39%
B 74 of 259 ~ 28.57%

%32.43
%39
%28.57

CMYK color model

#54654A color CMYK value is (17,0,27,60).

  • cyan value is 16.83%
  • magenta value is 0.00%
  • yellow value is 26.73%
  • key color value is 60.39%
CMYK:
(17,0,27,60)
C17M0Y27K60 
(17%,0%,27%,60%)
(0.17/0.00/0.27/0.60)	

CMYK percentages

%16.83
%0
%26.73
%60.39

Codes

Color #54654A in popluar color models

54654A
RGB8410174
HSL98°15.43%34.31%
HSB/HSV98°26.73%39.61%
CMYK16.83%0.00%26.73%
60.39%

Color #54654A in popluar number systems.

HEX54654A
Decimal8410174
Binary101010011001011001010
Octal124145112

Shades and tints

Shades of #54654A

#54654A
(84,101,74)
#4D5C44
(77,92,68)
#46533E
(70,83,62)
#3F4A38
(63,74,56)
#384132
(56,65,50)
#31382C
(49,56,44)
#2A2F26
(42,47,38)
#232620
(35,38,32)
#1C1D1A
(28,29,26)
#151414
(21,20,20)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #54654A

#54654A
(84,101,74)
#63735A
(99,115,90)
#72816A
(114,129,106)
#818F7A
(129,143,122)
#909D8A
(144,157,138)
#9FAB9A
(159,171,154)
#AEB9AA
(174,185,170)
#BDC7BA
(189,199,186)
#CCD5CA
(204,213,202)
#DBE3DA
(219,227,218)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54654A color. Also use rgb(84,101,74) instead hex code.

Text Font Color

.myTextColor { color: #54654A; }

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

This text font color is #54654A.


Background Color

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

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

This div background color is #54654A.


Border color

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

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

This div border color is #54654A.


Opacity

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

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

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

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

This text has shadow with #54654A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54654A on black background.


Color preview on white background

This text has color #54654A on white background.



Black color preview on #54654A background

This text has black color on #54654A background.


White color preview on #54654A background

This text has white color on #54654A background.