COLOR #54826B

HEX: #54826B
RGB: (84,130,107)

Color info

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

RGB color model

#54826B color RGB value is (84,130,107).

  • red value is 84;
  • green value is 130;
  • blue value is 107.
RGB:
(84,130,107)
(33%,51%,42%)

RGB channels and saturation

R 84 of 255 = 33%
G 130 of 255 = 51%
B 107 of 255 = 42%

84
130
107

R + G + B ~ 42%. #54826B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 130 + 107 = 321 (100%)
R 84 of 321 ~ 26.17%
G 130 of 321 ~ 40.5%
B 107 of 321 ~ 33.33%

%26.17
%40.5
%33.33

CMYK color model

#54826B color CMYK value is (35,0,18,49).

  • cyan value is 35.38%
  • magenta value is 0.00%
  • yellow value is 17.69%
  • key color value is 49.02%
CMYK:
(35,0,18,49)
C35M0Y18K49 
(35%,0%,18%,49%)
(0.35/0.00/0.18/0.49)	

CMYK percentages

%35.38
%0
%17.69
%49.02

Codes

Color #54826B in popluar color models

54826B
RGB84130107
HSL150°21.50%41.96%
HSB/HSV150°35.38%50.98%
CMYK35.38%0.00%17.69%
49.02%

Color #54826B in popluar number systems.

HEX54826B
Decimal84130107
Binary1010100100000101101011
Octal124202153

Shades and tints

Shades of #54826B

#54826B
(84,130,107)
#4D7762
(77,119,98)
#466C59
(70,108,89)
#3F6150
(63,97,80)
#385647
(56,86,71)
#314B3E
(49,75,62)
#2A4035
(42,64,53)
#23352C
(35,53,44)
#1C2A23
(28,42,35)
#151F1A
(21,31,26)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #54826B

#54826B
(84,130,107)
#638D78
(99,141,120)
#729885
(114,152,133)
#81A392
(129,163,146)
#90AE9F
(144,174,159)
#9FB9AC
(159,185,172)
#AEC4B9
(174,196,185)
#BDCFC6
(189,207,198)
#CCDAD3
(204,218,211)
#DBE5E0
(219,229,224)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54826B color. Also use rgb(84,130,107) instead hex code.

Text Font Color

.myTextColor { color: #54826B; }

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

This text font color is #54826B.


Background Color

.myBgColor { background-color: #54826B; }

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

This div background color is #54826B.


Border color

.myBorderColor { border: 1px solid #54826B; }

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

This div border color is #54826B.


Opacity

.myOpacity80 { color: #54826B; opacity: 0.8; }

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

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

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

This text has shadow with #54826B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54826B on black background.


Color preview on white background

This text has color #54826B on white background.



Black color preview on #54826B background

This text has black color on #54826B background.


White color preview on #54826B background

This text has white color on #54826B background.