COLOR #486E62

HEX: #486E62
RGB: (72,110,98)

Color info

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

RGB color model

#486E62 color RGB value is (72,110,98).

  • red value is 72;
  • green value is 110;
  • blue value is 98.
RGB:
(72,110,98)
(28%,43%,38%)

RGB channels and saturation

R 72 of 255 = 28%
G 110 of 255 = 43%
B 98 of 255 = 38%

72
110
98

R + G + B ~ 36%. #486E62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 110 + 98 = 280 (100%)
R 72 of 280 ~ 25.71%
G 110 of 280 ~ 39.29%
B 98 of 280 ~ 35%

%25.71
%39.29
%35

CMYK color model

#486E62 color CMYK value is (35,0,11,57).

  • cyan value is 34.55%
  • magenta value is 0.00%
  • yellow value is 10.91%
  • key color value is 56.86%
CMYK:
(35,0,11,57)
C35M0Y11K57 
(35%,0%,11%,57%)
(0.35/0.00/0.11/0.57)	

CMYK percentages

%34.55
%0
%10.91
%56.86

Codes

Color #486E62 in popluar color models

486E62
RGB7211098
HSL161°20.88%35.69%
HSB/HSV161°34.55%43.14%
CMYK34.55%0.00%10.91%
56.86%

Color #486E62 in popluar number systems.

HEX486E62
Decimal7211098
Binary100100011011101100010
Octal110156142

Shades and tints

Shades of #486E62

#486E62
(72,110,98)
#42645A
(66,100,90)
#3C5A52
(60,90,82)
#36504A
(54,80,74)
#304642
(48,70,66)
#2A3C3A
(42,60,58)
#243232
(36,50,50)
#1E282A
(30,40,42)
#181E22
(24,30,34)
#12141A
(18,20,26)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #486E62

#486E62
(72,110,98)
#587B70
(88,123,112)
#68887E
(104,136,126)
#78958C
(120,149,140)
#88A29A
(136,162,154)
#98AFA8
(152,175,168)
#A8BCB6
(168,188,182)
#B8C9C4
(184,201,196)
#C8D6D2
(200,214,210)
#D8E3E0
(216,227,224)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486E62 color. Also use rgb(72,110,98) instead hex code.

Text Font Color

.myTextColor { color: #486E62; }

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

This text font color is #486E62.


Background Color

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

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

This div background color is #486E62.


Border color

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

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

This div border color is #486E62.


Opacity

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

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

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

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

This text has shadow with #486E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486E62 on black background.


Color preview on white background

This text has color #486E62 on white background.



Black color preview on #486E62 background

This text has black color on #486E62 background.


White color preview on #486E62 background

This text has white color on #486E62 background.