COLOR #546453

HEX: #546453
RGB: (84,100,83)

Color info

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

RGB color model

#546453 color RGB value is (84,100,83).

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

RGB channels and saturation

R 84 of 255 = 33%
G 100 of 255 = 39%
B 83 of 255 = 33%

84
100
83

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

Portions of RGB colors in percentages

R + G + B =
84 + 100 + 83 = 267 (100%)
R 84 of 267 ~ 31.46%
G 100 of 267 ~ 37.45%
B 83 of 267 ~ 31.09%

%31.46
%37.45
%31.09

CMYK color model

#546453 color CMYK value is (16,0,17,61).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 17.00%
  • key color value is 60.78%
CMYK:
(16,0,17,61)
C16M0Y17K61 
(16%,0%,17%,61%)
(0.16/0.00/0.17/0.61)	

CMYK percentages

%16
%0
%17
%60.78

Codes

Color #546453 in popluar color models

546453
RGB8410083
HSL116°9.29%35.88%
HSB/HSV116°17.00%39.22%
CMYK16.00%0.00%17.00%
60.78%

Color #546453 in popluar number systems.

HEX546453
Decimal8410083
Binary101010011001001010011
Octal124144123

Shades and tints

Shades of #546453

#546453
(84,100,83)
#4D5B4C
(77,91,76)
#465245
(70,82,69)
#3F493E
(63,73,62)
#384037
(56,64,55)
#313730
(49,55,48)
#2A2E29
(42,46,41)
#232522
(35,37,34)
#1C1C1B
(28,28,27)
#151314
(21,19,20)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #546453

#546453
(84,100,83)
#637262
(99,114,98)
#728071
(114,128,113)
#818E80
(129,142,128)
#909C8F
(144,156,143)
#9FAA9E
(159,170,158)
#AEB8AD
(174,184,173)
#BDC6BC
(189,198,188)
#CCD4CB
(204,212,203)
#DBE2DA
(219,226,218)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546453; }

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

This text font color is #546453.


Background Color

.myBgColor { background-color: #546453; }

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

This div background color is #546453.


Border color

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

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

This div border color is #546453.


Opacity

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

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

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

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

This text has shadow with #546453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546453 on black background.


Color preview on white background

This text has color #546453 on white background.



Black color preview on #546453 background

This text has black color on #546453 background.


White color preview on #546453 background

This text has white color on #546453 background.