COLOR #486B4F

HEX: #486B4F
RGB: (72,107,79)

Color info

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

RGB color model

#486B4F color RGB value is (72,107,79).

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

RGB channels and saturation

R 72 of 255 = 28%
G 107 of 255 = 42%
B 79 of 255 = 31%

72
107
79

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

Portions of RGB colors in percentages

R + G + B =
72 + 107 + 79 = 258 (100%)
R 72 of 258 ~ 27.91%
G 107 of 258 ~ 41.47%
B 79 of 258 ~ 30.62%

%27.91
%41.47
%30.62

CMYK color model

#486B4F color CMYK value is (33,0,26,58).

  • cyan value is 32.71%
  • magenta value is 0.00%
  • yellow value is 26.17%
  • key color value is 58.04%
CMYK:
(33,0,26,58)
C33M0Y26K58 
(33%,0%,26%,58%)
(0.33/0.00/0.26/0.58)	

CMYK percentages

%32.71
%0
%26.17
%58.04

Codes

Color #486B4F in popluar color models

486B4F
RGB7210779
HSL132°19.55%35.10%
HSB/HSV132°32.71%41.96%
CMYK32.71%0.00%26.17%
58.04%

Color #486B4F in popluar number systems.

HEX486B4F
Decimal7210779
Binary100100011010111001111
Octal110153117

Shades and tints

Shades of #486B4F

#486B4F
(72,107,79)
#426248
(66,98,72)
#3C5941
(60,89,65)
#36503A
(54,80,58)
#304733
(48,71,51)
#2A3E2C
(42,62,44)
#243525
(36,53,37)
#1E2C1E
(30,44,30)
#182317
(24,35,23)
#121A10
(18,26,16)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #486B4F

#486B4F
(72,107,79)
#58785F
(88,120,95)
#68856F
(104,133,111)
#78927F
(120,146,127)
#889F8F
(136,159,143)
#98AC9F
(152,172,159)
#A8B9AF
(168,185,175)
#B8C6BF
(184,198,191)
#C8D3CF
(200,211,207)
#D8E0DF
(216,224,223)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486B4F color. Also use rgb(72,107,79) instead hex code.

Text Font Color

.myTextColor { color: #486B4F; }

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

This text font color is #486B4F.


Background Color

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

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

This div background color is #486B4F.


Border color

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

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

This div border color is #486B4F.


Opacity

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

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

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

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

This text has shadow with #486B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486B4F on black background.


Color preview on white background

This text has color #486B4F on white background.



Black color preview on #486B4F background

This text has black color on #486B4F background.


White color preview on #486B4F background

This text has white color on #486B4F background.