COLOR #54817A

HEX: #54817A
RGB: (84,129,122)

Color info

#54817A contains red, green and blue colors in about the same proportion. Web safe color of #54817A is #669966 (or #696).

RGB color model

#54817A color RGB value is (84,129,122).

  • red value is 84;
  • green value is 129;
  • blue value is 122.
RGB:
(84,129,122)
(33%,51%,48%)

RGB channels and saturation

R 84 of 255 = 33%
G 129 of 255 = 51%
B 122 of 255 = 48%

84
129
122

R + G + B ~ 44%. #54817A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 129 + 122 = 335 (100%)
R 84 of 335 ~ 25.07%
G 129 of 335 ~ 38.51%
B 122 of 335 ~ 36.42%

%25.07
%38.51
%36.42

CMYK color model

#54817A color CMYK value is (35,0,5,49).

  • cyan value is 34.88%
  • magenta value is 0.00%
  • yellow value is 5.43%
  • key color value is 49.41%
CMYK:
(35,0,5,49)
C35M0Y5K49 
(35%,0%,5%,49%)
(0.35/0.00/0.05/0.49)	

CMYK percentages

%34.88
%0
%5.43
%49.41

Codes

Color #54817A in popluar color models

54817A
RGB84129122
HSL171°21.13%41.76%
HSB/HSV171°34.88%50.59%
CMYK34.88%0.00%5.43%
49.41%

Color #54817A in popluar number systems.

HEX54817A
Decimal84129122
Binary1010100100000011111010
Octal124201172

Shades and tints

Shades of #54817A

#54817A
(84,129,122)
#4D766F
(77,118,111)
#466B64
(70,107,100)
#3F6059
(63,96,89)
#38554E
(56,85,78)
#314A43
(49,74,67)
#2A3F38
(42,63,56)
#23342D
(35,52,45)
#1C2922
(28,41,34)
#151E17
(21,30,23)
#0E130C
(14,19,12)
#000000
(0,0,0)

Tints of #54817A

#54817A
(84,129,122)
#638C86
(99,140,134)
#729792
(114,151,146)
#81A29E
(129,162,158)
#90ADAA
(144,173,170)
#9FB8B6
(159,184,182)
#AEC3C2
(174,195,194)
#BDCECE
(189,206,206)
#CCD9DA
(204,217,218)
#DBE4E6
(219,228,230)
#EAEFF2
(234,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54817A color. Also use rgb(84,129,122) instead hex code.

Text Font Color

.myTextColor { color: #54817A; }

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

This text font color is #54817A.


Background Color

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

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

This div background color is #54817A.


Border color

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

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

This div border color is #54817A.


Opacity

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

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

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

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

This text has shadow with #54817A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54817A on black background.


Color preview on white background

This text has color #54817A on white background.



Black color preview on #54817A background

This text has black color on #54817A background.


White color preview on #54817A background

This text has white color on #54817A background.