COLOR #54694C

HEX: #54694C
RGB: (84,105,76)

Color info

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

RGB color model

#54694C color RGB value is (84,105,76).

  • red value is 84;
  • green value is 105;
  • blue value is 76.
RGB:
(84,105,76)
(33%,41%,30%)

RGB channels and saturation

R 84 of 255 = 33%
G 105 of 255 = 41%
B 76 of 255 = 30%

84
105
76

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

Portions of RGB colors in percentages

R + G + B =
84 + 105 + 76 = 265 (100%)
R 84 of 265 ~ 31.7%
G 105 of 265 ~ 39.62%
B 76 of 265 ~ 28.68%

%31.7
%39.62
%28.68

CMYK color model

#54694C color CMYK value is (20,0,28,59).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • key color value is 58.82%
CMYK:
(20,0,28,59)
C20M0Y28K59 
(20%,0%,28%,59%)
(0.20/0.00/0.28/0.59)	

CMYK percentages

%20
%0
%27.62
%58.82

Codes

Color #54694C in popluar color models

54694C
RGB8410576
HSL103°16.02%35.49%
HSB/HSV103°27.62%41.18%
CMYK20.00%0.00%27.62%
58.82%

Color #54694C in popluar number systems.

HEX54694C
Decimal8410576
Binary101010011010011001100
Octal124151114

Shades and tints

Shades of #54694C

#54694C
(84,105,76)
#4D6046
(77,96,70)
#465740
(70,87,64)
#3F4E3A
(63,78,58)
#384534
(56,69,52)
#313C2E
(49,60,46)
#2A3328
(42,51,40)
#232A22
(35,42,34)
#1C211C
(28,33,28)
#151816
(21,24,22)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #54694C

#54694C
(84,105,76)
#63765C
(99,118,92)
#72836C
(114,131,108)
#81907C
(129,144,124)
#909D8C
(144,157,140)
#9FAA9C
(159,170,156)
#AEB7AC
(174,183,172)
#BDC4BC
(189,196,188)
#CCD1CC
(204,209,204)
#DBDEDC
(219,222,220)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54694C color. Also use rgb(84,105,76) instead hex code.

Text Font Color

.myTextColor { color: #54694C; }

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

This text font color is #54694C.


Background Color

.myBgColor { background-color: #54694C; }

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

This div background color is #54694C.


Border color

.myBorderColor { border: 1px solid #54694C; }

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

This div border color is #54694C.


Opacity

.myOpacity80 { color: #54694C; opacity: 0.8; }

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

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

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

This text has shadow with #54694C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54694C on black background.


Color preview on white background

This text has color #54694C on white background.



Black color preview on #54694C background

This text has black color on #54694C background.


White color preview on #54694C background

This text has white color on #54694C background.