COLOR #48553F

HEX: #48553F
RGB: (72,85,63)

Color info

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

RGB color model

#48553F color RGB value is (72,85,63).

  • red value is 72;
  • green value is 85;
  • blue value is 63.
RGB:
(72,85,63)
(28%,33%,25%)

RGB channels and saturation

R 72 of 255 = 28%
G 85 of 255 = 33%
B 63 of 255 = 25%

72
85
63

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

Portions of RGB colors in percentages

R + G + B =
72 + 85 + 63 = 220 (100%)
R 72 of 220 ~ 32.73%
G 85 of 220 ~ 38.64%
B 63 of 220 ~ 28.64%

%32.73
%38.64
%28.64

CMYK color model

#48553F color CMYK value is (15,0,26,67).

  • cyan value is 15.29%
  • magenta value is 0.00%
  • yellow value is 25.88%
  • key color value is 66.67%
CMYK:
(15,0,26,67)
C15M0Y26K67 
(15%,0%,26%,67%)
(0.15/0.00/0.26/0.67)	

CMYK percentages

%15.29
%0
%25.88
%66.67

Codes

Color #48553F in popluar color models

48553F
RGB728563
HSL95°14.86%29.02%
HSB/HSV95°25.88%33.33%
CMYK15.29%0.00%25.88%
66.67%

Color #48553F in popluar number systems.

HEX48553F
Decimal728563
Binary10010001010101111111
Octal11012577

Shades and tints

Shades of #48553F

#48553F
(72,85,63)
#424E3A
(66,78,58)
#3C4735
(60,71,53)
#364030
(54,64,48)
#30392B
(48,57,43)
#2A3226
(42,50,38)
#242B21
(36,43,33)
#1E241C
(30,36,28)
#181D17
(24,29,23)
#121612
(18,22,18)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #48553F

#48553F
(72,85,63)
#586450
(88,100,80)
#687361
(104,115,97)
#788272
(120,130,114)
#889183
(136,145,131)
#98A094
(152,160,148)
#A8AFA5
(168,175,165)
#B8BEB6
(184,190,182)
#C8CDC7
(200,205,199)
#D8DCD8
(216,220,216)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48553F color. Also use rgb(72,85,63) instead hex code.

Text Font Color

.myTextColor { color: #48553F; }

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

This text font color is #48553F.


Background Color

.myBgColor { background-color: #48553F; }

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

This div background color is #48553F.


Border color

.myBorderColor { border: 1px solid #48553F; }

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

This div border color is #48553F.


Opacity

.myOpacity80 { color: #48553F; opacity: 0.8; }

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

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

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

This text has shadow with #48553F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48553F on black background.


Color preview on white background

This text has color #48553F on white background.



Black color preview on #48553F background

This text has black color on #48553F background.


White color preview on #48553F background

This text has white color on #48553F background.