COLOR #486661

HEX: #486661
RGB: (72,102,97)

Color info

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

RGB color model

#486661 color RGB value is (72,102,97).

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

RGB channels and saturation

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

72
102
97

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

Portions of RGB colors in percentages

R + G + B =
72 + 102 + 97 = 271 (100%)
R 72 of 271 ~ 26.57%
G 102 of 271 ~ 37.64%
B 97 of 271 ~ 35.79%

%26.57
%37.64
%35.79

CMYK color model

#486661 color CMYK value is (29,0,5,60).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 4.90%
  • key color value is 60.00%
CMYK:
(29,0,5,60)
C29M0Y5K60 
(29%,0%,5%,60%)
(0.29/0.00/0.05/0.60)	

CMYK percentages

%29.41
%0
%4.9
%60

Codes

Color #486661 in popluar color models

486661
RGB7210297
HSL170°17.24%34.12%
HSB/HSV170°29.41%40.00%
CMYK29.41%0.00%4.90%
60.00%

Color #486661 in popluar number systems.

HEX486661
Decimal7210297
Binary100100011001101100001
Octal110146141

Shades and tints

Shades of #486661

#486661
(72,102,97)
#425D59
(66,93,89)
#3C5451
(60,84,81)
#364B49
(54,75,73)
#304241
(48,66,65)
#2A3939
(42,57,57)
#243031
(36,48,49)
#1E2729
(30,39,41)
#181E21
(24,30,33)
#121519
(18,21,25)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #486661

#486661
(72,102,97)
#58736F
(88,115,111)
#68807D
(104,128,125)
#788D8B
(120,141,139)
#889A99
(136,154,153)
#98A7A7
(152,167,167)
#A8B4B5
(168,180,181)
#B8C1C3
(184,193,195)
#C8CED1
(200,206,209)
#D8DBDF
(216,219,223)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486661; }

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

This text font color is #486661.


Background Color

.myBgColor { background-color: #486661; }

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

This div background color is #486661.


Border color

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

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

This div border color is #486661.


Opacity

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

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

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

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

This text has shadow with #486661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486661 on black background.


Color preview on white background

This text has color #486661 on white background.



Black color preview on #486661 background

This text has black color on #486661 background.


White color preview on #486661 background

This text has white color on #486661 background.