COLOR #486721

HEX: #486721
RGB: (72,103,33)

Color info

#486721 contains mainly red and green colors. Web safe color of #486721 is #336633 (or #363).

RGB color model

#486721 color RGB value is (72,103,33).

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

RGB channels and saturation

R 72 of 255 = 28%
G 103 of 255 = 40%
B 33 of 255 = 13%

72
103
33

R + G + B ~ 27%. #486721 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 103 + 33 = 208 (100%)
R 72 of 208 ~ 34.62%
G 103 of 208 ~ 49.52%
B 33 of 208 ~ 15.87%

%34.62
%49.52
%15.87

CMYK color model

#486721 color CMYK value is (30,0,68,60).

  • cyan value is 30.10%
  • magenta value is 0.00%
  • yellow value is 67.96%
  • key color value is 59.61%
CMYK:
(30,0,68,60)
C30M0Y68K60 
(30%,0%,68%,60%)
(0.30/0.00/0.68/0.60)	

CMYK percentages

%30.1
%0
%67.96
%59.61

Codes

Color #486721 in popluar color models

486721
RGB7210333
HSL87°51.47%26.67%
HSB/HSV87°67.96%40.39%
CMYK30.10%0.00%67.96%
59.61%

Color #486721 in popluar number systems.

HEX486721
Decimal7210333
Binary10010001100111100001
Octal11014741

Shades and tints

Shades of #486721

#486721
(72,103,33)
#425E1E
(66,94,30)
#3C551B
(60,85,27)
#364C18
(54,76,24)
#304315
(48,67,21)
#2A3A12
(42,58,18)
#24310F
(36,49,15)
#1E280C
(30,40,12)
#181F09
(24,31,9)
#121606
(18,22,6)
#0C0D03
(12,13,3)
#000000
(0,0,0)

Tints of #486721

#486721
(72,103,33)
#587435
(88,116,53)
#688149
(104,129,73)
#788E5D
(120,142,93)
#889B71
(136,155,113)
#98A885
(152,168,133)
#A8B599
(168,181,153)
#B8C2AD
(184,194,173)
#C8CFC1
(200,207,193)
#D8DCD5
(216,220,213)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486721; }

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

This text font color is #486721.


Background Color

.myBgColor { background-color: #486721; }

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

This div background color is #486721.


Border color

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

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

This div border color is #486721.


Opacity

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

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

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

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

This text has shadow with #486721 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486721 on black background.


Color preview on white background

This text has color #486721 on white background.



Black color preview on #486721 background

This text has black color on #486721 background.


White color preview on #486721 background

This text has white color on #486721 background.