COLOR #546634

HEX: #546634
RGB: (84,102,52)

Color info

#546634 contains red, green and blue colors in about the same proportion. Web safe color of #546634 is #666633 (or #663).

RGB color model

#546634 color RGB value is (84,102,52).

  • red value is 84;
  • green value is 102;
  • blue value is 52.
RGB:
(84,102,52)
(33%,40%,20%)

RGB channels and saturation

R 84 of 255 = 33%
G 102 of 255 = 40%
B 52 of 255 = 20%

84
102
52

R + G + B ~ 31%. #546634 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 102 + 52 = 238 (100%)
R 84 of 238 ~ 35.29%
G 102 of 238 ~ 42.86%
B 52 of 238 ~ 21.85%

%35.29
%42.86
%21.85

CMYK color model

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

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 49.02%
  • key color value is 60.00%
CMYK:
(18,0,49,60)
C18M0Y49K60 
(18%,0%,49%,60%)
(0.18/0.00/0.49/0.60)	

CMYK percentages

%17.65
%0
%49.02
%60

Codes

Color #546634 in popluar color models

546634
RGB8410252
HSL82°32.47%30.20%
HSB/HSV82°49.02%40.00%
CMYK17.65%0.00%49.02%
60.00%

Color #546634 in popluar number systems.

HEX546634
Decimal8410252
Binary10101001100110110100
Octal12414664

Shades and tints

Shades of #546634

#546634
(84,102,52)
#4D5D30
(77,93,48)
#46542C
(70,84,44)
#3F4B28
(63,75,40)
#384224
(56,66,36)
#313920
(49,57,32)
#2A301C
(42,48,28)
#232718
(35,39,24)
#1C1E14
(28,30,20)
#151510
(21,21,16)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #546634

#546634
(84,102,52)
#637346
(99,115,70)
#728058
(114,128,88)
#818D6A
(129,141,106)
#909A7C
(144,154,124)
#9FA78E
(159,167,142)
#AEB4A0
(174,180,160)
#BDC1B2
(189,193,178)
#CCCEC4
(204,206,196)
#DBDBD6
(219,219,214)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #546634 color. Also use rgb(84,102,52) instead hex code.

Text Font Color

.myTextColor { color: #546634; }

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

This text font color is #546634.


Background Color

.myBgColor { background-color: #546634; }

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

This div background color is #546634.


Border color

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

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

This div border color is #546634.


Opacity

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

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

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

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

This text has shadow with #546634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #546634 on black background.


Color preview on white background

This text has color #546634 on white background.



Black color preview on #546634 background

This text has black color on #546634 background.


White color preview on #546634 background

This text has white color on #546634 background.