COLOR #486C5A

HEX: #486C5A
RGB: (72,108,90)

Color info

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

RGB color model

#486C5A color RGB value is (72,108,90).

  • red value is 72;
  • green value is 108;
  • blue value is 90.
RGB:
(72,108,90)
(28%,42%,35%)

RGB channels and saturation

R 72 of 255 = 28%
G 108 of 255 = 42%
B 90 of 255 = 35%

72
108
90

R + G + B ~ 35%. #486C5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 108 + 90 = 270 (100%)
R 72 of 270 ~ 26.67%
G 108 of 270 ~ 40%
B 90 of 270 ~ 33.33%

%26.67
%40
%33.33

CMYK color model

#486C5A color CMYK value is (33,0,17,58).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 57.65%
CMYK:
(33,0,17,58)
C33M0Y17K58 
(33%,0%,17%,58%)
(0.33/0.00/0.17/0.58)	

CMYK percentages

%33.33
%0
%16.67
%57.65

Codes

Color #486C5A in popluar color models

486C5A
RGB7210890
HSL150°20.00%35.29%
HSB/HSV150°33.33%42.35%
CMYK33.33%0.00%16.67%
57.65%

Color #486C5A in popluar number systems.

HEX486C5A
Decimal7210890
Binary100100011011001011010
Octal110154132

Shades and tints

Shades of #486C5A

#486C5A
(72,108,90)
#426352
(66,99,82)
#3C5A4A
(60,90,74)
#365142
(54,81,66)
#30483A
(48,72,58)
#2A3F32
(42,63,50)
#24362A
(36,54,42)
#1E2D22
(30,45,34)
#18241A
(24,36,26)
#121B12
(18,27,18)
#0C120A
(12,18,10)
#000000
(0,0,0)

Tints of #486C5A

#486C5A
(72,108,90)
#587969
(88,121,105)
#688678
(104,134,120)
#789387
(120,147,135)
#88A096
(136,160,150)
#98ADA5
(152,173,165)
#A8BAB4
(168,186,180)
#B8C7C3
(184,199,195)
#C8D4D2
(200,212,210)
#D8E1E1
(216,225,225)
#E8EEF0
(232,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486C5A color. Also use rgb(72,108,90) instead hex code.

Text Font Color

.myTextColor { color: #486C5A; }

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

This text font color is #486C5A.


Background Color

.myBgColor { background-color: #486C5A; }

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

This div background color is #486C5A.


Border color

.myBorderColor { border: 1px solid #486C5A; }

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

This div border color is #486C5A.


Opacity

.myOpacity80 { color: #486C5A; opacity: 0.8; }

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

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

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

This text has shadow with #486C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486C5A on black background.


Color preview on white background

This text has color #486C5A on white background.



Black color preview on #486C5A background

This text has black color on #486C5A background.


White color preview on #486C5A background

This text has white color on #486C5A background.