COLOR #486E24

HEX: #486E24
RGB: (72,110,36)

Color info

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

RGB color model

#486E24 color RGB value is (72,110,36).

  • red value is 72;
  • green value is 110;
  • blue value is 36.
RGB:
(72,110,36)
(28%,43%,14%)

RGB channels and saturation

R 72 of 255 = 28%
G 110 of 255 = 43%
B 36 of 255 = 14%

72
110
36

R + G + B ~ 28%. #486E24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 110 + 36 = 218 (100%)
R 72 of 218 ~ 33.03%
G 110 of 218 ~ 50.46%
B 36 of 218 ~ 16.51%

%33.03
%50.46
%16.51

CMYK color model

#486E24 color CMYK value is (35,0,67,57).

  • cyan value is 34.55%
  • magenta value is 0.00%
  • yellow value is 67.27%
  • key color value is 56.86%
CMYK:
(35,0,67,57)
C35M0Y67K57 
(35%,0%,67%,57%)
(0.35/0.00/0.67/0.57)	

CMYK percentages

%34.55
%0
%67.27
%56.86

Codes

Color #486E24 in popluar color models

486E24
RGB7211036
HSL91°50.68%28.63%
HSB/HSV91°67.27%43.14%
CMYK34.55%0.00%67.27%
56.86%

Color #486E24 in popluar number systems.

HEX486E24
Decimal7211036
Binary10010001101110100100
Octal11015644

Shades and tints

Shades of #486E24

#486E24
(72,110,36)
#426421
(66,100,33)
#3C5A1E
(60,90,30)
#36501B
(54,80,27)
#304618
(48,70,24)
#2A3C15
(42,60,21)
#243212
(36,50,18)
#1E280F
(30,40,15)
#181E0C
(24,30,12)
#121409
(18,20,9)
#0C0A06
(12,10,6)
#000000
(0,0,0)

Tints of #486E24

#486E24
(72,110,36)
#587B37
(88,123,55)
#68884A
(104,136,74)
#78955D
(120,149,93)
#88A270
(136,162,112)
#98AF83
(152,175,131)
#A8BC96
(168,188,150)
#B8C9A9
(184,201,169)
#C8D6BC
(200,214,188)
#D8E3CF
(216,227,207)
#E8F0E2
(232,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486E24 color. Also use rgb(72,110,36) instead hex code.

Text Font Color

.myTextColor { color: #486E24; }

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

This text font color is #486E24.


Background Color

.myBgColor { background-color: #486E24; }

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

This div background color is #486E24.


Border color

.myBorderColor { border: 1px solid #486E24; }

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

This div border color is #486E24.


Opacity

.myOpacity80 { color: #486E24; opacity: 0.8; }

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

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

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

This text has shadow with #486E24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486E24 on black background.


Color preview on white background

This text has color #486E24 on white background.



Black color preview on #486E24 background

This text has black color on #486E24 background.


White color preview on #486E24 background

This text has white color on #486E24 background.