COLOR #486441

HEX: #486441
RGB: (72,100,65)

Color info

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

RGB color model

#486441 color RGB value is (72,100,65).

  • red value is 72;
  • green value is 100;
  • blue value is 65.
RGB:
(72,100,65)
(28%,39%,25%)

RGB channels and saturation

R 72 of 255 = 28%
G 100 of 255 = 39%
B 65 of 255 = 25%

72
100
65

R + G + B ~ 31%. #486441 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 100 + 65 = 237 (100%)
R 72 of 237 ~ 30.38%
G 100 of 237 ~ 42.19%
B 65 of 237 ~ 27.43%

%30.38
%42.19
%27.43

CMYK color model

#486441 color CMYK value is (28,0,35,61).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 60.78%
CMYK:
(28,0,35,61)
C28M0Y35K61 
(28%,0%,35%,61%)
(0.28/0.00/0.35/0.61)	

CMYK percentages

%28
%0
%35
%60.78

Codes

Color #486441 in popluar color models

486441
RGB7210065
HSL108°21.21%32.35%
HSB/HSV108°35.00%39.22%
CMYK28.00%0.00%35.00%
60.78%

Color #486441 in popluar number systems.

HEX486441
Decimal7210065
Binary100100011001001000001
Octal110144101

Shades and tints

Shades of #486441

#486441
(72,100,65)
#425B3C
(66,91,60)
#3C5237
(60,82,55)
#364932
(54,73,50)
#30402D
(48,64,45)
#2A3728
(42,55,40)
#242E23
(36,46,35)
#1E251E
(30,37,30)
#181C19
(24,28,25)
#121314
(18,19,20)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #486441

#486441
(72,100,65)
#587252
(88,114,82)
#688063
(104,128,99)
#788E74
(120,142,116)
#889C85
(136,156,133)
#98AA96
(152,170,150)
#A8B8A7
(168,184,167)
#B8C6B8
(184,198,184)
#C8D4C9
(200,212,201)
#D8E2DA
(216,226,218)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486441 color. Also use rgb(72,100,65) instead hex code.

Text Font Color

.myTextColor { color: #486441; }

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

This text font color is #486441.


Background Color

.myBgColor { background-color: #486441; }

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

This div background color is #486441.


Border color

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

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

This div border color is #486441.


Opacity

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

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

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

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

This text has shadow with #486441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486441 on black background.


Color preview on white background

This text has color #486441 on white background.



Black color preview on #486441 background

This text has black color on #486441 background.


White color preview on #486441 background

This text has white color on #486441 background.