COLOR #48622E

HEX: #48622E
RGB: (72,98,46)

Color info

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

RGB color model

#48622E color RGB value is (72,98,46).

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

RGB channels and saturation

R 72 of 255 = 28%
G 98 of 255 = 38%
B 46 of 255 = 18%

72
98
46

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

Portions of RGB colors in percentages

R + G + B =
72 + 98 + 46 = 216 (100%)
R 72 of 216 ~ 33.33%
G 98 of 216 ~ 45.37%
B 46 of 216 ~ 21.3%

%33.33
%45.37
%21.3

CMYK color model

#48622E color CMYK value is (27,0,53,62).

  • cyan value is 26.53%
  • magenta value is 0.00%
  • yellow value is 53.06%
  • key color value is 61.57%
CMYK:
(27,0,53,62)
C27M0Y53K62 
(27%,0%,53%,62%)
(0.27/0.00/0.53/0.62)	

CMYK percentages

%26.53
%0
%53.06
%61.57

Codes

Color #48622E in popluar color models

48622E
RGB729846
HSL90°36.11%28.24%
HSB/HSV90°53.06%38.43%
CMYK26.53%0.00%53.06%
61.57%

Color #48622E in popluar number systems.

HEX48622E
Decimal729846
Binary10010001100010101110
Octal11014256

Shades and tints

Shades of #48622E

#48622E
(72,98,46)
#425A2A
(66,90,42)
#3C5226
(60,82,38)
#364A22
(54,74,34)
#30421E
(48,66,30)
#2A3A1A
(42,58,26)
#243216
(36,50,22)
#1E2A12
(30,42,18)
#18220E
(24,34,14)
#121A0A
(18,26,10)
#0C1206
(12,18,6)
#000000
(0,0,0)

Tints of #48622E

#48622E
(72,98,46)
#587041
(88,112,65)
#687E54
(104,126,84)
#788C67
(120,140,103)
#889A7A
(136,154,122)
#98A88D
(152,168,141)
#A8B6A0
(168,182,160)
#B8C4B3
(184,196,179)
#C8D2C6
(200,210,198)
#D8E0D9
(216,224,217)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48622E; }

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

This text font color is #48622E.


Background Color

.myBgColor { background-color: #48622E; }

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

This div background color is #48622E.


Border color

.myBorderColor { border: 1px solid #48622E; }

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

This div border color is #48622E.


Opacity

.myOpacity80 { color: #48622E; opacity: 0.8; }

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

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

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

This text has shadow with #48622E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48622E on black background.


Color preview on white background

This text has color #48622E on white background.



Black color preview on #48622E background

This text has black color on #48622E background.


White color preview on #48622E background

This text has white color on #48622E background.