COLOR #546E53

HEX: #546E53
RGB: (84,110,83)

Color info

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

RGB color model

#546E53 color RGB value is (84,110,83).

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

RGB channels and saturation

R 84 of 255 = 33%
G 110 of 255 = 43%
B 83 of 255 = 33%

84
110
83

R + G + B ~ 36%. #546E53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 110 + 83 = 277 (100%)
R 84 of 277 ~ 30.32%
G 110 of 277 ~ 39.71%
B 83 of 277 ~ 29.96%

%30.32
%39.71
%29.96

CMYK color model

#546E53 color CMYK value is (24,0,25,57).

  • cyan value is 23.64%
  • magenta value is 0.00%
  • yellow value is 24.55%
  • key color value is 56.86%
CMYK:
(24,0,25,57)
C24M0Y25K57 
(24%,0%,25%,57%)
(0.24/0.00/0.25/0.57)	

CMYK percentages

%23.64
%0
%24.55
%56.86

Codes

Color #546E53 in popluar color models

546E53
RGB8411083
HSL118°13.99%37.84%
HSB/HSV118°24.55%43.14%
CMYK23.64%0.00%24.55%
56.86%

Color #546E53 in popluar number systems.

HEX546E53
Decimal8411083
Binary101010011011101010011
Octal124156123

Shades and tints

Shades of #546E53

#546E53
(84,110,83)
#4D644C
(77,100,76)
#465A45
(70,90,69)
#3F503E
(63,80,62)
#384637
(56,70,55)
#313C30
(49,60,48)
#2A3229
(42,50,41)
#232822
(35,40,34)
#1C1E1B
(28,30,27)
#151414
(21,20,20)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #546E53

#546E53
(84,110,83)
#637B62
(99,123,98)
#728871
(114,136,113)
#819580
(129,149,128)
#90A28F
(144,162,143)
#9FAF9E
(159,175,158)
#AEBCAD
(174,188,173)
#BDC9BC
(189,201,188)
#CCD6CB
(204,214,203)
#DBE3DA
(219,227,218)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546E53; }

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

This text font color is #546E53.


Background Color

.myBgColor { background-color: #546E53; }

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

This div background color is #546E53.


Border color

.myBorderColor { border: 1px solid #546E53; }

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

This div border color is #546E53.


Opacity

.myOpacity80 { color: #546E53; opacity: 0.8; }

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

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

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

This text has shadow with #546E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546E53 on black background.


Color preview on white background

This text has color #546E53 on white background.



Black color preview on #546E53 background

This text has black color on #546E53 background.


White color preview on #546E53 background

This text has white color on #546E53 background.