COLOR #486150

HEX: #486150
RGB: (72,97,80)

Color info

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

RGB color model

#486150 color RGB value is (72,97,80).

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

RGB channels and saturation

R 72 of 255 = 28%
G 97 of 255 = 38%
B 80 of 255 = 31%

72
97
80

R + G + B ~ 32%. #486150 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 97 + 80 = 249 (100%)
R 72 of 249 ~ 28.92%
G 97 of 249 ~ 38.96%
B 80 of 249 ~ 32.13%

%28.92
%38.96
%32.13

CMYK color model

#486150 color CMYK value is (26,0,18,62).

  • cyan value is 25.77%
  • magenta value is 0.00%
  • yellow value is 17.53%
  • key color value is 61.96%
CMYK:
(26,0,18,62)
C26M0Y18K62 
(26%,0%,18%,62%)
(0.26/0.00/0.18/0.62)	

CMYK percentages

%25.77
%0
%17.53
%61.96

Codes

Color #486150 in popluar color models

486150
RGB729780
HSL139°14.79%33.14%
HSB/HSV139°25.77%38.04%
CMYK25.77%0.00%17.53%
61.96%

Color #486150 in popluar number systems.

HEX486150
Decimal729780
Binary100100011000011010000
Octal110141120

Shades and tints

Shades of #486150

#486150
(72,97,80)
#425949
(66,89,73)
#3C5142
(60,81,66)
#36493B
(54,73,59)
#304134
(48,65,52)
#2A392D
(42,57,45)
#243126
(36,49,38)
#1E291F
(30,41,31)
#182118
(24,33,24)
#121911
(18,25,17)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #486150

#486150
(72,97,80)
#586F5F
(88,111,95)
#687D6E
(104,125,110)
#788B7D
(120,139,125)
#88998C
(136,153,140)
#98A79B
(152,167,155)
#A8B5AA
(168,181,170)
#B8C3B9
(184,195,185)
#C8D1C8
(200,209,200)
#D8DFD7
(216,223,215)
#E8EDE6
(232,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486150; }

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

This text font color is #486150.


Background Color

.myBgColor { background-color: #486150; }

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

This div background color is #486150.


Border color

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

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

This div border color is #486150.


Opacity

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

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

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

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

This text has shadow with #486150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486150 on black background.


Color preview on white background

This text has color #486150 on white background.



Black color preview on #486150 background

This text has black color on #486150 background.


White color preview on #486150 background

This text has white color on #486150 background.