COLOR #54634A

HEX: #54634A
RGB: (84,99,74)

Color info

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

RGB color model

#54634A color RGB value is (84,99,74).

  • red value is 84;
  • green value is 99;
  • blue value is 74.
RGB:
(84,99,74)
(33%,39%,29%)

RGB channels and saturation

R 84 of 255 = 33%
G 99 of 255 = 39%
B 74 of 255 = 29%

84
99
74

R + G + B ~ 34%. #54634A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 99 + 74 = 257 (100%)
R 84 of 257 ~ 32.68%
G 99 of 257 ~ 38.52%
B 74 of 257 ~ 28.79%

%32.68
%38.52
%28.79

CMYK color model

#54634A color CMYK value is (15,0,25,61).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 25.25%
  • key color value is 61.18%
CMYK:
(15,0,25,61)
C15M0Y25K61 
(15%,0%,25%,61%)
(0.15/0.00/0.25/0.61)	

CMYK percentages

%15.15
%0
%25.25
%61.18

Codes

Color #54634A in popluar color models

54634A
RGB849974
HSL96°14.45%33.92%
HSB/HSV96°25.25%38.82%
CMYK15.15%0.00%25.25%
61.18%

Color #54634A in popluar number systems.

HEX54634A
Decimal849974
Binary101010011000111001010
Octal124143112

Shades and tints

Shades of #54634A

#54634A
(84,99,74)
#4D5A44
(77,90,68)
#46513E
(70,81,62)
#3F4838
(63,72,56)
#383F32
(56,63,50)
#31362C
(49,54,44)
#2A2D26
(42,45,38)
#232420
(35,36,32)
#1C1B1A
(28,27,26)
#151214
(21,18,20)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #54634A

#54634A
(84,99,74)
#63715A
(99,113,90)
#727F6A
(114,127,106)
#818D7A
(129,141,122)
#909B8A
(144,155,138)
#9FA99A
(159,169,154)
#AEB7AA
(174,183,170)
#BDC5BA
(189,197,186)
#CCD3CA
(204,211,202)
#DBE1DA
(219,225,218)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54634A; }

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

This text font color is #54634A.


Background Color

.myBgColor { background-color: #54634A; }

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

This div background color is #54634A.


Border color

.myBorderColor { border: 1px solid #54634A; }

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

This div border color is #54634A.


Opacity

.myOpacity80 { color: #54634A; opacity: 0.8; }

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

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

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

This text has shadow with #54634A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54634A on black background.


Color preview on white background

This text has color #54634A on white background.



Black color preview on #54634A background

This text has black color on #54634A background.


White color preview on #54634A background

This text has white color on #54634A background.