COLOR #546355

HEX: #546355
RGB: (84,99,85)

Color info

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

RGB color model

#546355 color RGB value is (84,99,85).

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

RGB channels and saturation

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

84
99
85

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

Portions of RGB colors in percentages

R + G + B =
84 + 99 + 85 = 268 (100%)
R 84 of 268 ~ 31.34%
G 99 of 268 ~ 36.94%
B 85 of 268 ~ 31.72%

%31.34
%36.94
%31.72

CMYK color model

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

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

CMYK percentages

%15.15
%0
%14.14
%61.18

Codes

Color #546355 in popluar color models

546355
RGB849985
HSL124°8.20%35.88%
HSB/HSV124°15.15%38.82%
CMYK15.15%0.00%14.14%
61.18%

Color #546355 in popluar number systems.

HEX546355
Decimal849985
Binary101010011000111010101
Octal124143125

Shades and tints

Shades of #546355

#546355
(84,99,85)
#4D5A4E
(77,90,78)
#465147
(70,81,71)
#3F4840
(63,72,64)
#383F39
(56,63,57)
#313632
(49,54,50)
#2A2D2B
(42,45,43)
#232424
(35,36,36)
#1C1B1D
(28,27,29)
#151216
(21,18,22)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #546355

#546355
(84,99,85)
#637164
(99,113,100)
#727F73
(114,127,115)
#818D82
(129,141,130)
#909B91
(144,155,145)
#9FA9A0
(159,169,160)
#AEB7AF
(174,183,175)
#BDC5BE
(189,197,190)
#CCD3CD
(204,211,205)
#DBE1DC
(219,225,220)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546355; }

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

This text font color is #546355.


Background Color

.myBgColor { background-color: #546355; }

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

This div background color is #546355.


Border color

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

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

This div border color is #546355.


Opacity

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

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

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

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

This text has shadow with #546355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546355 on black background.


Color preview on white background

This text has color #546355 on white background.



Black color preview on #546355 background

This text has black color on #546355 background.


White color preview on #546355 background

This text has white color on #546355 background.