COLOR #486561

HEX: #486561
RGB: (72,101,97)

Color info

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

RGB color model

#486561 color RGB value is (72,101,97).

  • red value is 72;
  • green value is 101;
  • blue value is 97.
RGB:
(72,101,97)
(28%,40%,38%)

RGB channels and saturation

R 72 of 255 = 28%
G 101 of 255 = 40%
B 97 of 255 = 38%

72
101
97

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

Portions of RGB colors in percentages

R + G + B =
72 + 101 + 97 = 270 (100%)
R 72 of 270 ~ 26.67%
G 101 of 270 ~ 37.41%
B 97 of 270 ~ 35.93%

%26.67
%37.41
%35.93

CMYK color model

#486561 color CMYK value is (29,0,4,60).

  • cyan value is 28.71%
  • magenta value is 0.00%
  • yellow value is 3.96%
  • key color value is 60.39%
CMYK:
(29,0,4,60)
C29M0Y4K60 
(29%,0%,4%,60%)
(0.29/0.00/0.04/0.60)	

CMYK percentages

%28.71
%0
%3.96
%60.39

Codes

Color #486561 in popluar color models

486561
RGB7210197
HSL172°16.76%33.92%
HSB/HSV172°28.71%39.61%
CMYK28.71%0.00%3.96%
60.39%

Color #486561 in popluar number systems.

HEX486561
Decimal7210197
Binary100100011001011100001
Octal110145141

Shades and tints

Shades of #486561

#486561
(72,101,97)
#425C59
(66,92,89)
#3C5351
(60,83,81)
#364A49
(54,74,73)
#304141
(48,65,65)
#2A3839
(42,56,57)
#242F31
(36,47,49)
#1E2629
(30,38,41)
#181D21
(24,29,33)
#121419
(18,20,25)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #486561

#486561
(72,101,97)
#58736F
(88,115,111)
#68817D
(104,129,125)
#788F8B
(120,143,139)
#889D99
(136,157,153)
#98ABA7
(152,171,167)
#A8B9B5
(168,185,181)
#B8C7C3
(184,199,195)
#C8D5D1
(200,213,209)
#D8E3DF
(216,227,223)
#E8F1ED
(232,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486561 color. Also use rgb(72,101,97) instead hex code.

Text Font Color

.myTextColor { color: #486561; }

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

This text font color is #486561.


Background Color

.myBgColor { background-color: #486561; }

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

This div background color is #486561.


Border color

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

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

This div border color is #486561.


Opacity

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

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

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

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

This text has shadow with #486561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486561 on black background.


Color preview on white background

This text has color #486561 on white background.



Black color preview on #486561 background

This text has black color on #486561 background.


White color preview on #486561 background

This text has white color on #486561 background.