COLOR #546301

HEX: #546301 RGB: (84,99,1)

Color info

#546301 contains mainly red and green colors. Web safe color of #546301 is #666600 (or #660).

RGB color model

#546301 color RGB value is (84,99,1).

RGB: (84,99,1) (33%, 39%, 0%)

RGB channels and saturation

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

84
99
1

R + G + B ~ 24%. #546301 is dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 99 + 1 = 184 (100%)
R 84 of 184 ~ 45.65%
G 99 of 184 ~ 53.8%
B 1 of 184 ~ 0.54'%

%45.65
%53.8

CMYK color model

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

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 98.99%
  • key color value is 61.18%

CMYK: (15,0,99,61)
C15M0Y99K61 (15%, 0%, 99%, 61%)
(0.15 / 0.00 / 0.99 / 0.61)

CMYK percentages

%15.15
%0
%98.99
%61.18

Codes

Color #546301 in popluar color models

54 63 01
RGB 84 99 1
HSL 69° 98.00% 19.61%
HSB/HSV 69° 98.99% 38.82%
CMYK 15.15% 0.00% 98.99%
61.18%

Color #546301 in popluar number systems.

HEX 54 63 01
Decimal 84 99 1
Binary 1010100 1100011 1
Octal 124 143 1

Shades and tints

Shades of #546301

#546301
(84,99,1)
#4D5A01
(77,90,1)
#465101
(70,81,1)
#3F4801
(63,72,1)
#383F01
(56,63,1)
#313601
(49,54,1)
#2A2D01
(42,45,1)
#232401
(35,36,1)
#1C1B01
(28,27,1)
#151201
(21,18,1)
#0E0901
(14,9,1)
#000000
(0,0,0)

Tints of #546301

#546301
(84,99,1)
#637118
(99,113,24)
#727F2F
(114,127,47)
#818D46
(129,141,70)
#909B5D
(144,155,93)
#9FA974
(159,169,116)
#AEB78B
(174,183,139)
#BDC5A2
(189,197,162)
#CCD3B9
(204,211,185)
#DBE1D0
(219,225,208)
#EAEFE7
(234,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546301; }

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

This text font color is #546301.

Background Color

.myBgColor { background-color: #546301; }

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

This div background color is #546301.

Border color

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

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

This div border color is #546301.

Opacity

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

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

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

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

This text has shadow with #546301 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #546301.

Preview

Color preview on black background

This text has color #546301 on black background.


Color preview on white background

This text has color #546301 on white background.


Black color preview on #546301 background

This text has black color on #546301 background.


White color preview on #546301 background

This text has white color on #546301 background.


Related colors

Complementary color

Complementary color for #hex is #AB9CFE.


I love getcolorcode.com

Triadic colors

1 #015463 and #630154 with #546301 are triadic colors.

2 #016354 and #635401 with #546301 are triadic colors.