COLOR #486C53

HEX: #486C53
RGB: (72,108,83)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

72
108
83

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

Portions of RGB colors in percentages

R + G + B =
72 + 108 + 83 = 263 (100%)
R 72 of 263 ~ 27.38%
G 108 of 263 ~ 41.06%
B 83 of 263 ~ 31.56%

%27.38
%41.06
%31.56

CMYK color model

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

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

CMYK percentages

%33.33
%0
%23.15
%57.65

Codes

Color #486C53 in popluar color models

486C53
RGB7210883
HSL138°20.00%35.29%
HSB/HSV138°33.33%42.35%
CMYK33.33%0.00%23.15%
57.65%

Color #486C53 in popluar number systems.

HEX486C53
Decimal7210883
Binary100100011011001010011
Octal110154123

Shades and tints

Shades of #486C53

#486C53
(72,108,83)
#42634C
(66,99,76)
#3C5A45
(60,90,69)
#36513E
(54,81,62)
#304837
(48,72,55)
#2A3F30
(42,63,48)
#243629
(36,54,41)
#1E2D22
(30,45,34)
#18241B
(24,36,27)
#121B14
(18,27,20)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #486C53

#486C53
(72,108,83)
#587962
(88,121,98)
#688671
(104,134,113)
#789380
(120,147,128)
#88A08F
(136,160,143)
#98AD9E
(152,173,158)
#A8BAAD
(168,186,173)
#B8C7BC
(184,199,188)
#C8D4CB
(200,212,203)
#D8E1DA
(216,225,218)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486C53; }

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

This text font color is #486C53.


Background Color

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

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

This div background color is #486C53.


Border color

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

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

This div border color is #486C53.


Opacity

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

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

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

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

This text has shadow with #486C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486C53 on black background.


Color preview on white background

This text has color #486C53 on white background.



Black color preview on #486C53 background

This text has black color on #486C53 background.


White color preview on #486C53 background

This text has white color on #486C53 background.