COLOR #486A50

HEX: #486A50
RGB: (72,106,80)

Color info

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

RGB color model

#486A50 color RGB value is (72,106,80).

  • red value is 72;
  • green value is 106;
  • blue value is 80.
RGB:
(72,106,80)
(28%,42%,31%)

RGB channels and saturation

R 72 of 255 = 28%
G 106 of 255 = 42%
B 80 of 255 = 31%

72
106
80

R + G + B ~ 34%. #486A50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 106 + 80 = 258 (100%)
R 72 of 258 ~ 27.91%
G 106 of 258 ~ 41.09%
B 80 of 258 ~ 31.01%

%27.91
%41.09
%31.01

CMYK color model

#486A50 color CMYK value is (32,0,25,58).

  • cyan value is 32.08%
  • magenta value is 0.00%
  • yellow value is 24.53%
  • key color value is 58.43%
CMYK:
(32,0,25,58)
C32M0Y25K58 
(32%,0%,25%,58%)
(0.32/0.00/0.25/0.58)	

CMYK percentages

%32.08
%0
%24.53
%58.43

Codes

Color #486A50 in popluar color models

486A50
RGB7210680
HSL134°19.10%34.90%
HSB/HSV134°32.08%41.57%
CMYK32.08%0.00%24.53%
58.43%

Color #486A50 in popluar number systems.

HEX486A50
Decimal7210680
Binary100100011010101010000
Octal110152120

Shades and tints

Shades of #486A50

#486A50
(72,106,80)
#426149
(66,97,73)
#3C5842
(60,88,66)
#364F3B
(54,79,59)
#304634
(48,70,52)
#2A3D2D
(42,61,45)
#243426
(36,52,38)
#1E2B1F
(30,43,31)
#182218
(24,34,24)
#121911
(18,25,17)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #486A50

#486A50
(72,106,80)
#58775F
(88,119,95)
#68846E
(104,132,110)
#78917D
(120,145,125)
#889E8C
(136,158,140)
#98AB9B
(152,171,155)
#A8B8AA
(168,184,170)
#B8C5B9
(184,197,185)
#C8D2C8
(200,210,200)
#D8DFD7
(216,223,215)
#E8ECE6
(232,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486A50 color. Also use rgb(72,106,80) instead hex code.

Text Font Color

.myTextColor { color: #486A50; }

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

This text font color is #486A50.


Background Color

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

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

This div background color is #486A50.


Border color

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

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

This div border color is #486A50.


Opacity

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

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

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

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

This text has shadow with #486A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486A50 on black background.


Color preview on white background

This text has color #486A50 on white background.



Black color preview on #486A50 background

This text has black color on #486A50 background.


White color preview on #486A50 background

This text has white color on #486A50 background.