COLOR #48553D

HEX: #48553D
RGB: (72,85,61)

Color info

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

RGB color model

#48553D color RGB value is (72,85,61).

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

RGB channels and saturation

R 72 of 255 = 28%
G 85 of 255 = 33%
B 61 of 255 = 24%

72
85
61

R + G + B ~ 28%. #48553D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 85 + 61 = 218 (100%)
R 72 of 218 ~ 33.03%
G 85 of 218 ~ 38.99%
B 61 of 218 ~ 27.98%

%33.03
%38.99
%27.98

CMYK color model

#48553D color CMYK value is (15,0,28,67).

  • cyan value is 15.29%
  • magenta value is 0.00%
  • yellow value is 28.24%
  • key color value is 66.67%
CMYK:
(15,0,28,67)
C15M0Y28K67 
(15%,0%,28%,67%)
(0.15/0.00/0.28/0.67)	

CMYK percentages

%15.29
%0
%28.24
%66.67

Codes

Color #48553D in popluar color models

48553D
RGB728561
HSL93°16.44%28.63%
HSB/HSV93°28.24%33.33%
CMYK15.29%0.00%28.24%
66.67%

Color #48553D in popluar number systems.

HEX48553D
Decimal728561
Binary10010001010101111101
Octal11012575

Shades and tints

Shades of #48553D

#48553D
(72,85,61)
#424E38
(66,78,56)
#3C4733
(60,71,51)
#36402E
(54,64,46)
#303929
(48,57,41)
#2A3224
(42,50,36)
#242B1F
(36,43,31)
#1E241A
(30,36,26)
#181D15
(24,29,21)
#121610
(18,22,16)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #48553D

#48553D
(72,85,61)
#58644E
(88,100,78)
#68735F
(104,115,95)
#788270
(120,130,112)
#889181
(136,145,129)
#98A092
(152,160,146)
#A8AFA3
(168,175,163)
#B8BEB4
(184,190,180)
#C8CDC5
(200,205,197)
#D8DCD6
(216,220,214)
#E8EBE7
(232,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48553D; }

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

This text font color is #48553D.


Background Color

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

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

This div background color is #48553D.


Border color

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

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

This div border color is #48553D.


Opacity

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

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

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

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

This text has shadow with #48553D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48553D on black background.


Color preview on white background

This text has color #48553D on white background.



Black color preview on #48553D background

This text has black color on #48553D background.


White color preview on #48553D background

This text has white color on #48553D background.