COLOR #54838A

HEX: #54838A RGB: (84,131,138)

Color info

#54838A contains red, green and blue colors in about the same proportion. Web safe color of #54838A is #669999 (or #699).

RGB color model

#54838A color RGB value is (84,131,138).

RGB: (84,131,138) (33%, 51%, 54%)

RGB channels and saturation

R 84 of 255 = 33%
G 131 of 255 = 51%
B 138 of 255 = 54%

84
131
138

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

Portions of RGB colors in percentages

R + G + B = 84 + 131 + 138 = 353 (100%)
R 84 of 353 ~ 23.8%
G 131 of 353 ~ 37.11%
B 138 of 353 ~ 39.09'%

%23.8
%37.11
%39.09

CMYK color model

#54838A color CMYK value is (39,5,0,46).

  • cyan value is 39.13%
  • magenta value is 5.07%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (39,5,0,46)
C39M5Y0K46 (39%, 5%, 0%, 46%)
(0.39 / 0.05 / 0.00 / 0.46)

CMYK percentages

%39.13
%5.07
%0
%45.88

Codes

Color #54838A in popluar color models

54 83 8A
RGB 84 131 138
HSL 188° 24.32% 43.53%
HSB/HSV 188° 39.13% 54.12%
CMYK 39.13% 5.07% 0.00%
45.88%

Color #54838A in popluar number systems.

HEX 54 83 8A
Decimal 84 131 138
Binary 1010100 10000011 10001010
Octal 124 203 212

Shades and tints

Shades of #54838A

#54838A
(84,131,138)
#4D787E
(77,120,126)
#466D72
(70,109,114)
#3F6266
(63,98,102)
#38575A
(56,87,90)
#314C4E
(49,76,78)
#2A4142
(42,65,66)
#233636
(35,54,54)
#1C2B2A
(28,43,42)
#15201E
(21,32,30)
#0E1512
(14,21,18)
#000000
(0,0,0)

Tints of #54838A

#54838A
(84,131,138)
#638E94
(99,142,148)
#72999E
(114,153,158)
#81A4A8
(129,164,168)
#90AFB2
(144,175,178)
#9FBABC
(159,186,188)
#AEC5C6
(174,197,198)
#BDD0D0
(189,208,208)
#CCDBDA
(204,219,218)
#DBE6E4
(219,230,228)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54838A color. Also use rgb(84,131,138) instead hex code.

Text Font Color

.myTextColor { color: #54838A; }

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

This text font color is #54838A.

Background Color

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

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

This div background color is #54838A.

Border color

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

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

This div border color is #54838A.

Opacity

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

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

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

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

This text has shadow with #54838A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54838A.

Preview

Color preview on black background

This text has color #54838A on black background.


Color preview on white background

This text has color #54838A on white background.


Black color preview on #54838A background

This text has black color on #54838A background.


White color preview on #54838A background

This text has white color on #54838A background.


Related colors

Complementary color

Complementary color for #hex is #AB7C75.


I love getcolorcode.com

Triadic colors

1 #8A5483 and #838A54 with #54838A are triadic colors.

2 #8A8354 and #83548A with #54838A are triadic colors.