COLOR #486243

HEX: #486243
RGB: (72,98,67)

Color info

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

RGB color model

#486243 color RGB value is (72,98,67).

  • red value is 72;
  • green value is 98;
  • blue value is 67.
RGB:
(72,98,67)
(28%,38%,26%)

RGB channels and saturation

R 72 of 255 = 28%
G 98 of 255 = 38%
B 67 of 255 = 26%

72
98
67

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

Portions of RGB colors in percentages

R + G + B =
72 + 98 + 67 = 237 (100%)
R 72 of 237 ~ 30.38%
G 98 of 237 ~ 41.35%
B 67 of 237 ~ 28.27%

%30.38
%41.35
%28.27

CMYK color model

#486243 color CMYK value is (27,0,32,62).

  • cyan value is 26.53%
  • magenta value is 0.00%
  • yellow value is 31.63%
  • key color value is 61.57%
CMYK:
(27,0,32,62)
C27M0Y32K62 
(27%,0%,32%,62%)
(0.27/0.00/0.32/0.62)	

CMYK percentages

%26.53
%0
%31.63
%61.57

Codes

Color #486243 in popluar color models

486243
RGB729867
HSL110°18.79%32.35%
HSB/HSV110°31.63%38.43%
CMYK26.53%0.00%31.63%
61.57%

Color #486243 in popluar number systems.

HEX486243
Decimal729867
Binary100100011000101000011
Octal110142103

Shades and tints

Shades of #486243

#486243
(72,98,67)
#425A3D
(66,90,61)
#3C5237
(60,82,55)
#364A31
(54,74,49)
#30422B
(48,66,43)
#2A3A25
(42,58,37)
#24321F
(36,50,31)
#1E2A19
(30,42,25)
#182213
(24,34,19)
#121A0D
(18,26,13)
#0C1207
(12,18,7)
#000000
(0,0,0)

Tints of #486243

#486243
(72,98,67)
#587054
(88,112,84)
#687E65
(104,126,101)
#788C76
(120,140,118)
#889A87
(136,154,135)
#98A898
(152,168,152)
#A8B6A9
(168,182,169)
#B8C4BA
(184,196,186)
#C8D2CB
(200,210,203)
#D8E0DC
(216,224,220)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486243 color. Also use rgb(72,98,67) instead hex code.

Text Font Color

.myTextColor { color: #486243; }

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

This text font color is #486243.


Background Color

.myBgColor { background-color: #486243; }

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

This div background color is #486243.


Border color

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

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

This div border color is #486243.


Opacity

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

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

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

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

This text has shadow with #486243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486243 on black background.


Color preview on white background

This text has color #486243 on white background.



Black color preview on #486243 background

This text has black color on #486243 background.


White color preview on #486243 background

This text has white color on #486243 background.