COLOR #486C48

HEX: #486C48
RGB: (72,108,72)

Color info

#486C48 contains red, green and blue colors in about the same proportion. Web safe color of #486C48 is #336633 (or #363).

RGB color model

#486C48 color RGB value is (72,108,72).

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

RGB channels and saturation

R 72 of 255 = 28%
G 108 of 255 = 42%
B 72 of 255 = 28%

72
108
72

R + G + B ~ 33%. #486C48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 108 + 72 = 252 (100%)
R 72 of 252 ~ 28.57%
G 108 of 252 ~ 42.86%
B 72 of 252 ~ 28.57%

%28.57
%42.86
%28.57

CMYK color model

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

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 57.65%
CMYK:
(33,0,33,58)
C33M0Y33K58 
(33%,0%,33%,58%)
(0.33/0.00/0.33/0.58)	

CMYK percentages

%33.33
%0
%33.33
%57.65

Codes

Color #486C48 in popluar color models

486C48
RGB7210872
HSL120°20.00%35.29%
HSB/HSV120°33.33%42.35%
CMYK33.33%0.00%33.33%
57.65%

Color #486C48 in popluar number systems.

HEX486C48
Decimal7210872
Binary100100011011001001000
Octal110154110

Shades and tints

Shades of #486C48

#486C48
(72,108,72)
#426342
(66,99,66)
#3C5A3C
(60,90,60)
#365136
(54,81,54)
#304830
(48,72,48)
#2A3F2A
(42,63,42)
#243624
(36,54,36)
#1E2D1E
(30,45,30)
#182418
(24,36,24)
#121B12
(18,27,18)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #486C48

#486C48
(72,108,72)
#587958
(88,121,88)
#688668
(104,134,104)
#789378
(120,147,120)
#88A088
(136,160,136)
#98AD98
(152,173,152)
#A8BAA8
(168,186,168)
#B8C7B8
(184,199,184)
#C8D4C8
(200,212,200)
#D8E1D8
(216,225,216)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486C48; }

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

This text font color is #486C48.


Background Color

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

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

This div background color is #486C48.


Border color

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

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

This div border color is #486C48.


Opacity

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

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

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

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

This text has shadow with #486C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486C48 on black background.


Color preview on white background

This text has color #486C48 on white background.



Black color preview on #486C48 background

This text has black color on #486C48 background.


White color preview on #486C48 background

This text has white color on #486C48 background.