COLOR #546354

HEX: #546354
RGB: (84,99,84)

Color info

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

RGB color model

#546354 color RGB value is (84,99,84).

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

RGB channels and saturation

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

84
99
84

R + G + B ~ 35%. #546354 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 99 + 84 = 267 (100%)
R 84 of 267 ~ 31.46%
G 99 of 267 ~ 37.08%
B 84 of 267 ~ 31.46%

%31.46
%37.08
%31.46

CMYK color model

#546354 color CMYK value is (15,0,15,61).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 61.18%
CMYK:
(15,0,15,61)
C15M0Y15K61 
(15%,0%,15%,61%)
(0.15/0.00/0.15/0.61)	

CMYK percentages

%15.15
%0
%15.15
%61.18

Codes

Color #546354 in popluar color models

546354
RGB849984
HSL120°8.20%35.88%
HSB/HSV120°15.15%38.82%
CMYK15.15%0.00%15.15%
61.18%

Color #546354 in popluar number systems.

HEX546354
Decimal849984
Binary101010011000111010100
Octal124143124

Shades and tints

Shades of #546354

#546354
(84,99,84)
#4D5A4D
(77,90,77)
#465146
(70,81,70)
#3F483F
(63,72,63)
#383F38
(56,63,56)
#313631
(49,54,49)
#2A2D2A
(42,45,42)
#232423
(35,36,35)
#1C1B1C
(28,27,28)
#151215
(21,18,21)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #546354

#546354
(84,99,84)
#637163
(99,113,99)
#727F72
(114,127,114)
#818D81
(129,141,129)
#909B90
(144,155,144)
#9FA99F
(159,169,159)
#AEB7AE
(174,183,174)
#BDC5BD
(189,197,189)
#CCD3CC
(204,211,204)
#DBE1DB
(219,225,219)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546354; }

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

This text font color is #546354.


Background Color

.myBgColor { background-color: #546354; }

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

This div background color is #546354.


Border color

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

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

This div border color is #546354.


Opacity

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

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

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

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

This text has shadow with #546354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546354 on black background.


Color preview on white background

This text has color #546354 on white background.



Black color preview on #546354 background

This text has black color on #546354 background.


White color preview on #546354 background

This text has white color on #546354 background.