COLOR #486634

HEX: #486634
RGB: (72,102,52)

Color info

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

RGB color model

#486634 color RGB value is (72,102,52).

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

RGB channels and saturation

R 72 of 255 = 28%
G 102 of 255 = 40%
B 52 of 255 = 20%

72
102
52

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

Portions of RGB colors in percentages

R + G + B =
72 + 102 + 52 = 226 (100%)
R 72 of 226 ~ 31.86%
G 102 of 226 ~ 45.13%
B 52 of 226 ~ 23.01%

%31.86
%45.13
%23.01

CMYK color model

#486634 color CMYK value is (29,0,49,60).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 49.02%
  • key color value is 60.00%
CMYK:
(29,0,49,60)
C29M0Y49K60 
(29%,0%,49%,60%)
(0.29/0.00/0.49/0.60)	

CMYK percentages

%29.41
%0
%49.02
%60

Codes

Color #486634 in popluar color models

486634
RGB7210252
HSL96°32.47%30.20%
HSB/HSV96°49.02%40.00%
CMYK29.41%0.00%49.02%
60.00%

Color #486634 in popluar number systems.

HEX486634
Decimal7210252
Binary10010001100110110100
Octal11014664

Shades and tints

Shades of #486634

#486634
(72,102,52)
#425D30
(66,93,48)
#3C542C
(60,84,44)
#364B28
(54,75,40)
#304224
(48,66,36)
#2A3920
(42,57,32)
#24301C
(36,48,28)
#1E2718
(30,39,24)
#181E14
(24,30,20)
#121510
(18,21,16)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #486634

#486634
(72,102,52)
#587346
(88,115,70)
#688058
(104,128,88)
#788D6A
(120,141,106)
#889A7C
(136,154,124)
#98A78E
(152,167,142)
#A8B4A0
(168,180,160)
#B8C1B2
(184,193,178)
#C8CEC4
(200,206,196)
#D8DBD6
(216,219,214)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486634; }

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

This text font color is #486634.


Background Color

.myBgColor { background-color: #486634; }

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

This div background color is #486634.


Border color

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

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

This div border color is #486634.


Opacity

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

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

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

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

This text has shadow with #486634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486634 on black background.


Color preview on white background

This text has color #486634 on white background.



Black color preview on #486634 background

This text has black color on #486634 background.


White color preview on #486634 background

This text has white color on #486634 background.