COLOR #486731

HEX: #486731
RGB: (72,103,49)

Color info

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

RGB color model

#486731 color RGB value is (72,103,49).

  • red value is 72;
  • green value is 103;
  • blue value is 49.
RGB:
(72,103,49)
(28%,40%,19%)

RGB channels and saturation

R 72 of 255 = 28%
G 103 of 255 = 40%
B 49 of 255 = 19%

72
103
49

R + G + B ~ 29%. #486731 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 103 + 49 = 224 (100%)
R 72 of 224 ~ 32.14%
G 103 of 224 ~ 45.98%
B 49 of 224 ~ 21.88%

%32.14
%45.98
%21.88

CMYK color model

#486731 color CMYK value is (30,0,52,60).

  • cyan value is 30.10%
  • magenta value is 0.00%
  • yellow value is 52.43%
  • key color value is 59.61%
CMYK:
(30,0,52,60)
C30M0Y52K60 
(30%,0%,52%,60%)
(0.30/0.00/0.52/0.60)	

CMYK percentages

%30.1
%0
%52.43
%59.61

Codes

Color #486731 in popluar color models

486731
RGB7210349
HSL94°35.53%29.80%
HSB/HSV94°52.43%40.39%
CMYK30.10%0.00%52.43%
59.61%

Color #486731 in popluar number systems.

HEX486731
Decimal7210349
Binary10010001100111110001
Octal11014761

Shades and tints

Shades of #486731

#486731
(72,103,49)
#425E2D
(66,94,45)
#3C5529
(60,85,41)
#364C25
(54,76,37)
#304321
(48,67,33)
#2A3A1D
(42,58,29)
#243119
(36,49,25)
#1E2815
(30,40,21)
#181F11
(24,31,17)
#12160D
(18,22,13)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #486731

#486731
(72,103,49)
#587443
(88,116,67)
#688155
(104,129,85)
#788E67
(120,142,103)
#889B79
(136,155,121)
#98A88B
(152,168,139)
#A8B59D
(168,181,157)
#B8C2AF
(184,194,175)
#C8CFC1
(200,207,193)
#D8DCD3
(216,220,211)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486731 color. Also use rgb(72,103,49) instead hex code.

Text Font Color

.myTextColor { color: #486731; }

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

This text font color is #486731.


Background Color

.myBgColor { background-color: #486731; }

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

This div background color is #486731.


Border color

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

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

This div border color is #486731.


Opacity

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

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

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

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

This text has shadow with #486731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486731 on black background.


Color preview on white background

This text has color #486731 on white background.



Black color preview on #486731 background

This text has black color on #486731 background.


White color preview on #486731 background

This text has white color on #486731 background.