COLOR #546729

HEX: #546729
RGB: (84,103,41)

Color info

#546729 contains mainly red and green colors. Web safe color of #546729 is #666633 (or #663).

RGB color model

#546729 color RGB value is (84,103,41).

  • red value is 84;
  • green value is 103;
  • blue value is 41.
RGB:
(84,103,41)
(33%,40%,16%)

RGB channels and saturation

R 84 of 255 = 33%
G 103 of 255 = 40%
B 41 of 255 = 16%

84
103
41

R + G + B ~ 30%. #546729 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 103 + 41 = 228 (100%)
R 84 of 228 ~ 36.84%
G 103 of 228 ~ 45.18%
B 41 of 228 ~ 17.98%

%36.84
%45.18
%17.98

CMYK color model

#546729 color CMYK value is (18,0,60,60).

  • cyan value is 18.45%
  • magenta value is 0.00%
  • yellow value is 60.19%
  • key color value is 59.61%
CMYK:
(18,0,60,60)
C18M0Y60K60 
(18%,0%,60%,60%)
(0.18/0.00/0.60/0.60)	

CMYK percentages

%18.45
%0
%60.19
%59.61

Codes

Color #546729 in popluar color models

546729
RGB8410341
HSL78°43.06%28.24%
HSB/HSV78°60.19%40.39%
CMYK18.45%0.00%60.19%
59.61%

Color #546729 in popluar number systems.

HEX546729
Decimal8410341
Binary10101001100111101001
Octal12414751

Shades and tints

Shades of #546729

#546729
(84,103,41)
#4D5E26
(77,94,38)
#465523
(70,85,35)
#3F4C20
(63,76,32)
#38431D
(56,67,29)
#313A1A
(49,58,26)
#2A3117
(42,49,23)
#232814
(35,40,20)
#1C1F11
(28,31,17)
#15160E
(21,22,14)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #546729

#546729
(84,103,41)
#63743C
(99,116,60)
#72814F
(114,129,79)
#818E62
(129,142,98)
#909B75
(144,155,117)
#9FA888
(159,168,136)
#AEB59B
(174,181,155)
#BDC2AE
(189,194,174)
#CCCFC1
(204,207,193)
#DBDCD4
(219,220,212)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #546729; }

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

This text font color is #546729.


Background Color

.myBgColor { background-color: #546729; }

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

This div background color is #546729.


Border color

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

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

This div border color is #546729.


Opacity

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

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

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

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

This text has shadow with #546729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546729 on black background.


Color preview on white background

This text has color #546729 on white background.



Black color preview on #546729 background

This text has black color on #546729 background.


White color preview on #546729 background

This text has white color on #546729 background.