COLOR #48552F

HEX: #48552F
RGB: (72,85,47)

Color info

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

RGB color model

#48552F color RGB value is (72,85,47).

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

RGB channels and saturation

R 72 of 255 = 28%
G 85 of 255 = 33%
B 47 of 255 = 18%

72
85
47

R + G + B ~ 26%. #48552F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 85 + 47 = 204 (100%)
R 72 of 204 ~ 35.29%
G 85 of 204 ~ 41.67%
B 47 of 204 ~ 23.04%

%35.29
%41.67
%23.04

CMYK color model

#48552F color CMYK value is (15,0,45,67).

  • cyan value is 15.29%
  • magenta value is 0.00%
  • yellow value is 44.71%
  • key color value is 66.67%
CMYK:
(15,0,45,67)
C15M0Y45K67 
(15%,0%,45%,67%)
(0.15/0.00/0.45/0.67)	

CMYK percentages

%15.29
%0
%44.71
%66.67

Codes

Color #48552F in popluar color models

48552F
RGB728547
HSL81°28.79%25.88%
HSB/HSV81°44.71%33.33%
CMYK15.29%0.00%44.71%
66.67%

Color #48552F in popluar number systems.

HEX48552F
Decimal728547
Binary10010001010101101111
Octal11012557

Shades and tints

Shades of #48552F

#48552F
(72,85,47)
#424E2B
(66,78,43)
#3C4727
(60,71,39)
#364023
(54,64,35)
#30391F
(48,57,31)
#2A321B
(42,50,27)
#242B17
(36,43,23)
#1E2413
(30,36,19)
#181D0F
(24,29,15)
#12160B
(18,22,11)
#0C0F07
(12,15,7)
#000000
(0,0,0)

Tints of #48552F

#48552F
(72,85,47)
#586441
(88,100,65)
#687353
(104,115,83)
#788265
(120,130,101)
#889177
(136,145,119)
#98A089
(152,160,137)
#A8AF9B
(168,175,155)
#B8BEAD
(184,190,173)
#C8CDBF
(200,205,191)
#D8DCD1
(216,220,209)
#E8EBE3
(232,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48552F; }

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

This text font color is #48552F.


Background Color

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

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

This div background color is #48552F.


Border color

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

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

This div border color is #48552F.


Opacity

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

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

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

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

This text has shadow with #48552F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48552F on black background.


Color preview on white background

This text has color #48552F on white background.



Black color preview on #48552F background

This text has black color on #48552F background.


White color preview on #48552F background

This text has white color on #48552F background.