COLOR #486334

HEX: #486334
RGB: (72,99,52)

Color info

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

RGB color model

#486334 color RGB value is (72,99,52).

  • red value is 72;
  • green value is 99;
  • blue value is 52.
RGB:
(72,99,52)
(28%,39%,20%)

RGB channels and saturation

R 72 of 255 = 28%
G 99 of 255 = 39%
B 52 of 255 = 20%

72
99
52

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

Portions of RGB colors in percentages

R + G + B =
72 + 99 + 52 = 223 (100%)
R 72 of 223 ~ 32.29%
G 99 of 223 ~ 44.39%
B 52 of 223 ~ 23.32%

%32.29
%44.39
%23.32

CMYK color model

#486334 color CMYK value is (27,0,47,61).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 47.47%
  • key color value is 61.18%
CMYK:
(27,0,47,61)
C27M0Y47K61 
(27%,0%,47%,61%)
(0.27/0.00/0.47/0.61)	

CMYK percentages

%27.27
%0
%47.47
%61.18

Codes

Color #486334 in popluar color models

486334
RGB729952
HSL94°31.13%29.61%
HSB/HSV94°47.47%38.82%
CMYK27.27%0.00%47.47%
61.18%

Color #486334 in popluar number systems.

HEX486334
Decimal729952
Binary10010001100011110100
Octal11014364

Shades and tints

Shades of #486334

#486334
(72,99,52)
#425A30
(66,90,48)
#3C512C
(60,81,44)
#364828
(54,72,40)
#303F24
(48,63,36)
#2A3620
(42,54,32)
#242D1C
(36,45,28)
#1E2418
(30,36,24)
#181B14
(24,27,20)
#121210
(18,18,16)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #486334

#486334
(72,99,52)
#587146
(88,113,70)
#687F58
(104,127,88)
#788D6A
(120,141,106)
#889B7C
(136,155,124)
#98A98E
(152,169,142)
#A8B7A0
(168,183,160)
#B8C5B2
(184,197,178)
#C8D3C4
(200,211,196)
#D8E1D6
(216,225,214)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486334 color. Also use rgb(72,99,52) instead hex code.

Text Font Color

.myTextColor { color: #486334; }

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

This text font color is #486334.


Background Color

.myBgColor { background-color: #486334; }

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

This div background color is #486334.


Border color

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

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

This div border color is #486334.


Opacity

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

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

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

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

This text has shadow with #486334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486334 on black background.


Color preview on white background

This text has color #486334 on white background.



Black color preview on #486334 background

This text has black color on #486334 background.


White color preview on #486334 background

This text has white color on #486334 background.