COLOR #486238

HEX: #486238
RGB: (72,98,56)

Color info

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

RGB color model

#486238 color RGB value is (72,98,56).

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

RGB channels and saturation

R 72 of 255 = 28%
G 98 of 255 = 38%
B 56 of 255 = 22%

72
98
56

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

Portions of RGB colors in percentages

R + G + B =
72 + 98 + 56 = 226 (100%)
R 72 of 226 ~ 31.86%
G 98 of 226 ~ 43.36%
B 56 of 226 ~ 24.78%

%31.86
%43.36
%24.78

CMYK color model

#486238 color CMYK value is (27,0,43,62).

  • cyan value is 26.53%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 61.57%
CMYK:
(27,0,43,62)
C27M0Y43K62 
(27%,0%,43%,62%)
(0.27/0.00/0.43/0.62)	

CMYK percentages

%26.53
%0
%42.86
%61.57

Codes

Color #486238 in popluar color models

486238
RGB729856
HSL97°27.27%30.20%
HSB/HSV97°42.86%38.43%
CMYK26.53%0.00%42.86%
61.57%

Color #486238 in popluar number systems.

HEX486238
Decimal729856
Binary10010001100010111000
Octal11014270

Shades and tints

Shades of #486238

#486238
(72,98,56)
#425A33
(66,90,51)
#3C522E
(60,82,46)
#364A29
(54,74,41)
#304224
(48,66,36)
#2A3A1F
(42,58,31)
#24321A
(36,50,26)
#1E2A15
(30,42,21)
#182210
(24,34,16)
#121A0B
(18,26,11)
#0C1206
(12,18,6)
#000000
(0,0,0)

Tints of #486238

#486238
(72,98,56)
#58704A
(88,112,74)
#687E5C
(104,126,92)
#788C6E
(120,140,110)
#889A80
(136,154,128)
#98A892
(152,168,146)
#A8B6A4
(168,182,164)
#B8C4B6
(184,196,182)
#C8D2C8
(200,210,200)
#D8E0DA
(216,224,218)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486238; }

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

This text font color is #486238.


Background Color

.myBgColor { background-color: #486238; }

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

This div background color is #486238.


Border color

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

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

This div border color is #486238.


Opacity

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

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

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

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

This text has shadow with #486238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486238 on black background.


Color preview on white background

This text has color #486238 on white background.



Black color preview on #486238 background

This text has black color on #486238 background.


White color preview on #486238 background

This text has white color on #486238 background.