COLOR #48643E

HEX: #48643E
RGB: (72,100,62)

Color info

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

RGB color model

#48643E color RGB value is (72,100,62).

  • red value is 72;
  • green value is 100;
  • blue value is 62.
RGB:
(72,100,62)
(28%,39%,24%)

RGB channels and saturation

R 72 of 255 = 28%
G 100 of 255 = 39%
B 62 of 255 = 24%

72
100
62

R + G + B ~ 30%. #48643E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 100 + 62 = 234 (100%)
R 72 of 234 ~ 30.77%
G 100 of 234 ~ 42.74%
B 62 of 234 ~ 26.5%

%30.77
%42.74
%26.5

CMYK color model

#48643E color CMYK value is (28,0,38,61).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 38.00%
  • key color value is 60.78%
CMYK:
(28,0,38,61)
C28M0Y38K61 
(28%,0%,38%,61%)
(0.28/0.00/0.38/0.61)	

CMYK percentages

%28
%0
%38
%60.78

Codes

Color #48643E in popluar color models

48643E
RGB7210062
HSL104°23.46%31.76%
HSB/HSV104°38.00%39.22%
CMYK28.00%0.00%38.00%
60.78%

Color #48643E in popluar number systems.

HEX48643E
Decimal7210062
Binary10010001100100111110
Octal11014476

Shades and tints

Shades of #48643E

#48643E
(72,100,62)
#425B39
(66,91,57)
#3C5234
(60,82,52)
#36492F
(54,73,47)
#30402A
(48,64,42)
#2A3725
(42,55,37)
#242E20
(36,46,32)
#1E251B
(30,37,27)
#181C16
(24,28,22)
#121311
(18,19,17)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #48643E

#48643E
(72,100,62)
#58724F
(88,114,79)
#688060
(104,128,96)
#788E71
(120,142,113)
#889C82
(136,156,130)
#98AA93
(152,170,147)
#A8B8A4
(168,184,164)
#B8C6B5
(184,198,181)
#C8D4C6
(200,212,198)
#D8E2D7
(216,226,215)
#E8F0E8
(232,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48643E color. Also use rgb(72,100,62) instead hex code.

Text Font Color

.myTextColor { color: #48643E; }

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

This text font color is #48643E.


Background Color

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

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

This div background color is #48643E.


Border color

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

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

This div border color is #48643E.


Opacity

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

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

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

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

This text has shadow with #48643E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48643E on black background.


Color preview on white background

This text has color #48643E on white background.



Black color preview on #48643E background

This text has black color on #48643E background.


White color preview on #48643E background

This text has white color on #48643E background.