COLOR #486926

HEX: #486926
RGB: (72,105,38)

Color info

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

RGB color model

#486926 color RGB value is (72,105,38).

  • red value is 72;
  • green value is 105;
  • blue value is 38.
RGB:
(72,105,38)
(28%,41%,15%)

RGB channels and saturation

R 72 of 255 = 28%
G 105 of 255 = 41%
B 38 of 255 = 15%

72
105
38

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

Portions of RGB colors in percentages

R + G + B =
72 + 105 + 38 = 215 (100%)
R 72 of 215 ~ 33.49%
G 105 of 215 ~ 48.84%
B 38 of 215 ~ 17.67%

%33.49
%48.84
%17.67

CMYK color model

#486926 color CMYK value is (31,0,64,59).

  • cyan value is 31.43%
  • magenta value is 0.00%
  • yellow value is 63.81%
  • key color value is 58.82%
CMYK:
(31,0,64,59)
C31M0Y64K59 
(31%,0%,64%,59%)
(0.31/0.00/0.64/0.59)	

CMYK percentages

%31.43
%0
%63.81
%58.82

Codes

Color #486926 in popluar color models

486926
RGB7210538
HSL90°46.85%28.04%
HSB/HSV90°63.81%41.18%
CMYK31.43%0.00%63.81%
58.82%

Color #486926 in popluar number systems.

HEX486926
Decimal7210538
Binary10010001101001100110
Octal11015146

Shades and tints

Shades of #486926

#486926
(72,105,38)
#426023
(66,96,35)
#3C5720
(60,87,32)
#364E1D
(54,78,29)
#30451A
(48,69,26)
#2A3C17
(42,60,23)
#243314
(36,51,20)
#1E2A11
(30,42,17)
#18210E
(24,33,14)
#12180B
(18,24,11)
#0C0F08
(12,15,8)
#000000
(0,0,0)

Tints of #486926

#486926
(72,105,38)
#587639
(88,118,57)
#68834C
(104,131,76)
#78905F
(120,144,95)
#889D72
(136,157,114)
#98AA85
(152,170,133)
#A8B798
(168,183,152)
#B8C4AB
(184,196,171)
#C8D1BE
(200,209,190)
#D8DED1
(216,222,209)
#E8EBE4
(232,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486926 color. Also use rgb(72,105,38) instead hex code.

Text Font Color

.myTextColor { color: #486926; }

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

This text font color is #486926.


Background Color

.myBgColor { background-color: #486926; }

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

This div background color is #486926.


Border color

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

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

This div border color is #486926.


Opacity

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

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

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

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

This text has shadow with #486926 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486926 on black background.


Color preview on white background

This text has color #486926 on white background.



Black color preview on #486926 background

This text has black color on #486926 background.


White color preview on #486926 background

This text has white color on #486926 background.