COLOR #486054

HEX: #486054
RGB: (72,96,84)

Color info

#486054 contains red, green and blue colors in about the same proportion. Web safe color of #486054 is #336666 (or #366).

RGB color model

#486054 color RGB value is (72,96,84).

  • red value is 72;
  • green value is 96;
  • blue value is 84.
RGB:
(72,96,84)
(28%,38%,33%)

RGB channels and saturation

R 72 of 255 = 28%
G 96 of 255 = 38%
B 84 of 255 = 33%

72
96
84

R + G + B ~ 33%. #486054 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 96 + 84 = 252 (100%)
R 72 of 252 ~ 28.57%
G 96 of 252 ~ 38.1%
B 84 of 252 ~ 33.33%

%28.57
%38.1
%33.33

CMYK color model

#486054 color CMYK value is (25,0,13,62).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 62.35%
CMYK:
(25,0,13,62)
C25M0Y13K62 
(25%,0%,13%,62%)
(0.25/0.00/0.13/0.62)	

CMYK percentages

%25
%0
%12.5
%62.35

Codes

Color #486054 in popluar color models

486054
RGB729684
HSL150°14.29%32.94%
HSB/HSV150°25.00%37.65%
CMYK25.00%0.00%12.50%
62.35%

Color #486054 in popluar number systems.

HEX486054
Decimal729684
Binary100100011000001010100
Octal110140124

Shades and tints

Shades of #486054

#486054
(72,96,84)
#42584D
(66,88,77)
#3C5046
(60,80,70)
#36483F
(54,72,63)
#304038
(48,64,56)
#2A3831
(42,56,49)
#24302A
(36,48,42)
#1E2823
(30,40,35)
#18201C
(24,32,28)
#121815
(18,24,21)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #486054

#486054
(72,96,84)
#586E63
(88,110,99)
#687C72
(104,124,114)
#788A81
(120,138,129)
#889890
(136,152,144)
#98A69F
(152,166,159)
#A8B4AE
(168,180,174)
#B8C2BD
(184,194,189)
#C8D0CC
(200,208,204)
#D8DEDB
(216,222,219)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486054 color. Also use rgb(72,96,84) instead hex code.

Text Font Color

.myTextColor { color: #486054; }

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

This text font color is #486054.


Background Color

.myBgColor { background-color: #486054; }

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

This div background color is #486054.


Border color

.myBorderColor { border: 1px solid #486054; }

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

This div border color is #486054.


Opacity

.myOpacity80 { color: #486054; opacity: 0.8; }

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

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

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

This text has shadow with #486054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486054 on black background.


Color preview on white background

This text has color #486054 on white background.



Black color preview on #486054 background

This text has black color on #486054 background.


White color preview on #486054 background

This text has white color on #486054 background.