COLOR #48563D

HEX: #48563D RGB: (72,86,61)

Color info

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

RGB color model

#48563D color RGB value is (72,86,61).

RGB: (72,86,61) (28%, 34%, 24%)

RGB channels and saturation

R 72 of 255 = 28%
G 86 of 255 = 34%
B 61 of 255 = 24%

72
86
61

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

Portions of RGB colors in percentages

R + G + B = 72 + 86 + 61 = 219 (100%)
R 72 of 219 ~ 32.88%
G 86 of 219 ~ 39.27%
B 61 of 219 ~ 27.85'%

%32.88
%39.27
%27.85

CMYK color model

#48563D color CMYK value is (16,0,29,66).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 29.07%
  • key color value is 66.27%

CMYK: (16,0,29,66)
C16M0Y29K66 (16%, 0%, 29%, 66%)
(0.16 / 0.00 / 0.29 / 0.66)

CMYK percentages

%16.28
%0
%29.07
%66.27

Codes

Color #48563D in popluar color models

48 56 3D
RGB 72 86 61
HSL 94° 17.01% 28.82%
HSB/HSV 94° 29.07% 33.73%
CMYK 16.28% 0.00% 29.07%
66.27%

Color #48563D in popluar number systems.

HEX 48 56 3D
Decimal 72 86 61
Binary 1001000 1010110 111101
Octal 110 126 75

Shades and tints

Shades of #48563D

#48563D
(72,86,61)
#424F38
(66,79,56)
#3C4833
(60,72,51)
#36412E
(54,65,46)
#303A29
(48,58,41)
#2A3324
(42,51,36)
#242C1F
(36,44,31)
#1E251A
(30,37,26)
#181E15
(24,30,21)
#121710
(18,23,16)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #48563D

#48563D
(72,86,61)
#58654E
(88,101,78)
#68745F
(104,116,95)
#788370
(120,131,112)
#889281
(136,146,129)
#98A192
(152,161,146)
#A8B0A3
(168,176,163)
#B8BFB4
(184,191,180)
#C8CEC5
(200,206,197)
#D8DDD6
(216,221,214)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48563D color. Also use rgb(72,86,61) instead hex code.

Text Font Color

.myTextColor { color: #48563D; }

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

This text font color is #48563D.

Background Color

.myBgColor { background-color: #48563D; }

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

This div background color is #48563D.

Border color

.myBorderColor { border: 1px solid #48563D; }

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

This div border color is #48563D.

Opacity

.myOpacity80 { color: #48563D; opacity: 0.8; }

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

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

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

This text has shadow with #48563D color.


.textShadow {text-shadow: 3px 3px 1px #48563D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48563D; -webkit-box-shadow: 1px 1px 3px 2px #48563D; box-shadow:1px 1px 3px 2px #48563D;">
Div content here
</div>

This div box has shadow with color #48563D.

Preview

Color preview on black background

This text has color #48563D on black background.


Color preview on white background

This text has color #48563D on white background.


Black color preview on #48563D background

This text has black color on #48563D background.


White color preview on #48563D background

This text has white color on #48563D background.


Related colors

Complementary color

Complementary color for #hex is #B7A9C2.


I love getcolorcode.com

Triadic colors

1 #3D4856 and #563D48 with #48563D are triadic colors.

2 #3D5648 and #56483D with #48563D are triadic colors.